FHIR IG analytics| Package | hl7.fhir.us.quality-core |
| Resource Type | DeviceRequest |
| Id | DeviceRequest-negation-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-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: Value Set: Venous Foot Pumps (VFP) (value set: Venous foot pumps)
authoredOn: 2026-04-05 09:20:00-0400
requester: Practitioner Example Practitioner
reasonCode: Request for alternative treatment
{
"resourceType": "DeviceRequest",
"id": "negation-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": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/codeOptions",
"valueCanonical": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.230"
}
],
"text": "Value Set: Venous Foot Pumps (VFP)"
},
"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"
}
]
}
]
}