HIP FHIR Common Terminology Guide
1.3.1 - Release

HIP FHIR Common Terminology Guide - Local Development build (v1.3.1). See the Directory of published versions

: NHI Address Type Codes - JSON Representation

Active as of 2023-09-18

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "nhi-address-type",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "https://nzhts.digital.health.nz/fhir/ValueSet/addressType",
  "version" : "1.0",
  "name" : "NhiAddressType",
  "title" : "NHI Address Type Codes",
  "status" : "active",
  "date" : "2023-09-18T21:36:05+00:00",
  "publisher" : "Te Whatu Ora",
  "contact" : [
    {
      "name" : "Te Whatu Ora",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description" : "Types of address supported by the NHI",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/address-type"
      }
    ],
    "exclude" : [
      {
        "system" : "http://hl7.org/fhir/address-type",
        "concept" : [
          {
            "code" : "both"
          }
        ]
      }
    ]
  }
}