FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | MedicationDispense |
| Id | UKCore-MedicationDispense-EyeDrops-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-EyeDrops-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "5c92c1dc-06a9-4729-b8c9-222cf769f8dc"
}
],
"status": "in-progress",
"medicationReference": {
"reference": "Medication/UKCore-Medication-TimoptolEyeDrops-Example"
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"performer": [
{
"actor": {
"reference": "Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example"
}
}
],
"authorizingPrescription": [
{
"reference": "MedicationRequest/UKCore-MedicationRequest-EyeDrops-Example"
}
],
"quantity": {
"value": 30,
"unit": "milliliter",
"system": "http://unitsofmeasure.org",
"code": "mL"
},
"daysSupply": {
"value": 30,
"unit": "Day",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"whenPrepared": "2020-01-15T15:00:00+00:00",
"receiver": [
{
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
],
"dosageInstruction": [
{
"text": "1 drop in each affected eye twice daily, approximately 12 hours apart.",
"timing": {
"repeat": {
"frequency": 1,
"period": 12,
"periodUnit": "h"
}
},
"site": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "362508001",
"display": "Both eyes, entire"
}
]
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "58831000052108",
"display": "Subretinal route"
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "421984009",
"display": "Until finished"
}
]
}
}
]
}