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 Identifier - JSON Representation

Active as of 2023-09-18

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "NhiIdentifierUse",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "https://nzhts.digital.health.nz/fhir/ValueSet/nhi-identifier-use-code",
  "version" : "1.0.0",
  "name" : "NhiIdentifierUse",
  "title" : "NHI Identifier",
  "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" : "NHI Identifier",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/identifier-use",
        "concept" : [
          {
            "code" : "official",
            "display" : "Official"
          },
          {
            "code" : "old",
            "display" : "Old"
          }
        ]
      }
    ]
  }
}