FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | MedicationAdministration |
| Id | UKCore-MedicationAdministration-TimoptolEyeDrops-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "MedicationAdministration",
"id": "UKCore-MedicationAdministration-TimoptolEyeDrops-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "e8779393-9b7c-4654-a8df-0ba4cc9b28ce"
}
],
"status": "completed",
"medicationReference": {
"reference": "Medication/UKCore-Medication-TimoptolEyeDrops-Example"
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"effectiveDateTime": "2021-03-25T13:00:00+00:00",
"request": {
"reference": "MedicationRequest/UKCore-MedicationRequest-EyeDrops-Example"
},
"dosage": {
"text": "1 drop in each affected eye twice daily, approximately 12 hours apart.",
"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"
}
]
},
"dose": {
"value": 30,
"unit": "milliliter",
"system": "http://unitsofmeasure.org",
"code": "mL"
}
}
}