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

FHIR IG Statistics: ValueSet/NhiIdentifierUse

Packagetewhatuora.hip-core
Resource TypeValueSet
IdNhiIdentifierUse
FHIR VersionR4
Sourcehttps://fhir-ig.digital.health.nz/HIP-FHIR-Common/https://fhir-ig.digital.health.nz/HIP-FHIR-Common/ValueSet-NhiIdentifierUse.html
URLhttps://nzhts.digital.health.nz/fhir/ValueSet/nhi-identifier-use-code
Version1.0.0
Statusactive
Date2024-10-22T03:31:07+00:00
NameNhiIdentifierUse
TitleNHI Identifier
Authoritynational
DescriptionNHI Identifier

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet NhiIdentifierUse

  • 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": "NhiIdentifierUse",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nzhts.digital.health.nz/fhir/ValueSet/nhi-identifier-use-code",
  "version": "1.0.0",
  "name": "NhiIdentifierUse",
  "title": "NHI Identifier",
  "status": "active",
  "date": "2024-10-22T03:31:07+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"
          }
        ]
      }
    ]
  }
}