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

This code system urn:oid:1.2.208.184.100.10 defines the following codes:

CodeDisplayDefinition
urn:ad:dk:medcom:phmr-v1.3:full DK PHMR schemaDocument adheres to HL7 PHMR DK profile ver. 1.0.
urn:ad:dk:medcom:qfdd-v1.1:full DK QFDD schemaDocument adheres to HL7 QFDD DK profile ver. 1.0.
urn:ad:dk:medcom:qrd-v1.2:full DK QRD schemaDocument adheres to HL7 QRD DK profile ver. 1.0.
urn:ad:dk:medcom:appointmentsummary:full DK Appointment Summary Document schema
urn:ad:dk:medcom:labreports:svareksponeringsservice Laboratoriesvar (samling af svar)
urn:ad:dk:medcom:cpd-v1.0.1:full DK CPD schemaDocument adheres to HL7 CPD DK profile ver. 1.0.
urn:ad:dk:medcom:pdc-v2.0:full DK PDC schemaDocument adheres to HL7 PDC DK profile ver. 2.0.
urn:ad:dk:medcom:apd-v2.0:full DK APD schemaDocument adheres to HL7 APD DK profile ver. 2.0.
" ]; fhir:CodeSystem.url [ fhir:value "urn:oid:1.2.208.184.100.10"]; fhir:CodeSystem.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:1.2.208.184.100.10" ] ]; fhir:CodeSystem.version [ fhir:value "2.5.0"]; fhir:CodeSystem.name [ fhir:value "DK_IHE_FormatCode_CS"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2019-12-11T00: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 "Code system for document format code used in national Document sharing"]; 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 "urn:ad:dk:medcom:phmr-v1.3:full" ]; fhir:CodeSystem.concept.display [ fhir:value "DK PHMR schema" ]; fhir:CodeSystem.concept.definition [ fhir:value "Document adheres to HL7 PHMR DK profile ver. 1.0." ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "urn:ad:dk:medcom:qfdd-v1.1:full" ]; fhir:CodeSystem.concept.display [ fhir:value "DK QFDD schema" ]; fhir:CodeSystem.concept.definition [ fhir:value "Document adheres to HL7 QFDD DK profile ver. 1.0." ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "urn:ad:dk:medcom:qrd-v1.2:full" ]; fhir:CodeSystem.concept.display [ fhir:value "DK QRD schema" ]; fhir:CodeSystem.concept.definition [ fhir:value "Document adheres to HL7 QRD DK profile ver. 1.0." ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "urn:ad:dk:medcom:appointmentsummary:full" ]; fhir:CodeSystem.concept.display [ fhir:value "DK Appointment Summary Document schema" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "urn:ad:dk:medcom:labreports:svareksponeringsservice" ]; fhir:CodeSystem.concept.display [ fhir:value "Laboratoriesvar (samling af svar)" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "urn:ad:dk:medcom:cpd-v1.0.1:full" ]; fhir:CodeSystem.concept.display [ fhir:value "DK CPD schema" ]; fhir:CodeSystem.concept.definition [ fhir:value "Document adheres to HL7 CPD DK profile ver. 1.0." ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "urn:ad:dk:medcom:pdc-v2.0:full" ]; fhir:CodeSystem.concept.display [ fhir:value "DK PDC schema" ]; fhir:CodeSystem.concept.definition [ fhir:value "Document adheres to HL7 PDC DK profile ver. 2.0." ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "urn:ad:dk:medcom:apd-v2.0:full" ]; fhir:CodeSystem.concept.display [ fhir:value "DK APD schema" ]; fhir:CodeSystem.concept.definition [ fhir:value "Document adheres to HL7 APD DK profile ver. 2.0." ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------