FHIR Implementation Guide for ABDM
3.1.0 - active India flag

Banner

FHIR Implementation Guide for ABDM - Local Development build (v3.1.0). See the Directory of published versions

: Immunization/example-01 - XML Representation

Raw xml | Download



<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><b>Narrative with Details</b></p><p><b>id</b>: 1</p><p><b>status</b>: not-done</p><p><b>statusReason</b>: medical precaution <span>(Details : {http://terminology.hl7.org/CodeSystem/v3-ActReason code 'MEDPREC' = 'medical precaution', given as 'medical precaution'})</span></p><p><b>vaccineCode</b>: No consent DTP immunization <span>(Details : {http://snomed.info/sct code '314768003' = 'No consent DTP immunization'})</span></p><p><b>patient</b>: <a>Patient/1</a></p><p><b>occurrence</b>: 10/01/2013</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>