FHIR Implementation Guide for ABDM
6.0.0 - active
This page is part of the FHIR Implementation Guide for ABDM (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). 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="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Narrative with Details</b></p><p><b>id</b>: 1</p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: COVID-19 vaccine <span>(Details : {http://id.who.int/icd11/mms code 'XM68M6' = 'COVID-19 vaccine'})</span></p><p><b>patient</b>: <a>Patient/1</a></p><p><b>occurrence</b>: 21/02/2021</p><p><b>primarySource</b>: true</p></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>