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

CodeDisplayDefinition
home HomeA communication address at a home.
work WorkAn office address. First choice for business related contacts during business hours.
temp TemporaryA temporary address. The period can provide more detailed information.
old Old / IncorrectThis address is no longer in use (or was never correct, but retained for records).

Additional Language Displays

CodeDansk (Danish, da)
homeHjem
workArbejde
tempMidlertidig
oldGammel / forkert
" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/address-use"]; fhir:CodeSystem.version [ fhir:value "2022.1"]; fhir:CodeSystem.name [ fhir:value "AddressUse"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2022-01-18T09:57:29+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 "The use of an address"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.content [ fhir:value "supplement"]; fhir:CodeSystem.supplements [ fhir:value "http://hl7.org/fhir/address-use"; fhir:link ]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "home" ]; fhir:CodeSystem.concept.display [ fhir:value "Home" ]; fhir:CodeSystem.concept.definition [ fhir:value "A communication address at a home." ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.use [ a sct:900000000000013009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "900000000000013009" ] ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Hjem" ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "work" ]; fhir:CodeSystem.concept.display [ fhir:value "Work" ]; fhir:CodeSystem.concept.definition [ fhir:value "An office address. First choice for business related contacts during business hours." ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.use [ a sct:900000000000013009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "900000000000013009" ] ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Arbejde" ] ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "temp" ]; fhir:CodeSystem.concept.display [ fhir:value "Temporary" ]; fhir:CodeSystem.concept.definition [ fhir:value "A temporary address. The period can provide more detailed information." ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.use [ a sct:900000000000013009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "900000000000013009" ] ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Midlertidig" ] ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "old" ]; fhir:CodeSystem.concept.display [ fhir:value "Old / Incorrect" ]; fhir:CodeSystem.concept.definition [ fhir:value "This address is no longer in use (or was never correct, but retained for records)." ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.use [ a sct:900000000000013009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "900000000000013009" ] ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Gammel / forkert" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------