Data Exchange For Quality Measures Implementation Guide
4.0.0 - STU4 United States of America flag

Data Exchange For Quality Measures Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 4.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-deqm/ and changes regularly. See the Directory of published versions

: Encounter02 - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="encounter02"/>
  <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><b>Generated Narrative: Encounter</b><a name="encounter02"> </a></p><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">Resource Encounter &quot;encounter02&quot; </p><p style="margin-bottom: 0px">Information Source: http://example.org/fhir/server!</p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/qicore/STU5/StructureDefinition-qicore-encounter.html">QICore Encounter</a></p></div><p><b>status</b>: finished</p><p><b>class</b>: inpatient encounter (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code IMP = 'inpatient encounter', stated as 'inpatient encounter')</p><p><b>type</b>: Fixation of fracture <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#239279000)</span></p><p><b>subject</b>: <a href="Patient-patient02.html">Patient/patient02</a> &quot; BERNARD&quot;</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>Home <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.2.0/CodeSystem-discharge-disposition.html">Discharge disposition</a>#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="239279000"/>
      <display value="Fixation of fracture"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/patient02"/>
  </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>