Package | fhir.org.nz.ig.base |
Type | CodeSystem |
Id | citizenship-status |
FHIR Version | R4 |
Source | http://hl7.org.nz/fhir/https://build.fhir.org/ig/HL7NZ/nzbase/CodeSystem-citizenship-status.html |
URL | https://standards.digital.health.nz/ns/nz-citizenship-status-code |
Version | 1.1.0 |
Status | active |
Date | 2025-06-10T09:24:18+00:00 |
Name | CitizenshipStatus |
Title | NZ Citizenship status |
Realm | us |
Authority | hl7 |
Description | Is this person a NZ Citizen |
Content | complete |
ValueSet | |
nz-citizenship-status-code | NZ Citizenship status |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem citizenship-status
This case-sensitive code system https://standards.digital.health.nz/ns/nz-citizenship-status-code
defines the following codes:
Code | Display | Definition |
yes | Yes | This person is a citizen. |
no | No | This person is not a citizen. |
unknown | Unknown | The citizenship status is unknown. |
{ "resourceType": "CodeSystem", "id": "citizenship-status", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "https://standards.digital.health.nz/ns/nz-citizenship-status-code", "version": "1.1.0", "name": "CitizenshipStatus", "title": "NZ Citizenship status", "status": "active", "experimental": false, "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": "Is this person a NZ Citizen", "caseSensitive": true, "content": "complete", "count": 3, "concept": [ { "code": "yes", "display": "Yes", "definition": "This person is a citizen." }, { "code": "no", "display": "No", "definition": "This person is not a citizen." }, { "code": "unknown", "display": "Unknown", "definition": "The citizenship status is unknown." } ] }