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

FHIR IG Statistics: CodeSystem/nz-residency

Packagefhir.org.nz.ig.base
Resource TypeCodeSystem
Idnz-residency
FHIR VersionR4
Sourcehttp://hl7.org.nz/fhir/https://build.fhir.org/ig/HL7NZ/nzbase/CodeSystem-nz-residency.html
URLhttps://standards.digital.health.nz/ns/nz-residency-code
Version1.1.0
Statusactive
Date2025-06-10T09:24:18+00:00
NameNZResidency
TitleNZ Residency status
Realmus
Authorityhl7
DescriptionNZ Residency status
Contentcomplete

Resources that use this resource

ConceptMap
ConceptMap-nz-residencyNZ Central Region NZ Residency Concept Map
ValueSet
ValueSet-combined-nz-residencyNZ Central Region - Combined NZ Residency Value Set
nz-residency-codeNZ Residency status

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem nz-residency

This case-sensitive code system https://standards.digital.health.nz/ns/nz-residency-code defines the following codes:

CodeDisplayDefinition
yes Permanent ResidentUse this status if the person holds a residence class visa
no Not a Permanent ResidentUse this status for a person who is a NZ Citizen or does not hold a residence class visa
unknown Unknownuse this status if the residency status of the person cannot be determined or is unknown

Source

{
  "resourceType": "CodeSystem",
  "id": "nz-residency",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://standards.digital.health.nz/ns/nz-residency-code",
  "version": "1.1.0",
  "name": "NZResidency",
  "title": "NZ Residency 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": "NZ Residency status",
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "yes",
      "display": "Permanent Resident",
      "definition": "Use this status if the person holds a residence class visa"
    },
    {
      "code": "no",
      "display": "Not a Permanent Resident",
      "definition": "Use this status for a person who is a NZ Citizen or does not hold a residence class visa"
    },
    {
      "code": "unknown",
      "display": "Unknown",
      "definition": "use this status if the residency status of the person cannot be determined or is unknown"
    }
  ]
}