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
JSON Format: Encounter-cdex-example-encounter
Raw json
{ "resourceType" : "Encounter", "id" : "cdex-example-encounter", "meta" : { "versionId" : "1", "lastUpdated" : "2019-04-09T10:59:17.000-04:00", "profile" : [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter" ] }, "text" : { "status" : "generated", "div" : "<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 --> Nov 1, 2015 6:00:14 PM</p></div>" }, "status" : "finished", "class" : { "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode", "code" : "AMB", "display" : "ambulatory" }, "type" : [ { "coding" : [ { "system" : "http://www.ama-assn.org/go/cpt", "code" : "99201" } ], "text" : "Office Visit" } ], "subject" : { "reference" : "Patient/cdex-example-patient" }, "participant" : [ { "individual" : { "reference" : "Practitioner/cdex-example-practitioner" } } ], "period" : { "start" : "2015-11-01T17:00:14-05:00", "end" : "2015-11-01T18:00:14-05:00" } }