Da Vinci Clinical Data Exchange (CDex) Implementation Guide Release 0.1.0

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

XML Format: Encounter-cdex-example-encounter

Raw xml


<Encounter xmlns="http://hl7.org/fhir">
  <id value="cdex-example-encounter"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2019-04-09T10:59:17.000-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>: cdex-example-encounter</p><p><b>meta</b>: </p><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'ambulatory')</p><p><b>type</b>: Office Visit <span style="background: LightGoldenRodYellow">(Details : {http://www.ama-assn.org/go/cpt code '99201' = '99201)</span></p><p><b>subject</b>: <a href="Patient-cdex-example-patient.html">Generated Summary: id: cdex-example-patient; 1032702 (USUAL); active; Amy V. Shaw ; ph: 555-555-5555(HOME), amy.shaw@example.com; gender: female; birthDate: Feb 20, 2007</a></p><h3>Participants</h3><table class="grid"><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a href="Practitioner-cdex-example-practitioner.html">Generated Summary: id: cdex-example-practitioner; 9941339108, 25456; Ronald Bone </a></td></tr></table><p><b>period</b>: Nov 1, 2015 5:00:14 PM --&gt; Nov 1, 2015 6:00:14 PM</p></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <type>
    <coding>
      <system value="http://www.ama-assn.org/go/cpt"/>
      <code value="99201"/>
    </coding>
    <text value="Office Visit"/>
  </type>
  <subject>
    <reference value="Patient/cdex-example-patient"/>
  </subject>
  <participant>
    <individual>
      <reference value="Practitioner/cdex-example-practitioner"/>
    </individual>
  </participant>
  <period>
    <start value="2015-11-01T17:00:14-05:00"/>
    <end value="2015-11-01T18:00:14-05:00"/>
  </period>
</Encounter>