This page is part of the FHIR Specification (v3.5.0: R4 Ballot #2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3
| Orders and Observations Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Device, Encounter, Patient, Practitioner |
Raw JSON (canonical form + also see JSON Format Specification)
Insulin Pump request
{
"resourceType": "DeviceRequest",
"id": "insulinpump",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: insulinpump</p><p><b>identifier</b>: ip_request1.1</p><p><b>instantiatesCanonical</b>: <a>http://motivemi.com/artifacts/PlanDefinition/low-suicide-risk-order-set</a></p><p><b>basedOn</b>: Homecare - DM follow-up</p><p><b>priorRequest</b>: CGM ambulatory</p><p><b>groupIdentifier</b>: ip_request1</p><p><b>status</b>: active</p><p><b>intent</b>: instance-order</p><p><b>priority</b>: routine</p><p><b>code</b>: Insulin delivery device panel <span>(Details : {LOINC code '43148-6' = 'Insulin delivery device panel)</span></p><p><b>subject</b>: <a>Patient/dicom</a></p><p><b>context</b>: Encounter 1</p><p><b>occurrence</b>: 08/05/2013 9:33:27 AM</p><p><b>authoredOn</b>: 08/05/2013 9:33:27 AM</p><p><b>requester</b>: <a>Dr. Adam Careful</a></p><p><b>performerType</b>: Nurse <span>(Details : {[not stated] code 'null' = 'null', given as 'Qualified nurse'})</span></p><p><b>performer</b>: Nurse Rossignol</p><p><b>reasonCode</b>: gastroparesis <span>(Details )</span></p><p><b>reasonReference</b>: Gastroparesis</p><p><b>supportingInfo</b>: Previous results</p><p><b>note</b>: this is the right device brand and model</p><p><b>relevantHistory</b>: Request for unspecified device</p></div>"
},
"identifier": [
{
"value": "ip_request1.1"
}
],
"instantiatesCanonical": [
"http://motivemi.com/artifacts/PlanDefinition/low-suicide-risk-order-set"
],
"basedOn": [
{
"display": "Homecare - DM follow-up"
}
],
"priorRequest": [
{
"display": "CGM ambulatory"
}
],
"groupIdentifier": {
"value": "ip_request1"
},
"status": "active",
"intent": "instance-order",
"priority": "routine",
"codeCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "43148-6"
}
],
"text": "Insulin delivery device panel"
},
"subject": {
"reference": "Patient/dicom"
},
"context": {
"display": "Encounter 1"
},
"occurrenceDateTime": "2013-05-08T09:33:27+07:00",
"authoredOn": "2013-05-08T09:33:27+07:00",
"requester": {
"reference": "Practitioner/example",
"display": "Dr. Adam Careful"
},
"performerType": {
"coding": [
{
"display": "Qualified nurse"
}
],
"text": "Nurse"
},
"performer": {
"display": "Nurse Rossignol"
},
"reasonCode": [
{
"text": "gastroparesis"
}
],
"reasonReference": [
{
"display": "Gastroparesis"
}
],
"supportingInfo": [
{
"display": "Previous results"
}
],
"note": [
{
"text": "this is the right device brand and model"
}
],
"relevantHistory": [
{
"display": "Request for unspecified device"
}
]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.