FHIR IG analytics| Package | fhir.ph.ereferral |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-ExampleERefMedicationAdministrationChronic.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationAdministration ExampleERefMedicationAdministrationChronic
Profile: EReferral MedicationAdministration
status: Completed
medication: Medication Substance
subject: Juan Miguel Dela Cruz Male, DoB: 1965-07-20 ( urn:oid:2.16.840.1.113883.2.9.4.3.2#PH-123456789)
effective: 2025-03-15 07:00:00+0800
| Function | Actor |
| Medical practitioner | Practitioner Dr. Maria Cruz Santos(official) |
note:
Patient's regular morning antihypertensive medication given before referral. Patient has been compliant with daily dosing.
| Route | Dose |
| Oral route | 1 tablet (Details: UCUM code{tablet} = '{tablet}') |
{
"resourceType": "MedicationAdministration",
"id": "ExampleERefMedicationAdministrationChronic",
"meta": {
"profile": [
"https://fhir.doh.gov.ph/pheref/StructureDefinition/ereferral-medication-administration"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationReference": {
"reference": "Medication/ExampleERefMedicationTwinact"
},
"subject": {
"reference": "Patient/ExampleERefPatient"
},
"context": {
"reference": "Encounter/ExampleERefEncounter"
},
"effectiveDateTime": "2025-03-15T07:00:00+08:00",
"performer": [
{
"function": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "158965000",
"display": "Medical practitioner"
}
]
},
"actor": {
"reference": "Practitioner/ExampleERefPractitioner"
}
}
],
"note": [
{
"text": "Patient's regular morning antihypertensive medication given before referral. Patient has been compliant with daily dosing."
}
],
"dosage": {
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
]
},
"dose": {
"value": 1,
"unit": "tablet",
"system": "http://unitsofmeasure.org",
"code": "{tablet}"
}
}
}