FHIR IG analytics| Package | synapxe.nde |
| Resource Type | MedicationDispense |
| Id | MedicationDispenseResponse.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationDispense",
"id": "medication-dispense-001",
"meta": {
"versionId": "1",
"lastUpdated": "2025-08-21T15:45:30.123Z"
},
"identifier": {
"system": "https://fhir.synapxe.sg/identifier/medication-dispense",
"value": "MD-2025-001234"
},
"status": "completed",
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category",
"code": "outpatient"
}
]
},
"medication": {
"concept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "161",
"display": "Acetaminophen"
}
]
}
},
"subject": {
"reference": "Patient/patient-12345"
},
"encounter": {
"reference": "Encounter/encounter-67890"
},
"performer": [
{
"actor": {
"type": "Practitioner",
"identifier": {
"system": "https://fhir.synapxe.sg/identifier/practitioner",
"value": "PRAC-001"
},
"display": "Pharmacist John Smith"
}
}
],
"authorizingPrescription": [
{
"reference": "MedicationRequest/prescription-456"
}
],
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "RFP"
}
]
},
"quantity": {
"value": 30,
"unit": "tablets",
"system": "http://unitsofmeasure.org",
"code": "{tablet}"
},
"daysSupply": {
"value": 30,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"whenHandedOver": "2025-08-21T15:30:00+08:00",
"destination": {
"type": "Location",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/facilityunit",
"value": "PHARM-001"
},
"display": "Main Hospital Pharmacy"
},
"dosageInstruction": [
{
"text": "Take 1 tablet by mouth every 6 hours as needed for pain",
"timing": {
"repeat": {
"frequency": 1,
"period": 6,
"periodUnit": "h"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "tablet",
"system": "http://unitsofmeasure.org",
"code": "{tablet}"
}
}
]
}
]
}