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

{
  "resourceType" : "DeviceUseStatement",
  "id" : "qicore-deviceusestatement-example",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "system" : "http:goodhealth.org/identifiers",
      "value" : "51ebb7a9-4e3a-4360-9a05-0cc2d869086f"
    }
  ],
  "status" : "active",
  "subject" : {
    "reference" : "Patient/qicore-patient-example"
  },
  "device" : {
    "reference" : "Device/qicore-device-example"
  }
}