Da Vinci Unsolicited Notifications Implementation Guide (Release 0.2.0 STU1 Ballot)

This page is part of the Da Vinci Unsolicited Notifications (v0.2.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

XML Format: Encounter-admit-discharge-notification-encounter-01

Download Raw xml


<Encounter xmlns="http://hl7.org/fhir">
  <id value="admit-discharge-notification-encounter-01"/>
  <meta>
    <lastUpdated value="2017-05-26T11:56:57.250-04:00"/>
    <profile
             value="http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/admit-discharge-notification-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>: admit-discharge-notification-encounter-01</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="urn:uuid:e442c924-df77-47fa-838f-24a8253bbdd4">Amy V. Shaw</a></p><h3>Participants</h3><table class="grid"><tr><td>-</td><td><b>Type</b></td><td><b>Period</b></td><td><b>Individual</b></td></tr><tr><td>*</td><td>primary performer <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/v3-ParticipationType code 'PPRF' = 'primary performer)</span></td><td>Nov 1, 2015 10:00:14 PM --&gt; Nov 1, 2015 11:00:14 PM</td><td><a href="urn:uuid:e4b71aed-1c54-4f85-bea0-48444aa31f59">Ronald Bone</a></td></tr></table><p><b>period</b>: Nov 1, 2015 10:00:14 PM --&gt; Nov 1, 2015 11: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="urn:uuid:75ea28b5-74b8-4d9c-9eb5-cfdc10b48fa">Health Level Seven International - Amherst</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="urn:uuid:e442c924-df77-47fa-838f-24a8253bbdd4"/>
    <display value="Amy V. Shaw"/>
  </subject>
  <participant>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="PPRF"/>
      </coding>
      <text value="primary performer"/>
    </type>
    <period>
      <start value="2015-11-01T17:00:14-05:00"/>
      <end value="2015-11-01T18:00:14-05:00"/>
    </period>
    <individual>
      <reference value="urn:uuid:e4b71aed-1c54-4f85-bea0-48444aa31f59"/>
      <display value="Ronald Bone"/>
    </individual>
  </participant>
  <period>
    <start value="2015-11-01T17:00:14-05:00"/>
    <end value="2015-11-01T18:00:14-05:00"/>
  </period>
  <location>
    <location>
      <reference value="urn:uuid:75ea28b5-74b8-4d9c-9eb5-cfdc10b48fa"/>
      <display value="Health Level Seven International - Amherst"/>
    </location>
  </location>
</Encounter>