FHIR IG analytics| Package | hl7.fhir.us.quality-core |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-negation-example-code.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-code
status: Completed
intent: Order
category: Community
doNotPerform: true
medication: desoxycorticosterone 25 MG/ML Injectable Suspension
authoredOn: 2015-03-25 19:32:52-0500
requester: Practitioner Example Practitioner
reasonCode: Drug treatment not indicated (situation)
{
"resourceType": "MedicationRequest",
"id": "negation-example-code",
"meta": {
"profile": [
"http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-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://www.nlm.nih.gov/research/umls/rxnorm",
"code": "309675",
"display": "desoxycorticosterone 25 MG/ML Injectable Suspension"
}
]
},
"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)"
}
]
}
]
}