Quality Improvement Core Framework (v3.3.0: STU 4 Ballot 1). The current version is 3.2.0 based on FHIR R4. See the Directory of published versions
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"
}
}