This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v4.0.0: STU4 (v4.0.0)) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Encounter03 - XML Representation
Raw xml | Download
<Encounter xmlns="http://hl7.org/fhir">
<id value="encounter03"/>
<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="encounter03"> </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 "encounter03" </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>: Respiratory therapy <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#53950000)</span></p><p><b>subject</b>: <a href="Patient-patient03.html">Patient/patient03</a> " HARTMAN"</p><p><b>period</b>: 2018-05-29 11:00:00-0400 --> 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="53950000"/>
<display value="Respiratory therapy"/>
</coding>
</type>
<subject>
<reference value="Patient/patient03"/>
</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>