FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | MedicationRequest |
| Id | UKCore-MedicationRequest-EyeDrops-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "MedicationRequest",
"id": "UKCore-MedicationRequest-EyeDrops-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "outpatient",
"display": "Outpatient"
}
]
}
],
"medicationReference": {
"reference": "Medication/UKCore-Medication-TimoptolEyeDrops-Example"
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"authoredOn": "2022-09-10T15:00:00.000Z",
"requester": {
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
"courseOfTherapyType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
"code": "acute",
"display": "Short course (acute) therapy"
}
]
},
"dosageInstruction": [
{
"text": "1 drop in left eye, every 12 hours, until finished.",
"timing": {
"repeat": {
"frequency": 1,
"period": 12,
"periodUnit": "h"
}
},
"site": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "8966001",
"display": "Left eye structure"
}
]
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "58831000052108",
"display": "Subretinal route"
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "421984009",
"display": "Until finished"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "Ordered"
}
]
},
"doseQuantity": {
"value": 1,
"unit": "drop",
"system": "http://unitsofmeasure.org",
"code": "[drp]"
}
}
]
}
],
"substitution": {
"allowedBoolean": true
}
}