FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/nhi-use

Packagefhir.org.nz.ig.base
TypeValueSet
Idnhi-use
FHIR VersionR4
Sourcehttp://hl7.org.nz/fhir/https://build.fhir.org/ig/HL7NZ/nzbase/ValueSet-nhi-use.html
URLhttps://nzhts.digital.health.nz/fhir/ValueSet/nhi-use-code
Version1.0.0
Statusactive
Date2025-06-10T09:24:18+00:00
NameNHIUse
TitleValid use values for NHI
Realmus
Authorityhl7
DescriptionNHI Use codes

Resources that use this resource

StructureDefinition
NzPatientNZ Patient

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet nhi-use

  • Include these codes as defined in http://hl7.org/fhir/identifier-use
    CodeDisplayDefinition
    officialOfficialThe identifier considered to be most trusted for the identification of this item. Sometimes also known as "primary" and "main". The determination of "official" is subjective and implementation guides often provide additional guidelines for use.
    oldOldThe identifier id no longer considered valid, but may be relevant for search purposes. E.g. Changes to identifier schemes, account merges, etc.

Source

{
  "resourceType": "ValueSet",
  "id": "nhi-use",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nzhts.digital.health.nz/fhir/ValueSet/nhi-use-code",
  "version": "1.0.0",
  "name": "NHIUse",
  "title": "Valid use values for NHI",
  "status": "active",
  "date": "2025-06-10T09:24:18+00:00",
  "publisher": "HL7 New Zealand",
  "contact": [
    {
      "name": "HL7 New Zealand",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:admin@hl7.org.nz"
        }
      ]
    }
  ],
  "description": "NHI Use codes",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/identifier-use",
        "concept": [
          {
            "code": "official"
          },
          {
            "code": "old"
          }
        ]
      }
    ]
  }
}