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

This 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:CodeSystem.url [ fhir:value "http://ehealth.sundhed.dk/cs/restriction-category"]; fhir:CodeSystem.version [ fhir:value "2.3.0"]; fhir:CodeSystem.name [ fhir:value "RestrictionCategory"]; fhir:CodeSystem.title [ fhir:value "Restriction Category"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2019-08-05T00:00:00+00:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "Systematic | Trifork"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "Systematic | Trifork" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ] ] ]; fhir:CodeSystem.description [ fhir:value "Restriction Category"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "None" ]; fhir:CodeSystem.concept.display [ fhir:value "None" ]; fhir:CodeSystem.concept.definition [ fhir:value "No restiction category. Should not be combined with other values" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "deprecated" ]; fhir:CodeSystem.concept.property.valueDateTime [ fhir:value "2020-03-23"^^xsd:date ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "measurement-monitoring" ]; fhir:CodeSystem.concept.display [ fhir:value "Monitoring of measurement(s)" ]; fhir:CodeSystem.concept.definition [ fhir:value "Monitoring of measurement(s)" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "measuring-support" ]; fhir:CodeSystem.concept.display [ fhir:value "Support of measurement(s)" ]; fhir:CodeSystem.concept.definition [ fhir:value "Support of measurement(s)" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "none" ]; fhir:CodeSystem.concept.display [ fhir:value "None" ]; fhir:CodeSystem.concept.definition [ fhir:value "No restiction category. Should not be combined with other values" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------