FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | MedicationDispense |
| Id | UKCore-MedicationDispense-ParacetamolOral-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "MedicationDispense",
"id": "UKCore-MedicationDispense-ParacetamolOral-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category",
"code": "inpatient",
"display": "Inpatient"
}
]
},
"medicationCodeableConcept": {
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "558911000001105",
"display": "Paracetamol 500mg capsules (A A H Pharmaceuticals Ltd)"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"supportingInformation": [
{
"reference": "RequestGroup/UKCore-RequestGroup-Paracetamol-Example"
}
],
"performer": [
{
"actor": {
"reference": "Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example"
}
}
],
"authorizingPrescription": [
{
"reference": "MedicationRequest/UKCore-MedicationRequest-ParacetamolOral-Example"
}
],
"quantity": {
"value": 16,
"unit": "capsule",
"system": "http://snomed.info/sct",
"code": "732937005"
},
"daysSupply": {
"value": 4,
"unit": "Day",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"whenPrepared": "2023-06-15T18:00:00+00:00",
"receiver": [
{
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
],
"dosageInstruction": [
{
"text": "Take 1 capsule, 4 times a day.",
"timing": {
"repeat": {
"frequency": 4,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral"
}
]
}
}
]
}