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


<Encounter xmlns="http://hl7.org/fhir">
  <id value="qicore-encounter-example"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <status value="in-progress"/>
  <class>
    <system value="http://hl7.org/fhir/v3/ActCode"/>
    <code value="IMP"/>
    <display value="inpatient encounter"/>
  </class>
  <subject>
    <reference value="Patient/qicore-patient-example"/>
  </subject>
</Encounter>