HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.2 - STU 2 United States of America flag

This page is part of the electronic Case Reporting (eCR) (v2.1.2: STU 2) 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 Example: immunization-ecr-pneumo - XML Representation

Raw xml | Download


<Immunization xmlns="http://hl7.org/fhir">
  <id value="immunization-ecr-pneumo"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Immunization immunization-ecr-pneumo</b></p><a name="immunization-ecr-pneumo"> </a><a name="hcimmunization-ecr-pneumo"> </a><a name="immunization-ecr-pneumo-en-US"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title="Codes:{http://hl7.org/fhir/sid/cvx 33}">pneumococcal polysaccharide PPV23</span></p><p><b>patient</b>: <a href="Patient-patient-ecr-eve-everywoman.html">Eve Everywoman</a></p><p><b>occurrence</b>: 2018-09-01</p><p><b>primarySource</b>: true</p></div>
  </text>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system value="http://hl7.org/fhir/sid/cvx"/>
      <code value="33"/>
      <display value="pneumococcal polysaccharide PPV23"/>
    </coding>
  </vaccineCode>
  <patient>🔗 
    <reference value="Patient/patient-ecr-eve-everywoman"/>
    <display value="Eve Everywoman"/>
  </patient>
  <occurrenceDateTime value="2018-09-01"/>
  <primarySource value="true"/>
</Immunization>