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

This code system http://ehealth.sundhed.dk/cs/device-use-reason defines the following code:

CodeDisplayDefinition
TBD Example value - Under constructionExample value - Under construction
" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/device-use-reason"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.9.0"] ; # fhir:name [ fhir:v "DeviceUseReason"] ; # fhir:title [ fhir:v "Device Use Reason"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-01-29T00: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 "Device use reasons."] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "TBD" ] ; fhir:display [ fhir:v "Example value - Under construction" ] ; fhir:definition [ fhir:v "Example value - Under construction" ] ; fhir:property ( [ fhir:code [ fhir:v "deprecated" ] ; fhir:value [ fhir:v "2020-02-03"^^xsd:date ] ] ) ] ) . # # -------------------------------------------------------------------------------------