FHIR Implementation Guide for ABDM CI Build v2.0.1
banner

This Implementation guide is published and maintained by NRCeS for NHA.
This version is based on the ABDM Health Data Interchange Specifications 1.0 and updated periodically.

XML Format: ImmunizationRecommendation-example-01

Download Raw xml



<ImmunizationRecommendation xmlns="http://hl7.org/fhir">
  <id value="example-01"/>
  <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/1"/>
  </patient>
  <date value="2021-01-10T11:04:15.817-05:00"/>
  <authority>
    <reference value="Organization/1"/>
  </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/1"/>
    </supportingImmunization>
  </recommendation>
</ImmunizationRecommendation>