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

FHIR IG analytics

Packagefhir.kisumuhie
Resource TypeMedicationStatement
IdMedicationStatement-KCHIPMedicationStatementExample.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

Generated Narrative: MedicationStatement KCHIPMedicationStatementExample

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

Dosages

-Text
*250mg orally twice daily

Source1

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