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

This code system http://ehealth.sundhed.dk/cs/jurisdiction defines the following codes:

CodeDisplayDefinitionDansk (Danish, da)
healthcare-act Danish healthcare actDanish healthcare actSundhedsloven
service-act Danish service actDanish service actServiceloven
" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/jurisdiction"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.8.0"] ; # fhir:name [ fhir:v "Jurisdiction"] ; # fhir:title [ fhir:v "Jurisdiction"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-12-16T00: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 "Jurisdiction"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "healthcare-act" ] ; fhir:display [ fhir:v "Danish healthcare act" ] ; fhir:definition [ fhir:v "Danish healthcare act" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Sundhedsloven" ] ] ) ] [ fhir:code [ fhir:v "service-act" ] ; fhir:display [ fhir:v "Danish service act" ] ; fhir:definition [ fhir:v "Danish service act" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Serviceloven" ] ] ) ] ) . # # -------------------------------------------------------------------------------------