AU Core Implementation Guide
0.5.0-ci-build - CI Build Australia flag

AU Core Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 0.5.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-core/ and changes regularly. See the Directory of published versions

: Immunization - COVID Dose 1 - XML Representation

Page standards status: Informative

Raw xml | Download



<Immunization xmlns="http://hl7.org/fhir">
  <id value="covid-1"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-immunization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Immunization covid-1</b></p><a name="covid-1"> </a><a name="hccovid-1"> </a><a name="hccovid-1-en-AU"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title="Codes:{https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats COMIRN}, {http://snomed.info/sct 1525011000168107}">Pfizer Comirnaty</span></p><p><b>patient</b>: <a href="Patient-bennelong-anne.html">Mrs. Anne Mary Bennelong(official) Female, DoB: 1968-10-11 ( Medicare Number: 6951449677)</a></p><p><b>encounter</b>: <a href="Encounter-covid-admin-1.html">Encounter: status = finished; class = ambulatory (ActCode#AMB); serviceType = COVID-19 vaccination service; period = 2021-06-17 09:20:00+1000 --&gt; 2021-06-17 09:35:00+1000</a></p><p><b>occurrence</b>: 2021-06-17</p><p><b>recorded</b>: 2021-06-17</p><p><b>primarySource</b>: true</p><p><b>location</b>: <a href="Location-bobrester-medical-center.html">Location Tindal Building</a></p><p><b>manufacturer</b>: Pfizer Australia Ltd</p><p><b>lotNumber</b>: 200000000P</p><p><b>site</b>: <span title="Codes:{http://snomed.info/sct 368208006}">Left upper arm</span></p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 78421000}">Intramuscular</span></p></div>
  </text>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system
              value="https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats"/>
      <code value="COMIRN"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1525011000168107"/>
      <display value="Comirnaty"/>
    </coding>
    <text value="Pfizer Comirnaty"/>
  </vaccineCode>
  <patient>🔗 
    <reference value="Patient/bennelong-anne"/>
  </patient>
  <encounter>🔗 
    <reference value="Encounter/covid-admin-1"/>
  </encounter>
  <occurrenceDateTime value="2021-06-17"/>
  <recorded value="2021-06-17"/>
  <primarySource value="true"/>
  <location>🔗 
    <reference value="Location/bobrester-medical-center"/>
  </location>
  <manufacturer>
    <display value="Pfizer Australia Ltd"/>
  </manufacturer>
  <!-- Lot number below does not conform to batch number reporting requirements to avoid conflict with real world values -->
  <lotNumber value="200000000P"/>
  <site>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="368208006"/>
      <display value="Left upper arm structure"/>
    </coding>
    <text value="Left upper arm"/>
  </site>
  <route>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="78421000"/>
      <display value="Intramuscular route"/>
    </coding>
    <text value="Intramuscular"/>
  </route>
</Immunization>