FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/identifier-use version 📦4.0.1| 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. |
Source1
{
"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-12-18T23:31:54+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"
}
]
}
]
}
}