@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "dk-ihe-classcode-vs"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "
  • Include these codes as defined in urn:oid:1.2.208.184.100.9
    CodeDisplayDefinitionDansk (Danish, da)
    001Clinical reportClinical report document classcode used in DK-IHE metadata.Klinisk rapport
" ] ; # fhir:url [ fhir:v "http://sundhedsdatastyrelsen.dk/terminologi/dk-ihe-classcode-vs"^^xsd:anyURI] ; # fhir:version [ fhir:v "3.1.0"] ; # fhir:name [ fhir:v "DK_IHE_ClassCode_VS"] ; # fhir:title [ fhir:v "DK_IHE_ClassCode_VS"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-12-11T00: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 "Value set for the classCode attribute."] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "urn:oid:1.2.208.184.100.9"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "001" ] ; fhir:display [ fhir:v "Clinical report" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Klinisk rapport" ] ] ) ] ) ] ) ] . # # -------------------------------------------------------------------------------------