FHIR IG analytics| Package | fhir.kisumuhie |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-ExampleMedicationDispense.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense ExampleMedicationDispense
Profile: MedicationDispenseProfile
identifier: http://hospital.org/medication-dispenses/MD-12345
status: Completed
medication: Amoxicillin 500mg Capsule
subject: Patient/example
context: Encounter/example
whenHandedOver: 2025-03-10 14:00:00+0000
{
"resourceType": "MedicationDispense",
"id": "ExampleMedicationDispense",
"meta": {
"profile": [
"http://fhir.kisumuhealth.co.ke/StructureDefinition/MedicationDispenseProfile"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hospital.org/medication-dispenses",
"value": "MD-12345"
}
],
"status": "completed",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "1049630",
"display": "Amoxicillin 500mg Capsule"
}
]
},
"subject": {
"reference": "Patient/example"
},
"context": {
"reference": "Encounter/example"
},
"whenHandedOver": "2025-03-10T14:00:00Z"
}