This page is part of the FUT Infrastructure (v5.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions
Page standards status: Normative | Maturity Level: 5 |
{
"resourceType" : "CodeSystem",
"id" : "hl7.org-fhir-address-use",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Kodesystem hl7.org-fhir-address-use</b></p><a name=\"hl7.org-fhir-address-use\"> </a><a name=\"hchl7.org-fhir-address-use\"> </a><p>This code system supplement <code>http://hl7.org/fhir/address-use</code> defines displays on the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-address-use.html#address-use-home\">home</a><a name=\"hl7.org-fhir-address-use-home\"> </a></td><td>Home</td><td>A communication address at a home.</td><td>Hjem</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-address-use.html#address-use-work\">work</a><a name=\"hl7.org-fhir-address-use-work\"> </a></td><td>Work</td><td>An office address. First choice for business related contacts during business hours.</td><td>Arbejde</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-address-use.html#address-use-temp\">temp</a><a name=\"hl7.org-fhir-address-use-temp\"> </a></td><td>Temporary</td><td>A temporary address. The period can provide more detailed information.</td><td>Midlertidig</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-address-use.html#address-use-old\">old</a><a name=\"hl7.org-fhir-address-use-old\"> </a></td><td>Old / Incorrect</td><td>This address is no longer in use (or was never correct, but retained for records).</td><td>Gammel / forkert</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "fhir"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 5
}
],
"url" : "http://hl7.org/fhir/address-use",
"version" : "5.0.0",
"name" : "AddressUse",
"title" : "Address Use",
"status" : "active",
"experimental" : false,
"date" : "2021-10-27T13:27:27+00:00",
"publisher" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"contact" : [
{
"name" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"telecom" : [
{
"system" : "url",
"value" : "http://ehealth.sundhed.dk"
}
]
}
],
"description" : "The use of an address",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "DK",
"display" : "Denmark"
}
]
}
],
"content" : "supplement",
"supplements" : "http://hl7.org/fhir/address-use",
"concept" : [
{
"code" : "home",
"display" : "Home",
"definition" : "A communication address at a home.",
"designation" : [
{
"language" : "da",
"use" : {
"system" : "http://snomed.info/sct",
"code" : "900000000000013009"
},
"value" : "Hjem"
}
]
},
{
"code" : "work",
"display" : "Work",
"definition" : "An office address. First choice for business related contacts during business hours.",
"designation" : [
{
"language" : "da",
"use" : {
"system" : "http://snomed.info/sct",
"code" : "900000000000013009"
},
"value" : "Arbejde"
}
]
},
{
"code" : "temp",
"display" : "Temporary",
"definition" : "A temporary address. The period can provide more detailed information.",
"designation" : [
{
"language" : "da",
"use" : {
"system" : "http://snomed.info/sct",
"code" : "900000000000013009"
},
"value" : "Midlertidig"
}
]
},
{
"code" : "old",
"display" : "Old / Incorrect",
"definition" : "This address is no longer in use (or was never correct, but retained for records).",
"designation" : [
{
"language" : "da",
"use" : {
"system" : "http://snomed.info/sct",
"code" : "900000000000013009"
},
"value" : "Gammel / forkert"
}
]
}
]
}