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 
Real-world prescription example
{
"resourceType": "MedicationPrescription",
"id": "f203",
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"dateWritten": "2013-04-04",
"status": "active",
"patient": {
"reference": "Patient/f201",
"display": "Roel"
},
"prescriber": {
"reference": "Practitioner/f201"
},
"encounter": {
"reference": "Encounter/f201",
"display": "Roel's encounter on April fourth 2013"
},
"reasonReference": {
"reference": "Condition/f201",
"display": "fever"
},
"medication": {
"reference": "Medication/f203",
"display": "Paracetamol"
},
"dosageInstruction": [
{
"text": "Paracetamol 3xdaags 1000mg",
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "322236009",
"display": "Paracetamol 500mg tablet"
}
]
},
"maxDosePerPeriod": {
"numerator": {
"value": 3000,
"units": "milligram",
"system": "http://snomed.info/sct",
"code": "258684004"
},
"denominator": {
"value": 24,
"units": "hours",
"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.