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

: Immunization Example 1 - XML Representation

Raw xml | Download


<Immunization xmlns="http://hl7.org/fhir">
  <id value="imm-example-1"/>
  <meta>
    <profile
             value="https://standards.digital.health.nz/fhir/air/StructureDefinition/air-immunization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Immunization imm-example-1</b></p><a name="imm-example-1"> </a><a name="hcimm-example-1"> </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>
  </text>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system value="http://hl7.org/fhir/sid/cvx"/>
      <code value="03"/>
      <display value="MMR"/>
    </coding>
  </vaccineCode>
  <patient>
    <identifier>
      <system value="https://standards.digital.health.nz/ns/nhi-id"/>
      <value value="ZAA0792"/>
    </identifier>
  </patient>
  <occurrenceDateTime value="2023-03-01T16:45:46+13:00"/>
  <performer>
    <function>
      <coding>
        <system
                value="https://standards.digital.health.nz/ns/air-terms-code"/>
        <code value="VC"/>
        <display value="Vaccinator"/>
      </coding>
    </function>
    <actor>
      <identifier>
        <system value="https://standards.digital.health.nz/ns/hpi-person-id"/>
        <value value="90ZZLP"/>
      </identifier>
    </actor>
  </performer>
</Immunization>