Aotearoa Immunisation Register (AIR) FHIR Implementation Guide (API-V2)
2.1.0-SNAPSHOT - ci-build New Zealand

Aotearoa Immunisation Register (AIR) FHIR Implementation Guide (API-V2) - Local Development build (v2.1.0-SNAPSHOT) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AIR Processing Terms - JSON Representation

Active as of 2026-08-04

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "air-processing-terms",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem air-processing-terms</b></p><a name=\"air-processing-terms\"> </a><a name=\"hcair-processing-terms\"> </a><p>This case-insensitive code system <code>https://standards.digital.health.nz/ns/air-processing-terms</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\">identifier-not-updated<a name=\"air-processing-terms-identifier-not-updated\"> </a></td><td>Patient identifier not updated - identifier is immutable for this operation</td><td>The Patient Identifier (NHI number) submitted in the request differed from the identifier stored on the record. The existing identifier has been preserved and was not updated through this operation.</td></tr><tr><td style=\"white-space:nowrap\">exact-duplicate-not-created<a name=\"air-processing-terms-exact-duplicate-not-created\"> </a></td><td>Record already exists</td><td>The submitted immunisation record matches an existing record held in AIR. No new record was created and the existing record has been returned.</td></tr></table></div>"
  },
  "url" : "https://standards.digital.health.nz/ns/air-processing-terms",
  "version" : "2.1.0-SNAPSHOT",
  "name" : "AIRProcessingTerms",
  "title" : "AIR Processing Terms",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-08-04T03:27:22+00:00",
  "publisher" : "Te Whatu Ora",
  "contact" : [
    {
      "name" : "Te Whatu Ora",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://tewhatuora.govt.nz"
        }
      ]
    }
  ],
  "description" : "This Code System contains meta tags that AIR uses to signal processing outcomes",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "New Zealand"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "identifier-not-updated",
      "display" : "Patient identifier not updated - identifier is immutable for this operation",
      "definition" : "The Patient Identifier (NHI number) submitted in the request differed from the identifier stored on the record. The existing identifier has been preserved and was not updated through this operation."
    },
    {
      "code" : "exact-duplicate-not-created",
      "display" : "Record already exists",
      "definition" : "The submitted immunisation record matches an existing record held in AIR. No new record was created and the existing record has been returned."
    }
  ]
}