This page is part of the Quality Improvement Core Framework (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R3. The current version which supersedes this version is 7.0.1. For a full list of available versions, see the Directory of published versions
{
"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"
}
}