Dental Data Exchange
1.0.0 - STU 1

This page is part of the Dental Data Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Immunization example - XML Representation

Raw xml | Download



<Immunization xmlns="http://hl7.org/fhir">
  <id value="imm-1"/>
  <meta>
    <versionId value="9"/>
    <lastUpdated value="2021-07-13T20:01:54.521+00:00"/>
    <source value="#wWskYUsopfP05ugN"/>
    <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</b></p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: <span title="Codes: {http://hl7.org/fhir/sid/cvx 08}">hepatitis B vaccine, pediatric or pediatric/adolescent dosage</span></p><p><b>patient</b>: <a href="Patient-example-dental.html">Patient A. Generated Summary: Medical Record Number: 5152020 (USUAL); active: true; Patient A ; Phone: 123-456-7890, testA@email.com; gender: male; birthDate: 1990-01-01</a></p><p><b>occurrence</b>: 2020-01-04</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="hepatitis B vaccine, pediatric or pediatric/adolescent dosage"/>
    </coding>
  </vaccineCode>
  <patient>
    <reference value="Patient/example-dental"/>
    <display value="Patient A"/>
  </patient>
  <occurrenceDateTime value="2020-01-04"/>
  <primarySource value="false"/>
</Immunization>