FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | MedicationRequest |
| Id | UKCore-MedicationRequest-Amoxicillin-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-Amoxicillin-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "option",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "inpatient",
"display": "Inpatient"
}
]
}
],
"medicationCodeableConcept": {
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "39732411000001106",
"display": "Amoxicillin 500mg capsules"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"authoredOn": "2023-06-15T15: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": "500mg - three times a day.",
"additionalInstruction": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "890458001",
"display": "Penicillin-containing product"
}
]
}
],
"timing": {
"repeat": {
"frequency": 3,
"period": 1,
"periodUnit": "d"
}
},
"site": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "738956005",
"display": "Oral"
}
]
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "Ordered"
}
]
},
"doseQuantity": {
"value": 500,
"unit": "milligram",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
],
"substitution": {
"allowedBoolean": false
}
}