FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageke.fhir.nccp
Resource TypeMedicationRequest
IdMedicationRequest-example-med-request-doxorubicin.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Placeholder medication request used as a reference target in medication administration examples.


Source1

{
  "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"
}