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-01"/>
<meta>
<profile
value="https://nrces.in/ndhm/fhir/r4/StructureDefinition/Immunization"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Immunization example-01</b></p><a name="example-01"> </a><a name="hcexample-01"> </a><a name="example-01-hi-IN"> </a><p><b>status</b>: Not Done</p><p><b>statusReason</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActReason MEDPREC}">medical precaution</span></p><p><b>vaccineCode</b>: <span title="Codes:{http://snomed.info/sct 314768003}">No consent DTP immunization</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>: 2013-01-10</p><p><b>primarySource</b>: true</p></div>
</text>
<status value="not-done"/>
<statusReason>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
<code value="MEDPREC"/>
<display value="medical precaution"/>
</coding>
</statusReason>
<vaccineCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="314768003"/>
<display value="No consent DTP immunization"/>
</coding>
</vaccineCode>
<patient>🔗
<reference value="Patient/example-01"/>
</patient>
<occurrenceDateTime value="2013-01-10"/>
<primarySource value="true"/>
</Immunization>