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-type",
"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-type</b></p><a name=\"hl7.org-fhir-address-type\"> </a><a name=\"hchl7.org-fhir-address-type\"> </a><p>This code system supplement <code>http://hl7.org/fhir/address-type</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-type.html#address-type-postal\">postal</a><a name=\"hl7.org-fhir-address-type-postal\"> </a></td><td>Postal</td><td>Mailing addresses - PO Boxes and care-of addresses.</td><td>Post</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-address-type.html#address-type-physical\">physical</a><a name=\"hl7.org-fhir-address-type-physical\"> </a></td><td>Physical</td><td>A physical address that can be visited.</td><td>Fysisk</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-address-type.html#address-type-both\">both</a><a name=\"hl7.org-fhir-address-type-both\"> </a></td><td>Postal & Physical</td><td>An address that is both physical and postal.</td><td>Post & fysisk</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-type",
"version" : "5.0.0",
"name" : "AddressType",
"title" : "Address Type",
"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 type of an address (physical / postal)",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "DK",
"display" : "Denmark"
}
]
}
],
"content" : "supplement",
"supplements" : "http://hl7.org/fhir/address-type",
"concept" : [
{
"code" : "postal",
"display" : "Postal",
"definition" : "Mailing addresses - PO Boxes and care-of addresses.",
"designation" : [
{
"language" : "da",
"use" : {
"system" : "http://snomed.info/sct",
"code" : "900000000000013009"
},
"value" : "Post"
}
]
},
{
"code" : "physical",
"display" : "Physical",
"definition" : "A physical address that can be visited.",
"designation" : [
{
"language" : "da",
"use" : {
"system" : "http://snomed.info/sct",
"code" : "900000000000013009"
},
"value" : "Fysisk"
}
]
},
{
"code" : "both",
"display" : "Postal & Physical",
"definition" : "An address that is both physical and postal.",
"designation" : [
{
"language" : "da",
"use" : {
"system" : "http://snomed.info/sct",
"code" : "900000000000013009"
},
"value" : "Post & fysisk"
}
]
}
]
}