US Behavioral Health Profiles Implementation Guide
0.1.0 - CI Build United States of America flag

US Behavioral Health Profiles Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/us-behavioral-health-profiles/ and changes regularly. See the Directory of published versions

: flu-vaccine-example - XML Representation

Raw xml | Download



<Immunization xmlns="http://hl7.org/fhir">
  <id value="flu-vaccine-example-1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|7.0.0"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Immunization flu-vaccine-example-1</b></p><a name="flu-vaccine-example-1"> </a><a name="hcflu-vaccine-example-1"> </a><a name="flu-vaccine-example-1-en-US"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title="Codes:{http://hl7.org/fhir/sid/cvx 168}, {http://hl7.org/fhir/sid/ndc 49281012165}">Influenza, adjuvanted, inactivated, trivalent, injectable, preservative free</span></p><p><b>patient</b>: <a href="Patient-bh-patient-example.html">James Wolff</a></p><p><b>occurrence</b>: 2023-11-19 12:46:57-0800</p></div>
  </text>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system value="http://hl7.org/fhir/sid/cvx"/>
      <code value="168"/>
      <display
               value="Influenza, adjuvanted, inactivated, trivalent, injectable, preservative free"/>
    </coding>
    <coding>
      <system value="http://hl7.org/fhir/sid/ndc"/>
      <code value="49281012165"/>
      <display
               value="FLUZONE High-Dose Quadrivalent Northern Hemisphere, 10 SYRINGE, GLASS in 1 PACKAGE (49281-121-65) &gt; .7 mL in 1 SYRINGE, GLASS (49281-121-88) (package)"/>
    </coding>
    <text
          value="Influenza, adjuvanted, inactivated, trivalent, injectable, preservative free"/>
  </vaccineCode>
  <patient>🔗 
    <reference value="Patient/bh-patient-example"/>
    <display value="James Wolff"/>
  </patient>
  <occurrenceDateTime value="2023-11-19T12:46:57-08:00"/>
</Immunization>