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: ImmunizationEvaluation-immunizationevaluation-forecast-example

Raw xml


<ImmunizationEvaluation xmlns="http://hl7.org/fhir">
  <id value="immunizationevaluation-forecast-example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: immunizationevaluation-forecast-example</p><p><b>identifier</b>: urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234</p><p><b>status</b>: completed</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>date</b>: Apr 29, 2019 12:00:00 AM</p><p><b>authority</b>: Happy Valley Clinic</p><p><b>targetDisease</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>immunizationEvent</b>: <a href="Immunization-immunization-forecast-example.html">Generated Summary: id: immunization-forecast-example; status: completed; <span title="Codes: {http://hl7.org/fhir/sid/cvx 08}">Hep B, adolescent or pediatric</span>; occurrence: Apr 29, 2019 12:00:00 AM; recorded: Apr 29, 2019 12:00:00 AM; </a></p><p><b>doseStatus</b>: Valid <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status code 'valid' = 'Valid', given as 'Valid'})</span></p><p><b>doseStatusReason</b>: Newborn vaccination <span style="background: LightGoldenRodYellow">(Details )</span></p><p><b>series</b>: Vaccination Series 1</p><p><b>doseNumber</b>: 1</p><p><b>seriesDoses</b>: 1</p></div>
  </text>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234"/>
  </identifier>
  <status value="completed"/>
  <patient>
    <reference value="Patient/forecast-example"/>
  </patient>
  <date value="2019-04-29"/>
  <authority>
    <display value="Happy Valley Clinic"/>
  </authority>
  <targetDisease>
    <coding>
      <system value="http://hl7.org/fhir/sid/cvx"/>
      <code value="08"/>
      <display value="Hep B, adolescent or pediatric"/>
    </coding>
  </targetDisease>
  <immunizationEvent>
    <reference value="Immunization/immunization-forecast-example"/>
  </immunizationEvent>
  <doseStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status"/>
      <code value="valid"/>
      <display value="Valid"/>
    </coding>
  </doseStatus>
  <doseStatusReason>
    <text value="Newborn vaccination"/>
  </doseStatusReason>
  <series value="Vaccination Series 1"/>
  <doseNumberPositiveInt value="1"/>
  <seriesDosesPositiveInt value="1"/>
</ImmunizationEvaluation>