FHIR IG analytics| Package | hl7.fhir.us.qicore.r4b |
| Resource Type | DeviceRequest |
| Id | DeviceRequest-negation-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DeviceRequest negation-example
Profile: QICore Device Prohibited
Extension Definition for DeviceRequest.doNotPerform for Version 5.0: true
status: Completed
intent: Original Order
code: Value Set: Venous Foot Pumps (VFP) (value set: Venous foot pumps)
authoredOn: 2016-04-05 09:20:00-0400
reasonCode: Patient requests alternative treatment
{
"resourceType": "DeviceRequest",
"id": "negation-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-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": "2016-04-05T09:20:00-04:00",
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "182890002",
"display": "Patient requests alternative treatment"
}
]
}
]
}