HL7® FHIR® New Zealand Base Implementation Guide
3.0.0 - Release

HL7® FHIR® New Zealand Base Implementation Guide - Local Development build (v3.0.0). See the Directory of published versions

: NZ Residency status - JSON Representation

Active as of 2023-12-04

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "nz-residency",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://standards.digital.health.nz/ns/nz-residency-code</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">yes<a name=\"nz-residency-yes\"> </a></td><td>Permanent Resident</td><td>Use this status if the person holds a residence class visa</td></tr><tr><td style=\"white-space:nowrap\">no<a name=\"nz-residency-no\"> </a></td><td>Not a Permanent Resident</td><td>Use this status for a person who is a NZ Citizen or does not hold a residence class visa</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"nz-residency-unknown\"> </a></td><td>Unknown</td><td>use this status if the residency status of the person cannot be determined or is unknown</td></tr></table></div>"
  },
  "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" : "2023-12-04T09:46:36+13: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"
    }
  ]
}