Immunization Decision Support Forecast Implementation Guide STU1 (Release 0.2.0 Ballot 2)

This page is part of the Immunization Decision Support Forecast FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

XML Format: Immunization-immunization-forecast-example

Raw xml


<Immunization xmlns="http://hl7.org/fhir">
  <id value="immunization-forecast-example"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2019-06-27T11:55:25.382-04:00"/>
    <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><b>Generated Narrative with Details</b></p><p><b>id</b>: immunization-forecast-example</p><p><b>meta</b>: </p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: Hep B, adolescent or pediatric <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/sid/cvx code '08' = 'Hep B, adolescent or pediatric', given as 'Hep B, adolescent or pediatric'})</span></p><p><b>patient</b>: <a href="Patient-forecast-example.html">Generated Summary: id: forecast-example; ??; null null ; gender: male; birthDate: Apr 28, 2019</a></p><p><b>occurrence</b>: Apr 29, 2019 12:00:00 AM</p><p><b>recorded</b>: Apr 29, 2019 12:00:00 AM</p><p><b>primarySource</b>: false</p></div>
  </text>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system value="http://hl7.org/fhir/sid/cvx"/>
      <code value="08"/>
      <display value="Hep B, adolescent or pediatric"/>
    </coding>
  </vaccineCode>
  <patient>
    <reference value="Patient/forecast-example"/>
  </patient>
  <occurrenceDateTime value="2019-04-29"/>
  <recorded value="2019-04-29T00:00:00-04:00"/>
  <primarySource value="false"/>
</Immunization>