This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
Injection
{
"resourceType": "MedicationPrescription",
"id": "medrx008",
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"status": "active",
"medication": {
"reference": "Medication/medicationexample17"
},
"dosageInstruction": [
{
"text": "Gentamicin 80mg IV over one hour",
"scheduledTiming": {
"repeat": {
"frequency": 3,
"period": 1,
"periodUnits": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "47625008",
"display": "Intravenous route"
}
]
},
"doseQuantity": {
"value": 80,
"units": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"rate": {
"numerator": {
"value": 80,
"units": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 60,
"units": "minutes",
"system": "http://snomed.info/sct",
"code": "258702006"
}
}
}
]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.