FHIR IG analytics| Package | hl7.fhir.us.qicore.r4b |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-negation-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest negation-example
Profile: QICore Medication Prohibited
status: Completed
intent: Order
category: Community
doNotPerform: true
medication: Deoxycortone
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://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationprohibited"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "community"
}
]
}
],
"doNotPerform": true,
"medicationCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1336006"
}
]
},
"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)"
}
]
}
]
}