FHIR IG analytics| Package | zm-core |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-ExampleZMCoreMedicationRequest.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest ExampleZMCoreMedicationRequest
Profile: ZM-Core MedicationRequest Profile
status: Active
intent: Order
| Reference |
| Medication Betamethasone 0.1% w/w cream /ointment tube |
subject: John Mwale Male, DoB: 1985-05-15 ( http://hapi.moh.gov.zm/fhir/sid/nrc#123456/12/1)
authoredOn: 2025-11-15 09:45:00+0200
requester: Practitioner Mary Chipo Phiri (official)
dosageInstruction
text: Take 500mg twice daily for 5 days
timing: 2 per 1 day
DoseAndRates
Dose[x] 500 mg (Details: UCUM codemg = 'mg')
{
"resourceType": "MedicationRequest",
"id": "ExampleZMCoreMedicationRequest",
"meta": {
"profile": [
"http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-medication-request"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medication": {
"reference": {
"reference": "Medication/ExampleZMCoreMedication"
}
},
"subject": {
"reference": "Patient/ExampleZMCorePatient"
},
"encounter": {
"reference": "Encounter/ExampleZMCoreEncounter"
},
"authoredOn": "2025-11-15T09:45:00+02:00",
"requester": {
"reference": "Practitioner/ExampleZMCorePractitioner"
},
"dosageInstruction": [
{
"text": "Take 500mg twice daily for 5 days",
"timing": {
"repeat": {
"frequency": 2,
"period": 1,
"periodUnit": "d"
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 500,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}