Health Care Surveys Reporting
2.0.0-ballot - STU 2 - Ballot United States of America flag

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Immunization Example - XML Representation

Page standards status: Informative

Raw xml | Download


<Immunization xmlns="http://hl7.org/fhir">
  <id value="immunization-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|6.1.0"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Immunization immunization-example</b></p><a name="immunization-example"> </a><a name="hcimmunization-example"> </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"/><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-immunization.html">US Core Immunization Profileversion: null6.1.0)</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title="Codes:{http://hl7.org/fhir/sid/cvx 158}">Influenza, injectable, quadrivalent</span></p><p><b>patient</b>: <a href="Patient-patient-ledner.html">Dominique369 Ledner144  Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</a></p><p><b>occurrence</b>: 2024-10-15</p><p><b>primarySource</b>: true</p><p><b>location</b>: <a href="Location-location-example.html">Location General Hospital - Main Campus</a></p><p><b>manufacturer</b>: <a href="Organization-organization-example.html">Organization General Hospital</a></p><p><b>lotNumber</b>: 123456A</p><p><b>expirationDate</b>: 2025-06-30</p><p><b>site</b>: <span title="Codes:{http://snomed.info/sct 368208006}">Left upper arm structure</span></p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 78421000}">Intramuscular route</span></p><p><b>doseQuantity</b>: 0.5 mL</p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner-practitioner-1.html">Practitioner Joseph P Nichols (official)</a></td></tr></table><p><b>isSubpotent</b>: false</p><h3>Educations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>DocumentType</b></td><td><b>PublicationDate</b></td><td><b>PresentationDate</b></td></tr><tr><td style="display: none">*</td><td>VIS</td><td>2024-08-01</td><td>2024-10-15</td></tr></table></div>
  </text>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system value="http://hl7.org/fhir/sid/cvx"/>
      <code value="158"/>
      <display value="Influenza, injectable, quadrivalent"/>
    </coding>
  </vaccineCode>
  <patient>🔗 
    <reference value="Patient/patient-ledner"/>
  </patient>
  <occurrenceDateTime value="2024-10-15"/>
  <primarySource value="true"/>
  <location>🔗 
    <reference value="Location/location-example"/>
  </location>
  <manufacturer>🔗 
    <reference value="Organization/organization-example"/>
  </manufacturer>
  <lotNumber value="123456A"/>
  <expirationDate value="2025-06-30"/>
  <site>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="368208006"/>
      <display value="Left upper arm structure"/>
    </coding>
  </site>
  <route>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="78421000"/>
      <display value="Intramuscular route"/>
    </coding>
  </route>
  <doseQuantity>
    <value value="0.5"/>
    <unit value="mL"/>
  </doseQuantity>
  <performer>
    <actor>🔗 
      <reference value="Practitioner/practitioner-1"/>
    </actor>
  </performer>
  <isSubpotent value="false"/>
  <education>
    <documentType value="VIS"/>
    <publicationDate value="2024-08-01"/>
    <presentationDate value="2024-10-15"/>
  </education>
</Immunization>