AU Base Implementation Guide
4.2.2-ballot - Ballot
This page is part of the Australian Base IG (v4.2.2-ballot: AU Base R4.2 Ballot 5) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.1.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
<Immunization xmlns="http://hl7.org/fhir">
<id value="example3"/>
<meta>
<profile
value="http://hl7.org.au/fhir/StructureDefinition/au-immunization"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Immunization example3</b></p><a name="example3"> </a><a name="hcexample3"> </a><a name="example3-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-example5.html">Sarah Simmons Female, DoB: 1977-09-07 ( Medicare Number: 22968184811 (, period: (?) --> 2022-12))</a></p><p><b>occurrence</b>: 2021-11-17</p><p><b>recorded</b>: 2021-11-17</p><p><b>primarySource</b>: true</p><p><b>location</b>: <a href="Location-example3.html">Location: status = active; type = Family medicine clinic; physicalType = Building</a></p><p><b>manufacturer</b>: Pfizer Australia Ltd</p><p><b>lotNumber</b>: 500000000P</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:{http://terminology.hl7.org/CodeSystem/v2-0443 AP}">Administering Provider</span></td><td><a href="PractitionerRole-example3.html">PractitionerRole General practitioner</a></td></tr></table><h3>ProtocolApplieds</h3><table class="grid"><tr><td style="display: none">-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 840539006}">COVID-19</span></td><td>1</td></tr></table></div>
</text>
<extension
url="http://hl7.org.au/fhir/StructureDefinition/vaccine-serial-number">
<!-- Vial serial number below does not conform to reporting requirements to avoid conflict with real world values -->
<valueString value="vNo1111"/>
</extension>
<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/example5"/>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MC"/>
<display value="Patient's Medicare number"/>
</coding>
<text value="Medicare Number"/>
</type>
<system value="http://ns.electronichealth.net.au/id/medicare-number"/>
<value value="22968184811"/>
<period>
<end value="2022-12"/>
</period>
</identifier>
</patient>
<occurrenceDateTime value="2021-11-17"/>
<recorded value="2021-11-17"/>
<primarySource value="true"/>
<location>🔗
<reference value="Location/example3"/>
</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="500000000P"/>
<performer>
<function>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0443"/>
<code value="AP"/>
<display value="Administering Provider"/>
</coding>
<text value="Administering Provider"/>
</function>
<actor>🔗
<reference value="PractitionerRole/example3"/>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
<code value="UPIN"/>
</coding>
<text value="Medicare Provider Number"/>
</type>
<system
value="http://ns.electronichealth.net.au/id/medicare-provider-number"/>
<value value="1234561A"/>
</identifier>
</actor>
</performer>
<protocolApplied>
<targetDisease>
<coding>
<system value="http://snomed.info/sct"/>
<code value="840539006"/>
<display value="COVID-19"/>
</coding>
<text value="COVID-19"/>
</targetDisease>
<doseNumberPositiveInt value="1"/>
</protocolApplied>
</Immunization>