Aotearoa Immunisation Register (AIR) FHIR Implementation Guide
2.7.0 - ci-build
New Zealand
Aotearoa Immunisation Register (AIR) FHIR Implementation Guide - Local Development build (v2.7.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2026-07-20 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/air-consumer-state> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "air-consumer-state"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem air-consumer-state</b></p><a name=\"air-consumer-state\"> </a><a name=\"hcair-consumer-state\"> </a><p>This case-insensitive code system <code>https://standards.digital.health.nz/ns/air-consumer-state</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\">ACTIVE<a name=\"air-consumer-state-ACTIVE\"> </a></td><td>Active</td><td>Consumer is active.</td></tr><tr><td style=\"white-space:nowrap\">DECEASED<a name=\"air-consumer-state-DECEASED\"> </a></td><td>Deceased</td><td>Consumer is deceased and a deceased date has been confirmed with NHI.</td></tr><tr><td style=\"white-space:nowrap\">OVERSEAS<a name=\"air-consumer-state-OVERSEAS\"> </a></td><td>Overseas</td><td>Consumer has been flagged as being overseas.</td></tr><tr><td style=\"white-space:nowrap\">UNCONFIRMED_DECEASED<a name=\"air-consumer-state-UNCONFIRMED_DECEASED\"> </a></td><td>Unconfirmed deceased</td><td>Consumer has been flagged as deceased but this has not yet been confirmed with NHI.</td></tr><tr><td style=\"white-space:nowrap\">DEACTIVATED<a name=\"air-consumer-state-DEACTIVATED\"> </a></td><td>Deactivated</td><td>Consumer has been deactivated.</td></tr><tr><td style=\"white-space:nowrap\">UNCONFIRMED_OVERSEAS<a name=\"air-consumer-state-UNCONFIRMED_OVERSEAS\"> </a></td><td>Unconfirmed overseas</td><td>Consumer has been flagged as being possibly overseas but this has not yet been confirmed with NHI.</td></tr></table></div>"
] ;
fhir:CodeSystem.url [ fhir:value "https://standards.digital.health.nz/ns/air-consumer-state"] ;
fhir:CodeSystem.version [ fhir:value "2.7.0"] ;
fhir:CodeSystem.name [ fhir:value "AirConsumerState"] ;
fhir:CodeSystem.title [ fhir:value "AIR Consumer State"] ;
fhir:CodeSystem.status [ fhir:value "active"] ;
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.date [ fhir:value "2026-07-20T21:32:10+00:00"^^xsd:dateTime] ;
fhir:CodeSystem.publisher [ fhir:value "Te Whatu Ora"] ;
fhir:CodeSystem.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "Te Whatu Ora" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://tewhatuora.govt.nz" ]
]
] ;
fhir:CodeSystem.description [ fhir:value "This is a code system for representing the current state of an AIR Patient (AKA Consumer)."] ;
fhir:CodeSystem.jurisdiction [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
fhir:Coding.code [ fhir:value "US" ] ;
fhir:Coding.display [ fhir:value "New Zealand" ]
]
] ;
fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.content [ fhir:value "complete"] ;
fhir:CodeSystem.count [ fhir:value "6"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "ACTIVE" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Active" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Consumer is active." ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "DECEASED" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Deceased" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Consumer is deceased and a deceased date has been confirmed with NHI." ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "OVERSEAS" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Overseas" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Consumer has been flagged as being overseas." ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.code [ fhir:value "UNCONFIRMED_DECEASED" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Unconfirmed deceased" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Consumer has been flagged as deceased but this has not yet been confirmed with NHI." ]
], [
fhir:index 4 ;
fhir:CodeSystem.concept.code [ fhir:value "DEACTIVATED" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Deactivated" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Consumer has been deactivated." ]
], [
fhir:index 5 ;
fhir:CodeSystem.concept.code [ fhir:value "UNCONFIRMED_OVERSEAS" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Unconfirmed overseas" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Consumer has been flagged as being possibly overseas but this has not yet been confirmed with NHI." ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/air-consumer-state.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/air-consumer-state.ttl> .
IG © 2022+ Te Whatu Ora. Package AIR-ig#2.7.0 based on FHIR 4.0.1. Generated 2026-07-20
Links: Table of Contents |
QA Report