US Meds Implementation Guide (Release 1.2.0)

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

Example: Encounter-A

Formats: Narrative, XML, JSON, Turtle

Raw json

{
  "resourceType" : "Encounter",
  "id" : "A",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: A</p><p><b>status</b>: finished</p><p><b>class</b>: inpatient encounter (Details: http://hl7.org/fhir/v3/ActCode code IMP = 'inpatient encounter', stated as 'inpatient encounter')</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: 05/01/1964</a></p><p><b>period</b>: 10/09/2016 --&gt; 12/09/2016</p></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://hl7.org/fhir/v3/ActCode",
    "code" : "IMP",
    "display" : "inpatient encounter"
  },
  "subject" : {
    "reference" : "Patient/test2"
  },
  "period" : {
    "start" : "2016-09-10",
    "end" : "2016-09-12"
  }
}