Package | tewhatuora.hip-core |
Resource Type | ValueSet |
Id | NhiIdentifierUse |
FHIR Version | R4 |
Source | https://fhir-ig.digital.health.nz/HIP-FHIR-Common/https://fhir-ig.digital.health.nz/HIP-FHIR-Common/ValueSet-NhiIdentifierUse.html |
URL | https://nzhts.digital.health.nz/fhir/ValueSet/nhi-identifier-use-code |
Version | 1.0.0 |
Status | active |
Date | 2024-10-22T03:31:07+00:00 |
Name | NhiIdentifierUse |
Title | NHI Identifier |
Authority | national |
Description | NHI Identifier |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet NhiIdentifierUse
http://hl7.org/fhir/identifier-use
Code | Display | Definition |
official | Official | The 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. |
old | Old | The identifier id no longer considered valid, but may be relevant for search purposes. E.g. Changes to identifier schemes, account merges, etc. |
{ "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" } ] } ] } }