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 1) 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

DeviceUseStatement qicore-deviceusestatement-example


<DeviceUseStatement xmlns="http://hl7.org/fhir">
  <id value="qicore-deviceusestatement-example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <strong>id</strong>: example
      </p>
      <p>
        <strong>identifier</strong>: 51ebb7a9-4e3a-4360-9a05-0cc2d869086f
      </p>
      <p>
        <strong>status</strong>: active
      </p>
      <p>
        <strong>subject</strong>: <a href="Patient-qicore-patient-example.html">Patient/example</a>
      </p>
      <p>
        <strong>device</strong>: <a href="Device-qicore-device-example.html">Device/example</a>
      </p>
    </div>
  </text>
  <identifier>
    <system value="http:goodhealth.org/identifiers"/>
    <value value="51ebb7a9-4e3a-4360-9a05-0cc2d869086f"/>
  </identifier>
  <status value="active"/>
  <subject>
    <reference value="Patient/qicore-patient-example"/>
  </subject>
  <device>
    <reference value="Device/qicore-device-example"/>
  </device>
</DeviceUseStatement>