Da Vinci Alerts Implementation Guide (Release 0.1.0 STU1 Ballot)

This page is part of a downloaded copy of this specification. This page is part of the Da Vinci Care Coordination Alerts (v0.1.0: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

XML Format: Encounter-example-1

Download Raw xml


<Encounter xmlns="http://hl7.org/fhir">
  <id value="example-1"/>
  <meta>
    <lastUpdated value="2017-05-26T11:56:57.250-04:00"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example-1</p><p><b>meta</b>: </p><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>: Inpatient hospital care <span style="background: LightGoldenRodYellow">(Details : {http://www.ama-assn.org/go/cpt code '99234' = '99234)</span></p><p><b>subject</b>: <a href="Patient-example.html">Generated Summary: id: example; Medical Record Number = 1032702 (USUAL); active; Amy V. Shaw ; ph: 555-555-5555(HOME), amy.shaw@example.com; gender: female; birthDate: Feb 20, 2007</a></p><p><b>period</b>: Nov 1, 2015 5:00:14 PM --&gt; Nov 1, 2015 6:00:14 PM</p><h3>Locations</h3><table class="grid"><tr><td>-</td><td><b>Location</b></td></tr><tr><td>*</td><td><a href="Location-hl7east.html">Generated Summary: id: hl7east; 29; status: active; name: Health Level Seven International - Amherst; description: HL7 Headquarters - East; ph: (+1) 734-677-7777</a></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://www.ama-assn.org/go/cpt"/>
      <code value="99234"/>
    </coding>
    <text value="Inpatient hospital care"/>
  </type>
  <subject>
    <reference value="Patient/example"/>
  </subject>
  <period>
    <start value="2015-11-01T17:00:14-05:00"/>
    <end value="2015-11-01T18:00:14-05:00"/>
  </period>
  <location>
    <location>
      <reference value="Location/hl7east"/>
    </location>
  </location>
</Encounter>