HL7® FHIR® New Zealand Base Implementation Guide
3.1.0 - Draft

HL7® FHIR® New Zealand Base Implementation Guide, published by HL7 New Zealand. This guide is not an authorized publication; it is the continuous build for version 3.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7NZ/nzbase/ and changes regularly. See the Directory of published versions

: NZ Residency status - XML Representation

Active as of 2024-04-19

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="nz-residency"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This case-sensitive 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>
  </text>
  <url value="https://standards.digital.health.nz/ns/nz-residency-code"/>
  <version value="1.1.0"/>
  <name value="NZResidency"/>
  <title value="NZ Residency status"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-04-19T03:25:17+00:00"/>
  <publisher value="HL7 New Zealand"/>
  <contact>
    <name value="HL7 New Zealand"/>
    <telecom>
      <system value="email"/>
      <value value="mailto:admin@hl7.org.nz"/>
    </telecom>
  </contact>
  <description value="NZ Residency status"/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="yes"/>
    <display value="Permanent Resident"/>
    <definition
                value="Use this status if the person holds a residence class visa"/>
  </concept>
  <concept>
    <code value="no"/>
    <display value="Not a Permanent Resident"/>
    <definition
                value="Use this status for a person who is a NZ Citizen or does not hold a residence class visa"/>
  </concept>
  <concept>
    <code value="unknown"/>
    <display value="Unknown"/>
    <definition
                value="use this status if the residency status of the person cannot be determined or is unknown"/>
  </concept>
</CodeSystem>