FHIR IG analytics| Package | hl7.fhir.us.healthedata1-sandbox |
| Resource Type | DeviceRequest |
| Id | DeviceRequest-devicerequest-wheelchair.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DeviceRequest devicerequest-wheelchair
Profile: US Core DeviceRequest Profile
identifier: http://example.org/devicerequests/order-wc-001 (use: official, )
status: Active
intent: Order
code: Manual wheelchair
subject: Amy Shaw
authoredOn: 2026-02-04 09:30:00-0500
requester: Practitioner Ronald Bone
{
"resourceType": "DeviceRequest",
"id": "devicerequest-wheelchair",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "DeviceRequest Wheelchair Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is an example order for a manual wheelchair as durable medical equipment 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-wc-001"
}
],
"status": "active",
"intent": "order",
"codeCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "58938008",
"display": "Wheelchair"
}
],
"text": "Manual wheelchair"
},
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"authoredOn": "2026-02-04T09:30:00-05:00",
"requester": {
"reference": "Practitioner/practitioner-1"
}
}