Immunization Decision Support Forecast (ImmDS) Implementation Guide
1.0.0 - STU1

This page is part of the Immunization Decision Support Forecast FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

ImmDSImmunizationEvaluationExample - XML Representation

(back to description)

Raw xml

Source view



<ImmunizationEvaluation xmlns="http://hl7.org/fhir">
  <id value="immunization-evaluation-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/immds/StructureDefinition/immds-immunizationevaluation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><p><b>patient</b>: <a href="Patient-ImmDSPatientExample.html">Generated Summary: Medical record number: 1234; Gene Wellington ; gender: male; birthDate: 2020-04-28</a></p><p><b>date</b>: 2020-05-26</p><p><b>targetDisease</b>: <span title="Codes: {http://snomed.info/sct 66071002}">Hepatitis B</span></p><p><b>immunizationEvent</b>: <a href="Immunization-ImmDSImmunizationExample.html">Generated Summary: status: completed; <span title="Codes: {http://hl7.org/fhir/sid/cvx 08}">Hep B, adolescent or pediatric</span>; occurrence: 2020-04-28; primarySource</a></p><p><b>doseStatus</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status valid}">Valid</span></p><p><b>series</b>: ACIP 3-dose HepB series</p><p><b>doseNumber</b>: 1</p><p><b>seriesDoses</b>: 3</p></div>
  </text>
  <status value="completed"/>
  <patient>
    <reference value="Patient/ImmDSPatientExample"/>
  </patient>
  <date value="2020-05-26"/>
  <targetDisease>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="66071002"/>
      <display value="Hepatitis B"/>
    </coding>
  </targetDisease>
  <immunizationEvent>
    <reference value="Immunization/ImmDSImmunizationExample"/>
  </immunizationEvent>
  <doseStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status"/>
      <code value="valid"/>
      <display value="Valid"/>
    </coding>
  </doseStatus>
  <series value="ACIP 3-dose HepB series"/>
  <doseNumberPositiveInt value="1"/>
  <seriesDosesPositiveInt value="3"/>
</ImmunizationEvaluation>