FHIR Implementation Guide for ABDM
6.5.0 - active
This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
<Immunization xmlns="http://hl7.org/fhir">
<id value="example-WHO-DDCC"/>
<meta>
<versionId value="1"/>
<lastUpdated value="2020-10-10T14:58:58.181+05:30"/>
<profile
value="https://nrces.in/ndhm/fhir/r4/StructureDefinition/Immunization"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Immunization example-WHO-DDCC</b></p><a name="example-WHO-DDCC"> </a><a name="hcexample-WHO-DDCC"> </a><a name="example-WHO-DDCC-hi-IN"> </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">version: 1; Last updated: 2020-10-10 14:58:58+0530</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Immunization.html">Immunization</a></p></div><p><b>BrandName</b>: covaxin</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title="Codes:{http://id.who.int/icd11/mms XM68M6}">COVID-19 vaccine</span></p><p><b>patient</b>: <a href="Patient-example-01.html">ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)</a></p><p><b>occurrence</b>: 2021-02-21</p><p><b>primarySource</b>: true</p><p><b>location</b>: <a href="Location-example-01.html">Location South Wing, second floor</a></p><p><b>manufacturer</b>: <a href="Organization-example-01.html">Organization XYZ Lab Pvt.Ltd.</a></p><p><b>lotNumber</b>: BSCD12344SS</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="Practitioner-example-01.html">Practitioner Dr. DEF</a></td></tr></table><h3>ProtocolApplieds</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Series</b></td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style="display: none">*</td><td>2-dose</td><td><span title="Codes:{http://id.who.int/icd11/mms RA01.1}">COVID-19, virus not identified</span></td><td>1</td></tr></table></div>
</text>
<extension
url="https://nrces.in/ndhm/fhir/r4/StructureDefinition/BrandName">
<valueString value="covaxin"/>
</extension>
<status value="completed"/>
<vaccineCode>
<coding>
<system value="http://id.who.int/icd11/mms"/>
<code value="XM68M6"/>
<display value="COVID-19 vaccine"/>
</coding>
</vaccineCode>
<patient>🔗
<reference value="Patient/example-01"/>
</patient>
<occurrenceDateTime value="2021-02-21"/>
<primarySource value="true"/>
<location>🔗
<reference value="Location/example-01"/>
</location>
<manufacturer>🔗
<reference value="Organization/example-01"/>
</manufacturer>
<lotNumber value="BSCD12344SS"/>
<performer>
<function>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0443"/>
<code value="AP"/>
<display value="Administering Provider"/>
</coding>
</function>
<actor>🔗
<reference value="Practitioner/example-01"/>
</actor>
</performer>
<protocolApplied>
<series value="2-dose"/>
<targetDisease>
<coding>
<system value="http://id.who.int/icd11/mms"/>
<code value="RA01.1"/>
<display value="COVID-19, virus not identified"/>
</coding>
</targetDisease>
<doseNumberPositiveInt value="1"/>
</protocolApplied>
</Immunization>