Immunization Decision Support Forecast (ImmDS) Implementation Guide
0.1.0 - CI Build

Immunization Decision Support Forecast (ImmDS) Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

ImmDSImmunizationInvalidExample - XML Representation

(back to description)

Raw xml

Source view


<Immunization xmlns="http://hl7.org/fhir">
  <id value="ImmDSImmunizationInvalidExample"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/ImmunizationFHIRDS/StructureDefinition/immds-immunization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: ImmDSImmunizationInvalidExample</p><p><b>meta</b>: </p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: <span title="Codes: {http://hl7.org/fhir/sid/cvx 83}">Hep A, ped/adol, 2 dose</span></p><p><b>patient</b>: <a href="Patient-ImmDSPatientExample.html">Generated Summary: id: ImmDSPatientExample; Medical record number = 1234; Gene Wellington ; gender: male; birthDate: 2020-04-28</a></p><p><b>occurrence</b>: 2020-04-28</p><p><b>primarySource</b>: true</p></div>
  </text>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system value="http://hl7.org/fhir/sid/cvx"/>
      <code value="83"/>
      <display value="Hep A, ped/adol, 2 dose"/>
    </coding>
  </vaccineCode>
  <patient>
    <reference value="Patient/ImmDSPatientExample"/>
  </patient>
  <occurrenceDateTime value="2020-04-28"/>
  <primarySource value="true"/>
</Immunization>