FHIR IG analytics| Package | fhir.kisumuhie |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-KCHIPMedicationStatementExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement KCHIPMedicationStatementExample
Profile: KCHIP Current Medication
status: Active
medication: Methyldopa 250mg
subject: Achieng Grace Odhiambo Female, DoB: 1990-04-23 ( http://moh.kenya/identifier/nationalID-no#12345678)
effective: 2026-04-20 --> (ongoing)
reasonCode: Hypertension in pregnancy
| Text |
| 250mg orally twice daily |
{
"resourceType": "MedicationStatement",
"id": "KCHIPMedicationStatementExample",
"meta": {
"profile": [
"http://fhir.kisumuhealth.co.ke/StructureDefinition/kchip-medication-statement"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationCodeableConcept": {
"text": "Methyldopa 250mg"
},
"subject": {
"reference": "Patient/KisumuPatientExample"
},
"effectivePeriod": {
"start": "2026-04-20"
},
"reasonCode": [
{
"text": "Hypertension in pregnancy"
}
],
"dosage": [
{
"text": "250mg orally twice daily"
}
]
}