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
<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">This is Immunization Recommendation for hepatitis A vaccine to be taken on 2021-05-10.</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>