FHIR IG analytics| Package | ke.fhir.nccp |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-example-med-request-doxorubicin.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Placeholder medication request used as a reference target in medication administration examples.
{
"resourceType": "MedicationRequest",
"id": "example-med-request-doxorubicin",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/generic-products-cs",
"code": "DOXORUBICIN",
"display": "Doxorubicin"
}
]
},
"subject": {
"reference": "Patient/example-patient"
},
"authoredOn": "2026-01-10"
}