SMART Health Cards: Vaccination & Testing Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-shc-vaccination-ig/ and changes regularly. See the Directory of published versions
<Bundle xmlns="http://hl7.org/fhir">
<type value="collection"/>
<entry>
<fullUrl value="resource:0"/>
<resource>
<Patient>
<name>
<family value="Anyperson"/>
<given value="Jane"/>
<given value="C."/>
</name>
<birthDate value="1961-01-20"/>
</Patient>
</resource>
</entry>
<entry>
<fullUrl value="resource:1"/>
<resource>
<Immunization>
<meta>
<security>
<system value="https://smarthealth.cards/ial"/>
<code value="IAL2"/>
</security>
</meta>
<status value="completed"/>
<vaccineCode>
<coding>
<system value="http://hl7.org/fhir/sid/cvx"/>
<code value="206"/>
</coding>
</vaccineCode>
<patient>
<reference value="resource:0"/>
</patient>
<occurrenceDateTime value="2022-08-01"/>
<lotNumber value="0000002"/>
<performer>
<actor>
<display value="ABC General Hospital"/>
</actor>
</performer>
</Immunization>
</resource>
</entry>
<entry>
<fullUrl value="resource:2"/>
<resource>
<Immunization>
<meta>
<security>
<system value="https://smarthealth.cards/ial"/>
<code value="IAL2"/>
</security>
</meta>
<status value="completed"/>
<vaccineCode>
<coding>
<system value="http://hl7.org/fhir/sid/cvx"/>
<code value="206"/>
</coding>
</vaccineCode>
<patient>
<reference value="resource:0"/>
</patient>
<occurrenceDateTime value="2022-08-29"/>
<lotNumber value="0000003"/>
<performer>
<actor>
<display value="ABC General Hospital"/>
</actor>
</performer>
</Immunization>
</resource>
</entry>
</Bundle>