HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
1.1.0 - STU 2 Ballot

This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

: Immunication Example: immunization-ecr-pneumo - XML Representation

Raw xml | Download



<Immunization xmlns="http://hl7.org/fhir">
  <id value="immunization-ecr-pneumo"/>
  <meta>
    <versionId value="4"/>
    <lastUpdated value="2020-11-16T00:04:07.532+00:00"/>
    <source value="#dTCb1HYBgCzcUyVX"/>
    <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">
            <table xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
                <tr>
                    <td style="font-weight: bold">id</td>
                    <td>
                        <div title="id">immunization-ecr-pneumo</div>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">meta</td>
                    <td>
                        <table>
                            <tr>
                                <td style="font-weight: bold">versionId</td>
                                <td>
                                    <div title="versionId">13</div>
                                </td>
                            </tr>
                            <tr>
                                <td style="font-weight: bold">lastUpdated</td>
                                <td>
                                    <div title="lastUpdated">2019-10-23T20:24:40.000-04:00</div>
                                </td>
                            </tr>
                            <tr>
                                <td style="font-weight: bold">profile</td>
                                <td>
                                    <div title="profile">http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization</div>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">status</td>
                    <td>
                        <div title="status">completed</div>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">vaccineCode</td>
                    <td>
                        <ul style="list-style:none; padding-left:0; margin:0 0;">
                            <li>
                                <ul style="list-style:none; padding-left:0; margin:0 0;">
                                    <li>
                                        <div title="display">pneumococcal</div>  (
                                        
                                        
                                        <div title="code">33</div> )
          
                                    
                                    
                                    </li>
                                    <li>
                                        <div title="system">
                                            <a href="http://hl7.org/fhir/sid/cvx">http://hl7.org/fhir/sid/cvx</a>
                                        </div>
                                    </li>
                                </ul>
                            </li>
                        </ul>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">patient</td>
                    <td>
                        <ul style="list-style:none; padding-left:0; margin:0 0;">
                            <li/>
                            <li>
                                <a href="Patient-patient-ecr-eve-everywoman.html">Eve Everywoman</a>
                            </li>
                        </ul>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">occurrenceDateTime</td>
                    <td>
                        <div title="occurrenceDateTime">2018-09-01</div>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">primarySource</td>
                    <td>
                        <div title="primarySource">true</div>
                    </td>
                </tr>
            </table>
        </div>
  </text>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system value="http://hl7.org/fhir/sid/cvx"/>
      <code value="33"/>
      <display value="pneumococcal"/>
    </coding>
  </vaccineCode>
  <patient>
    <reference value="Patient/patient-ecr-eve-everywoman"/>
    <display value="Eve Everywoman"/>
  </patient>
  <occurrenceDateTime value="2018-09-01"/>
  <primarySource value="true"/>
</Immunization>