HIP FHIR Common Terminology Guide
1.8.7 - Release

HIP FHIR Common Terminology Guide - Local Development build (v1.8.7) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient Address Type - JSON Representation

Active as of 2020-04-20

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "nhi-address-type-1.0",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem nhi-address-type-1.0</b></p><a name=\"nhi-address-type-1.0\"> </a><a name=\"hcnhi-address-type-1.0\"> </a><a name=\"hcnhi-address-type-1.0-en-US\"> </a><p>This case-insensitive code system <code>https://standards.digital.health.nz/ns/nhi-address-type</code> 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\">M<a name=\"nhi-address-type-1.0-M\"> </a></td><td>Mailing</td><td>This is the address that is used for mailing information (a postal address may be used in this field).</td></tr><tr><td style=\"white-space:nowrap\">R<a name=\"nhi-address-type-1.0-R\"> </a></td><td>Residential</td><td>The residential address of a patient.</td></tr></table></div>"
  },
  "url" : "https://standards.digital.health.nz/ns/nhi-address-type",
  "version" : "1.0",
  "name" : "Nhi_address_type",
  "title" : "Patient Address Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-04-20T00:00:00+13:00",
  "publisher" : "Te Whatu Ora",
  "contact" : [
    {
      "name" : "Te Whatu Ora",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description" : "A coded type for patient address.",
  "purpose" : "A coded type for patient address.",
  "caseSensitive" : false,
  "versionNeeded" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "M",
      "display" : "Mailing",
      "definition" : "This is the address that is used for mailing information (a postal address may be used in this field)."
    },
    {
      "code" : "R",
      "display" : "Residential",
      "definition" : "The residential address of a patient."
    }
  ]
}