eHealth Infrastructure (v2021.2)


{
  "resourceType" : "CodeSystem",
  "id" : "address-type",
  "meta" : {
    "lastUpdated" : "2019-10-24T11:53:00+11:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/address-type defines 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></tr><tr><td style=\"white-space:nowrap\">postal<a name=\"address-type-postal\"> </a></td><td>Postal</td><td>Mailing addresses - PO Boxes and care-of addresses.</td></tr><tr><td style=\"white-space:nowrap\">physical<a name=\"address-type-physical\"> </a></td><td>Physical</td><td>A physical address that can be visited.</td></tr><tr><td style=\"white-space:nowrap\">both<a name=\"address-type-both\"> </a></td><td>Postal &amp; Physical</td><td>An address that is both physical and postal.</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td>postal</td><td>Post</td></tr><tr><td>physical</td><td>Fysisk</td></tr><tr><td>both</td><td>Post &amp; fysisk</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString" : "Informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 0
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    }
  ],
  "url" : "http://hl7.org/fhir/address-type",
  "identifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.63"
  },
  "version" : "3.0.2",
  "name" : "AddressType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-10-24T11:53:00+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/fhir"
        },
        {
          "system" : "email",
          "value" : "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description" : "The type of an address (physical / postal)",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/address-type",
  "content" : "complete",
  "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"
        }
      ]
    }
  ]
}