COVID19 Case Reporting - Local Development build (v0.1.0). See the Directory of published versions
: Example Immunization - Covid19VaccinationExample - XML Representation
Raw xml | Download
<Immunization xmlns="http://hl7.org/fhir">
<id value="Covid19VaccinationExample"/>
<meta>
<profile
value="http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-vaccination"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Immunization</b><a name="Covid19VaccinationExample"> </a></p><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">Resource Immunization "Covid19VaccinationExample" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-covid19-vaccination.html">Immunization Tracking</a></p></div><p><b>status</b>: completed</p><p><b>vaccineCode</b>: XM4YL8 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (mms#XM4YL8)</span></p><p><b>patient</b>: <a href="Patient-Covid19PatientExample.html">Patient/Covid19PatientExample</a> " SMITH"</p><p><b>encounter</b>: <a href="Encounter-Covid19AssessmentEncounterExample.html">Encounter/Covid19AssessmentEncounterExample</a></p><p><b>occurrence</b>: 2022-07-28</p><p><b>reportOrigin</b>: Vaccine Card <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-cs-source-of-info.html">Source of Information</a>#VaccineCard)</span></p><p><b>lotNumber</b>: 1</p><p><b>expirationDate</b>: 2022-12-28</p><p><b>note</b>: Some other text... (By Organization/Covid19OrganizationExample @Feb 7, 2015, 6:28:17 PM)</p><h3>ProtocolApplieds</h3><table class="grid"><tr><td>-</td><td><b>Series</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td>*</td><td>Booster</td><td>1</td></tr></table></div>
</text>
<status value="completed"/>
<vaccineCode>
<coding>
<system value="http://icd.who.int/icd11/mms"/>
<code value="XM4YL8"/>
</coding>
</vaccineCode>
<patient>
<reference value="Patient/Covid19PatientExample"/>
</patient>
<encounter>
<reference value="Encounter/Covid19AssessmentEncounterExample"/>
</encounter>
<occurrenceDateTime value="2022-07-28"/>
<reportOrigin>
<coding>
<system
value="http://openhie.org/fhir/covid19-casereporting/CodeSystem/cs-source-of-info"/>
<code value="VaccineCard"/>
</coding>
</reportOrigin>
<lotNumber value="1"/>
<expirationDate value="2022-12-28"/>
<note>
<authorReference>
<reference value="Organization/Covid19OrganizationExample"/>
</authorReference>
<time value="2015-02-07T13:28:17-05:00"/>
<text value="Some other text..."/>
</note>
<protocolApplied>
<series value="Booster"/>
<doseNumberPositiveInt value="1"/>
</protocolApplied>
</Immunization>