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-planned-event-date-type> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "air-planned-event-date-type"] ;
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-planned-event-date-type</b></p><a name=\"air-planned-event-date-type\"> </a><a name=\"hcair-planned-event-date-type\"> </a><p>This case-insensitive code system <code>https://standards.digital.health.nz/ns/air-planned-event-date-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">EARLIEST<a name=\"air-planned-event-date-type-EARLIEST\"> </a></td><td>Earliest date to give</td></tr><tr><td style=\"white-space:nowrap\">LATEST<a name=\"air-planned-event-date-type-LATEST\"> </a></td><td>Latest date to give</td></tr><tr><td style=\"white-space:nowrap\">OVERDUE<a name=\"air-planned-event-date-type-OVERDUE\"> </a></td><td>Date vaccine overdue</td></tr><tr><td style=\"white-space:nowrap\">CREATED<a name=\"air-planned-event-date-type-CREATED\"> </a></td><td>Date event created</td></tr><tr><td style=\"white-space:nowrap\">PRIOR<a name=\"air-planned-event-date-type-PRIOR\"> </a></td><td>Date PE becomes pending</td></tr><tr><td style=\"white-space:nowrap\">LATE<a name=\"air-planned-event-date-type-LATE\"> </a></td><td>Date PE becomes late</td></tr><tr><td style=\"white-space:nowrap\">FINALIZED<a name=\"air-planned-event-date-type-FINALIZED\"> </a></td><td>Date PE updated to a final state</td></tr><tr><td style=\"white-space:nowrap\">AGEDOUT<a name=\"air-planned-event-date-type-AGEDOUT\"> </a></td><td>Date PE is no longer relevant due to the consumers age</td></tr></table></div>"
] ;
fhir:CodeSystem.url [ fhir:value "https://standards.digital.health.nz/ns/air-planned-event-date-type"] ;
fhir:CodeSystem.version [ fhir:value "2.7.0"] ;
fhir:CodeSystem.name [ fhir:value "AIRFPlannedEventDateType"] ;
fhir:CodeSystem.title [ fhir:value "AIR Planned Event Date Type Code System"] ;
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 code system includes the codes used in AIR to communicate a date associated with a planned event, such as the due date or the earliest date to give. "] ;
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 "8"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "EARLIEST" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Earliest date to give" ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "LATEST" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Latest date to give" ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "OVERDUE" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Date vaccine overdue" ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.code [ fhir:value "CREATED" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Date event created" ]
], [
fhir:index 4 ;
fhir:CodeSystem.concept.code [ fhir:value "PRIOR" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Date PE becomes pending" ]
], [
fhir:index 5 ;
fhir:CodeSystem.concept.code [ fhir:value "LATE" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Date PE becomes late" ]
], [
fhir:index 6 ;
fhir:CodeSystem.concept.code [ fhir:value "FINALIZED" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Date PE updated to a final state" ]
], [
fhir:index 7 ;
fhir:CodeSystem.concept.code [ fhir:value "AGEDOUT" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Date PE is no longer relevant due to the consumers age" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/air-planned-event-date-type.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/air-planned-event-date-type.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