This page is part of the Quality Improvement Core Framework (v2.0.0: STU 2) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

Example: Encounter-qicore-encounter-example

Formats: XML, JSON, Turtle

{
  "resourceType" : "Encounter",
  "id" : "qicore-encounter-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <strong>staus</strong>: in-progress      
      </p>
      <p>
        <strong>class</strong>: { FHIR code 'IMP' = 'inpatient encounter' })      
      </p>
      <p>
        <strong>subject</strong>: 
        <a href="Patient-qicore-patient-example.html">Patient/example</a>
      </p>
    </div>"
  },
  "status" : "in-progress",
  "class" : {
    "system" : "http://hl7.org/fhir/v3/ActCode",
    "code" : "IMP",
    "display" : "inpatient encounter"
  },
  "subject" : {
    "reference" : "Patient/qicore-patient-example"
  }
}