FHIR IG analytics| Package | hl7.fhir.us.healthedata1-sandbox |
| Resource Type | DeviceRequest |
| Id | DeviceRequest-devicerequest-cpap.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DeviceRequest devicerequest-cpap
Profile: US Core DeviceRequest Profile
identifier: http://example.org/devicerequests/order-cpap-001 (use: official, )
status: Active
intent: Order
code: CPAP device
subject: Amy Shaw
authoredOn: 2026-01-22 13:45:00-0500
requester: Practitioner Ronald Bone
{
"resourceType": "DeviceRequest",
"id": "devicerequest-cpap",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "DeviceRequest CPAP Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is an example order for a continuous positive airway pressure (CPAP) device for a patient with obstructive sleep apnea 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-cpap-001"
}
],
"status": "active",
"intent": "order",
"codeCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1284824006",
"display": "Sleep apnea breathing therapy equipment (physical object)"
}
],
"text": "CPAP device"
},
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"authoredOn": "2026-01-22T13:45:00-05:00",
"requester": {
"reference": "Practitioner/practitioner-1"
}
}