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 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
<ImmunizationRecommendation xmlns="http://hl7.org/fhir">
<id value="example-01"/>
<meta>
<versionId value="1"/>
<lastUpdated value="2020-10-10T14:58:58.181+05:30"/>
<profile
value="https://nrces.in/ndhm/fhir/r4/StructureDefinition/ImmunizationRecommendation"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ImmunizationRecommendation example-01</b></p><a name="example-01"> </a><a name="hcexample-01"> </a><a name="example-01-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-ImmunizationRecommendation.html">ImmunizationRecommendation</a></p></div><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>date</b>: 2021-01-10 11:04:15-0500</p><p><b>authority</b>: <a href="Organization-example-01.html">Organization XYZ Lab Pvt.Ltd.</a></p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: <span title="Codes:{http://snomed.info/sct 871751006}">Hepatitis A vaccine</span></p><p><b>forecastStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/immunization-recommendation-status due}">Due</span></p><h3>DateCriterions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://loinc.org 30980-7}">Date vaccine due</span></td><td>2021-05-10 00:00:00-0500</td></tr></table><p><b>description</b>: First sequence in protocol</p><p><b>series</b>: Vaccination Series 1</p><p><b>doseNumber</b>: 1</p><p><b>seriesDoses</b>: 3</p><p><b>supportingImmunization</b>: <a href="Immunization-example-01.html">Immunization: status = not-done; statusReason = medical precaution; vaccineCode = No consent DTP immunization; occurrence[x] = 2013-01-10; primarySource = true</a></p></blockquote></div>
</text>
<patient>🔗
<reference value="Patient/example-01"/>
</patient>
<date value="2021-01-10T11:04:15.817-05:00"/>
<authority>🔗
<reference value="Organization/example-01"/>
</authority>
<recommendation>
<vaccineCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="871751006"/>
<display value="Hepatitis A vaccine"/>
</coding>
</vaccineCode>
<forecastStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/immunization-recommendation-status"/>
<code value="due"/>
<display value="Due"/>
</coding>
</forecastStatus>
<dateCriterion>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="30980-7"/>
<display value="Date vaccine due"/>
</coding>
</code>
<value value="2021-05-10T00:00:00-05:00"/>
</dateCriterion>
<description value="First sequence in protocol"/>
<series value="Vaccination Series 1"/>
<doseNumberPositiveInt value="1"/>
<seriesDosesPositiveInt value="3"/>
<supportingImmunization>🔗
<reference value="Immunization/example-01"/>
</supportingImmunization>
</recommendation>
</ImmunizationRecommendation>