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
{
"resourceType" : "Immunization",
"id" : "imm-example-match-quality",
"meta" : {
"extension" : [
{
"extension" : [
{
"url" : "plannedEventId",
"valueString" : "plannedEvent-0001"
},
{
"url" : "createdDate",
"valueDateTime" : "2023-08-21T02:18:30.303+00:00"
},
{
"url" : "createdReason",
"valueCoding" : {
"code" : "8103",
"display" : "Prior dose was not given"
}
},
{
"url" : "resolvedDate",
"valueDateTime" : "2023-09-21T02:18:30.303+00:00"
},
{
"url" : "resolvedReason",
"valueCoding" : {
"code" : "200",
"display" : "Immunisation event has been updated"
}
},
{
"url" : "resolvedBy",
"valueString" : "jacky"
}
],
"url" : "https://standards.digital.health.nz/fhir/air/StructureDefinition/air-planned-event-match-quality"
}
],
"profile" : [
🔗 "https://standards.digital.health.nz/fhir/air/StructureDefinition/air-immunization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization imm-example-match-quality</b></p><a name=\"imm-example-match-quality\"> </a><a name=\"hcimm-example-match-quality\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-air-immunization.html\">AIR Immunization</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 03}\">MMR</span></p><p><b>patient</b>: Identifier: NHI/ZAA0792</p><p><b>occurrence</b>: 2023-03-01 16:45:46+1300</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://standards.digital.health.nz/ns/air-terms-code VC}\">Vaccinator</span></td><td>Identifier: HPIProvider/90ZZLP</td></tr></table></div>"
},
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/cvx",
"code" : "03",
"display" : "MMR"
}
]
},
"patient" : {
"identifier" : {
"system" : "https://standards.digital.health.nz/ns/nhi-id",
"value" : "ZAA0792"
}
},
"occurrenceDateTime" : "2023-03-01T16:45:46+13:00",
"performer" : [
{
"function" : {
"coding" : [
{
"system" : "https://standards.digital.health.nz/ns/air-terms-code",
"code" : "VC",
"display" : "Vaccinator"
}
]
},
"actor" : {
"identifier" : {
"system" : "https://standards.digital.health.nz/ns/hpi-person-id",
"value" : "90ZZLP"
}
}
}
]
}