QI-Core Implementation Guide: STU 4 (v4.0.0 for FHIR 4.0.1)

QI-Core Implementation Guide - This is the current published version.. See the Directory of published versions

DeviceRequest/example

Formats: Narrative, XML, JSON, Turtle

Raw json

{
  "resourceType" : "DeviceRequest",
  "id" : "example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n        <p>\n          <b> Generated Narrative with Details</b>\n        </p>\n        <p>\n          <b> id</b> : example\n        </p>\n        <p>\n          <b> status</b> : completed\n        </p>\n        <p>\n          <b> intent</b> : original-order\n        </p>\n        <p>\n          <b> code</b> : <a> Device/example</a>\n        </p>\n        <p>\n          <b> subject</b> : <a> Patient/example</a>\n        </p>\n      </div>"
  },
  "status" : "completed",
  "intent" : "original-order",
  "codeReference" : {
    "reference" : "Device/example"
  },
  "subject" : {
    "reference" : "Patient/example"
  }
}