FHIR IG analytics| Package | hl7.fhir.us.quality-core |
| Resource Type | DeviceRequest |
| Id | DeviceRequest-negation-with-code-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DeviceRequest negation-with-code-example
Profile: US Quality Core Device Prohibited
R5: True if the request is to stop or not to start using the device (new): true
status: Completed
intent: Original Order
code: Venous foot pump, device (physical object)
authoredOn: 2026-04-05 09:20:00-0400
requester: Practitioner Example Practitioner
reasonCode: Request for alternative treatment
{
"resourceType": "DeviceRequest",
"id": "negation-with-code-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-deviceprohibited"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"modifierExtension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceRequest.doNotPerform",
"valueBoolean": true
}
],
"status": "completed",
"intent": "original-order",
"codeCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "442023007",
"display": "Venous foot pump, device (physical object)"
}
]
},
"subject": {
"reference": "Patient/example"
},
"authoredOn": "2026-04-05T09:20:00-04:00",
"requester": {
"reference": "Practitioner/example"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1303950002",
"display": "Request for alternative treatment"
}
]
}
]
}