@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ehealth-restriction-category"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This case-sensitive code system http://ehealth.sundhed.dk/cs/restriction-category defines the following codes:

CodeDisplayDefinition
None NoneNo restiction category. Should not be combined with other values
measurement-monitoring Monitoring of measurement(s)Monitoring of measurement(s)
measuring-support Support of measurement(s)Support of measurement(s)
none NoneNo restiction category. Should not be combined with other values
" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/restriction-category"^^xsd:anyURI] ; # fhir:version [ fhir:v "3.1.0"] ; # fhir:name [ fhir:v "RestrictionCategory"] ; # fhir:title [ fhir:v "Restriction Category"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-08-05T00:00:00+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; # fhir:contact ( [ fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://ehealth.sundhed.dk" ] ] ) ] ) ; # fhir:description [ fhir:v "Restriction Category"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "None" ] ; fhir:display [ fhir:v "None" ] ; fhir:definition [ fhir:v "No restiction category. Should not be combined with other values" ] ; fhir:property ( [ fhir:code [ fhir:v "deprecated" ] ; fhir:value [ fhir:v "2020-03-23"^^xsd:date ] ] ) ] [ fhir:code [ fhir:v "measurement-monitoring" ] ; fhir:display [ fhir:v "Monitoring of measurement(s)" ] ; fhir:definition [ fhir:v "Monitoring of measurement(s)" ] ] [ fhir:code [ fhir:v "measuring-support" ] ; fhir:display [ fhir:v "Support of measurement(s)" ] ; fhir:definition [ fhir:v "Support of measurement(s)" ] ] [ fhir:code [ fhir:v "none" ] ; fhir:display [ fhir:v "None" ] ; fhir:definition [ fhir:v "No restiction category. Should not be combined with other values" ] ] ) . # # -------------------------------------------------------------------------------------