FHIR IG analytics| Package | fhir.onc.us-quality-core |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-negation-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest negation-example
status: Completed
intent: Order
category: Community
doNotPerform: true
medication: Not Done Value Set: Low Dose Unfractionated Heparin for VTE Prophylaxis (Not done value set: Low Dose Unfractionated Heparin for VTE Prophylaxis)
authoredOn: 2015-03-25 19:32:52-0500
requester: Practitioner Adam Careful
reasonCode: Drug treatment not indicated (situation)
{
"resourceType": "MedicationRequest",
"id": "negation-example",
"meta": {
"profile": [
"http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-medicationnotrequested"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "community"
}
]
}
],
"doNotPerform": true,
"medicationCodeableConcept": {
"extension": [
{
"url": "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-notDoneValueSet",
"valueCanonical": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1045.39"
}
],
"text": "Not Done Value Set: Low Dose Unfractionated Heparin for VTE Prophylaxis"
},
"subject": {
"reference": "Patient/example"
},
"authoredOn": "2015-03-25T19:32:52-05:00",
"requester": {
"reference": "Practitioner/example"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "183966005",
"display": "Drug treatment not indicated (situation)"
}
]
}
]
}