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
. Page versions: R5 R4B R4 R3 R2
Example of an IV administration not given
{
"resourceType": "MedicationAdministration",
"id": "medadminexample03",
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"status": "on-hold",
"patient": {
"reference": "Patient/example"
},
"practitioner": {
"reference": "Practitioner/example"
},
"prescription": {
"reference": "MedicationPrescriptionexample8"
},
"effectiveTimePeriod": {
"start": "2015-01-15T14:30:00+01:00",
"end": "2015-01-15T14:30:00+01:00"
},
"medication": {
"reference": "Medication/medicationexample17"
},
"dosage": {
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "47625008",
"display": "Intravenous route"
}
]
},
"quantity": {
"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.