This page is part of the FHIR Specification (v4.3.0: R4B - STU). 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 | Standards 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</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource "insulinpump" </p></div><p><b>identifier</b>: id: ip_request1.1</p><p><b>instantiatesCanonical</b>: <a href=\"http://motivemi.com/artifacts/PlanDefinition/low-suicide-risk-order-set\">http://motivemi.com/artifacts/PlanDefinition/low-suicide-risk-order-set</a></p><p><b>basedOn</b>: <span>: Homecare - DM follow-up</span></p><p><b>priorRequest</b>: <span>: CGM ambulatory</span></p><p><b>groupIdentifier</b>: id: 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 style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#43148-6)</span></p><p><b>subject</b>: <a href=\"patient-dicom.html\">Patient/dicom</a> " MINT_TEST"</p><p><b>encounter</b>: <span>: Encounter 1</span></p><p><b>occurrence</b>: 2013-05-08T09:33:27+07:00</p><p><b>authoredOn</b>: 2013-05-08T09:33:27+07:00</p><p><b>requester</b>: <a href=\"practitioner-example.html\">Practitioner/example: Dr. Adam Careful</a> "Adam CAREFUL"</p><p><b>performerType</b>: Nurse <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated] "Qualified nurse")</span></p><p><b>performer</b>: <span>: Nurse Rossignol</span></p><p><b>reasonCode</b>: gastroparesis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>reasonReference</b>: <span>: Gastroparesis</span></p><p><b>supportingInfo</b>: <span>: Previous results</span></p><p><b>note</b>: this is the right device brand and model</p><p><b>relevantHistory</b>: <span>: Request for unspecified device</span></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" }, "encounter": { "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.