HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm CI Build

This page is part of the electronic Case Reporting (eCR) (v1.0.0: STU 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

XML Format: Encounter-encounter-eicr-eve-everywoman-external-encounter

Raw xml


<Encounter xmlns="http://hl7.org/fhir">
  <id value="encounter-eicr-eve-everywoman-external-encounter"/>
  <meta>
    <versionId value="3"/>
    <lastUpdated value="2019-10-11T22:32:46.000-04:00"/>
    <profile
             value="http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
         <table xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
            <tr>
               <td style="font-weight: bold">id</td>
               <td>
                 <div title="id">encounter-eicr-eve-everywoman-external-encounter</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">3</div> 
                        </td>
                     </tr>
                     <tr>
                        <td style="font-weight: bold">lastUpdated</td>
                        <td>
                           <div title="lastUpdated">2019-10-11T22:32:46.000-04:00</div> 
                        </td>
                     </tr>
                     <tr>
                        <td style="font-weight: bold">profile</td>
                        <td>
                           <div title="profile">http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-encounter</div> 
                        </td>
                     </tr>
                  </table>
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">identifier</td>
               <td>
                  <ul style="list-style:none; padding-left:0; margin:0 0;">
                     <li>
                        <div title="system">
                           <a href="http://hospital.smarthealthit.org">http://hospital.smarthealthit.org</a>
                        </div>
                     </li>
                     <li>
                        <div title="value">9937012</div> 
                     </li>
                  </ul>
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">status</td>
               <td>
                  <div title="status">finished</div> 
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">class</td>
               <td>
                  <ul style="list-style:none; padding-left:0; margin:0 0;">
                     <li>
                        <div title="display">External Encounter</div> 
                     </li>
                     <li>
                        <div title="system">
                           <a href="https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.274">https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.274</a>
                        </div>
                     </li>
                     <li>
                        <div title="code">PHC2237</div> 
                     </li>
                  </ul>
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">type</td>
               <td>
                  <table>
                     <tr>
                        <td style="font-weight: bold">data-absent-reason</td>
                        <td>
                           <ul style="list-style:none; padding-left:0; margin:0 0;">
                              <li>
                                 <div title="valueCode">not-applicable</div> 
                              </li>
                           </ul>
                        </td>
                     </tr>
                  </table>
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">subject</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>
         </table>
      </div>
  </text>
  <identifier>
    <system value="http://hospital.smarthealthit.org"/>
    <value value="9937012"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system value="urn:oid:2.16.840.1.114222.4.5.274"/>
    <code value="PHC2237"/>
    <display value="External Encounter"/>
  </class>
  <type>
    <extension url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
      <valueCode value="not-applicable"/>
    </extension>
  </type>
  <subject>
    <reference value="Patient/patient-ecr-eve-everywoman"/>
    <display value="Eve Everywoman"/>
  </subject>
</Encounter>