Data Exchange For Quality Measures Implementation Guide
5.0.0-ballot - STU5 Ballot United States of America flag

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v5.0.0-ballot: STU5 (v5.0.0) Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.0.0. For a full list of available versions, see the Directory of published versions

: Encounter01 - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="encounter01"/>
  <meta>
    <source value="http://example.org/fhir/server"/>
    <profile
             value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter encounter01</b></p><a name="encounter01"> </a><a name="hcencounter01"> </a><a name="encounter01-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Information Source: <a href="http://example.org/fhir/server">http://example.org/fhir/server</a></p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/qicore/STU6/StructureDefinition-qicore-encounter.html">QICore Encounter</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP">ActCode</a> IMP: inpatient encounter</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 185347001}">Encounter for problem (procedure)</span></p><p><b>subject</b>: <a href="Patient-patient01.html">Jairo Webster</a></p><p><b>period</b>: 2018-05-29 11:00:00-0400 --&gt; 2018-05-29 11:00:00-0400</p><h3>Hospitalizations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>DischargeDisposition</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/discharge-disposition home}">Home</span></td></tr></table></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="IMP"/>
    <display value="inpatient encounter"/>
  </class>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="185347001"/>
      <display value="Encounter for problem (procedure)"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/patient01"/>
    <display value="Jairo Webster"/>
  </subject>
  <period>
    <start value="2018-05-29T11:00:00-04:00"/>
    <end value="2018-05-29T11:00:00-04:00"/>
  </period>
  <hospitalization>
    <dischargeDisposition>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/discharge-disposition"/>
        <code value="home"/>
        <display value="Home"/>
      </coding>
    </dischargeDisposition>
  </hospitalization>
</Encounter>