This page is part of the US-Medication FHIR IG (v1.2.0: STU 2) based on FHIR R3. This is the current published version. For a full list of available versions, see the Directory of published versions
JSON Format: Encounter-A
Download Raw json
{ "resourceType" : "Encounter", "id" : "A", "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: A</p><p><b>status</b>: finished</p><p><b>class</b>: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span></p><p><b>subject</b>: <a href=\"Patient-test2.html\">Generated Summary: id: test2; Medical Record Number: 1032702 (USUAL); active; Brian Z ; ph: 555-555-5555(HOME); gender: male; birthDate: 1964-01-05</a></p><p><b>period</b>: 2016-09-10 --> 2016-09-12</p></div>" }, "status" : "finished", "class" : { "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode", "code" : "IMP", "display" : "inpatient encounter" }, "subject" : { "reference" : "Patient/test2" }, "period" : { "start" : "2016-09-10", "end" : "2016-09-12" } }