FHIR IG analytics| Package | ke.fhir.eclaims |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-ECLM-MR-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest ECLM-MR-001
Profile: eClaims Medication Request Profile
status: Active
intent: Order
category: Inpatient
medication: Metformin 500 mg Oral Tablet
subject: John Mwangi Kamau
authoredOn: 2025-11-02
requester: Dr. James Ochieng
reasonCode: insulin resistant diabetes
| Text |
| Take one tablet twice daily with meals |
| Allowed[x] |
| none |
{
"resourceType": "MedicationRequest",
"id": "ECLM-MR-001",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/eclaims/StructureDefinition/ke-eclaims-medicationrequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "inpatient",
"display": "Inpatient"
}
]
}
],
"medicationCodeableConcept": {
"coding": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/eclaims-generic-products-cs",
"code": "GE10002",
"display": "Metformin 500 mg Oral Tablet"
}
]
},
"subject": {
"reference": "Patient/ECLM-PT-001",
"display": "John Mwangi Kamau"
},
"authoredOn": "2025-11-02",
"requester": {
"reference": "Practitioner/ECLM-PRA-001",
"display": "Dr. James Ochieng"
},
"reasonCode": [
{
"coding": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/icd11-codes-cs",
"code": "5A11",
"display": "insulin resistant diabetes"
}
]
}
],
"dosageInstruction": [
{
"text": "Take one tablet twice daily with meals"
}
],
"substitution": {
"allowedCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-substanceAdminSubstitution",
"code": "N",
"display": "none"
}
]
}
}
}