This code system http://ehealth.sundhed.dk/cs/restriction-category
defines the following codes:
Code | Display | Definition |
None | None | No 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 | None | No 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 "2.8.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 "Systematic | Trifork"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Systematic | Trifork" ] ;
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" ]
] ) . #
# -------------------------------------------------------------------------------------