FHIR IG analytics| Package | hl7.fhir.us.healthedata1-sandbox |
| Resource Type | DeviceRequest |
| Id | DeviceRequest-devicerequest-insulin-pump.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DeviceRequest devicerequest-insulin-pump
Profile: US Core DeviceRequest Profile
identifier: http://example.org/devicerequests/order-ip-001 (use: official, )
status: Active
intent: Order
code: Insulin pump
subject: Amy Shaw
authoredOn: 2026-03-27 14:20:00-0500
requester: Practitioner Ronald Bone
{
"resourceType": "DeviceRequest",
"id": "devicerequest-insulin-pump",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "DeviceRequest Insulin Pump Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is an example order for an insulin pump for a patient with type 1 diabetes using the *US Core DeviceRequest Profile*."
}
],
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-devicerequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "http://example.org/devicerequests",
"value": "order-ip-001"
}
],
"status": "active",
"intent": "order",
"codeCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "69805005",
"display": "Insulin pump, device (physical object)"
}
],
"text": "Insulin pump"
},
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"authoredOn": "2026-03-27T14:20:00-05:00",
"requester": {
"reference": "Practitioner/practitioner-1"
}
}