New Zealand Health Terminology Service (NZHTS) Implementation Guide
0.1.0 - ci-build

Publish Box goes here

: NZ Citizenship status - JSON Representation

Active as of 2023-10-25

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "citizenship-status",
  "meta" : {
    "versionId" : "11",
    "lastUpdated" : "2025-12-04T23:06:26.339+13:00",
    "tag" : [
      {
        "system" : "https://standards.digital.health.nz/ns/nzhts-usage-tags",
        "code" : "FHIR"
      }
    ]
  },
  "url" : "https://standards.digital.health.nz/ns/nz-citizenship-status-code",
  "version" : "0.1.0",
  "name" : "CitizenshipStatus",
  "title" : "NZ Citizenship status",
  "status" : "active",
  "date" : "2023-10-25T11:59:31.000Z",
  "publisher" : "Health New Zealand | Te Whatu Ora",
  "contact" : [
    {
      "name" : "Health New Zealand | Te Whatu Ora",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.tewhatuora.govt.nz/"
        }
      ]
    }
  ],
  "description" : "Is this person a NZ Citizen",
  "caseSensitive" : true,
  "valueSet" : "https://nzhts.digital.health.nz/fhir/ValueSet/nz-citizenship-status-code",
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "yes",
      "display" : "Yes",
      "definition" : "This patient is a citizen."
    },
    {
      "code" : "no",
      "display" : "No",
      "definition" : "This patient is not a citizen."
    },
    {
      "code" : "unknown",
      "display" : "Unknown",
      "definition" : "The citizenship is unknown"
    }
  ]
}