XML View
<MedicationDispense xmlns="http://hl7.org/fhir">
<id value="UKCore-MedicationDispense-EyeDrops-Example" />
<identifier>
<system value="https://tools.ietf.org/html/rfc4122" />
<value value="5c92c1dc-06a9-4729-b8c9-222cf769f8dc" />
</identifier>
<status value="in-progress" />
<medicationReference>
<reference value="Medication/UKCore-Medication-TimoptolEyeDrops-Example" />
</medicationReference>
<subject>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<performer>
<actor>
<reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example" />
</actor>
</performer>
<authorizingPrescription>
<reference value="MedicationRequest/UKCore-MedicationRequest-EyeDrops-Example" />
</authorizingPrescription>
<quantity>
<value value="30" />
<unit value="milliliter" />
<system value="http://unitsofmeasure.org" />
<code value="mL" />
</quantity>
<daysSupply>
<value value="30" />
<unit value="Day" />
<system value="http://unitsofmeasure.org" />
<code value="d" />
</daysSupply>
<whenPrepared value="2020-01-15T15:00:00+00:00" />
<receiver>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</receiver>
<dosageInstruction>
<text value="1 drop in each affected eye twice daily, approximately 12 hours apart." />
<timing>
<repeat>
<frequency value="1" />
<period value="12" />
<periodUnit value="h" />
</repeat>
</timing>
<site>
<coding>
<system value="http://snomed.info/sct" />
<code value="362508001" />
<display value="Both eyes, entire" />
</coding>
</site>
<route>
<coding>
<system value="http://snomed.info/sct" />
<code value="58831000052108" />
<display value="Subretinal route" />
</coding>
</route>
<method>
<coding>
<system value="http://snomed.info/sct" />
<code value="421984009" />
<display value="Until finished" />
</coding>
</method>
</dosageInstruction>
</MedicationDispense>
JSON View
{
"resourceType": "MedicationDispense",
"id": "UKCore-MedicationDispense-EyeDrops-Example",
"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"
}
]
}
}
]
}