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 Citizenship status - JSON Representation

Active as of 2024-04-19

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "citizenship-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>https://standards.digital.health.nz/ns/nz-citizenship-status-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=\"citizenship-status-yes\"> </a></td><td>Yes</td><td>This person is a citizen.</td></tr><tr><td style=\"white-space:nowrap\">no<a name=\"citizenship-status-no\"> </a></td><td>No</td><td>This person is not a citizen.</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"citizenship-status-unknown\"> </a></td><td>Unknown</td><td>The citizenship status is unknown.</td></tr></table></div>"
  },
  "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" : "2024-04-19T03:25:17+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."
    }
  ]
}