Qi-Core Implementation Guide (Release 2.1 Trial-Use Ballot)

This page is part of the Quality Improvement Core Framework (v2.1.0: STU 3 Ballot) based on FHIR (HL7® FHIR® Standard) R3. The current version which supersedes this version is 7.0.0. 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"
  }
}