FHIR IG analytics| Package | hl7.fhir.us.quality-core |
| Resource Type | DeviceRequest |
| Id | DeviceRequest-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DeviceRequest example
Profile: US Quality Core DeviceRequest
R5: True if the request is to stop or not to start using the device (new): false
status: Active
intent: Order
code: Electrocardiographic monitor and recorder
authoredOn: 2026-07-09
requester: Practitioner Example Practitioner
reasonCode: Palpitations
{
"resourceType": "DeviceRequest",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-devicerequest"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"modifierExtension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceRequest.doNotPerform",
"valueBoolean": false
}
],
"status": "active",
"intent": "order",
"codeCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "86184003",
"display": "Electrocardiographic monitor and recorder"
}
],
"text": "Electrocardiographic monitor and recorder"
},
"subject": {
"reference": "Patient/example"
},
"authoredOn": "2026-07-09",
"requester": {
"reference": "Practitioner/example"
},
"reasonCode": [
{
"coding": [
{
"system": "http://hl7.org/fhir/sid/icd-10-cm",
"code": "R00.2",
"display": "Palpitations"
}
],
"text": "Palpitations"
}
]
}