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

This code system https://www.iso.org/obp/ui/#iso:code:3166:DK defines the following codes:

CodeDisplay
DK-84 Capital Region of Denmark
DK-82 Central Denmark Region
DK-81 Nord Denmark Region
DK-85 Region Zealand
DK-83 Region of Southern Denmark

Additional Language Displays

CodeDansk (Danish, da)
DK-84Hovedstaden
DK-82Midtjylland
DK-81Nordjylland
DK-85Sjælland
DK-83Syddanmark
" ]; # fhir:CodeSystem.url [ fhir:value "https://www.iso.org/obp/ui/#iso:code:3166:DK"]; # fhir:CodeSystem.version [ fhir:value "2.6.0"]; # fhir:CodeSystem.name [ fhir:value "Regional subdivision codes"]; # fhir:CodeSystem.status [ fhir:value "active"]; # fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean]; # fhir:CodeSystem.date [ fhir:value "2019-02-02T00: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 "Subdivision codes (Regional codes) used in Denmark"]; # fhir:CodeSystem.content [ fhir:value "complete"]; # fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "DK-84" ]; fhir:CodeSystem.concept.display [ fhir:value "Capital Region of Denmark" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Hovedstaden" ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "DK-82" ]; fhir:CodeSystem.concept.display [ fhir:value "Central Denmark Region" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Midtjylland" ] ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "DK-81" ]; fhir:CodeSystem.concept.display [ fhir:value "Nord Denmark Region" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Nordjylland" ] ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "DK-85" ]; fhir:CodeSystem.concept.display [ fhir:value "Region Zealand" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Sjælland" ] ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "DK-83" ]; fhir:CodeSystem.concept.display [ fhir:value "Region of Southern Denmark" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Syddanmark" ] ] ] . # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------