This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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", "text": { "status": "generated", "div": "<div>\n <p>\n <b>Generated Narrative</b>\n </p>\n <p>\n <b>dateWritten</b>: 11-Mar 2013\n </p>\n <p>\n <b>status</b>: completed\n </p>\n <p>\n <b>patient</b>: Roel\n </p>\n <p>\n <b>prescriber</b>: \n <a href=\"practitioner-example-f201-ab.html\">UZI-nummer = 12345678901 (official); Dokter Bronsig(official); Male; birthDate: 24-Dec 1956; Implementation of planned interventions; Medical oncologist</a>\n </p>\n <p>\n <b>encounter</b>: Roel's encounter on March eleventh 2013\n </p>\n <p>\n <b>reason[x]</b>: sepsis\n </p>\n <p>\n <b>medication</b>: Flucloxacilline\n </p>\n <h3>DosageInstructions</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Text</b>\n </td>\n <td>\n <b>AdditionalInstructions</b>\n </td>\n <td>\n <b>Timing[x]</b>\n </td>\n <td>\n <b>AsNeeded[x]</b>\n </td>\n <td>\n <b>Site</b>\n </td>\n <td>\n <b>Route</b>\n </td>\n <td>\n <b>Method</b>\n </td>\n <td>\n <b>DoseQuantity</b>\n </td>\n <td>\n <b>Rate</b>\n </td>\n <td>\n <b>MaxDosePerPeriod</b>\n </td>\n </tr>\n <tr>\n <td>Flucloxacilline 12g/24h</td>\n <td> </td>\n <td>11-Mar 2013 --> 21-Mar 2013</td>\n <td> </td>\n <td> </td>\n <td>\n <span title=\"Codes: {http://snomed.info/sct 47625008}\">Intravenous route</span>\n </td>\n <td>\n <span title=\"Codes: {http://snomed.info/sct 323493005}\">Injected floxacillin</span>\n </td>\n <td> </td>\n <td> </td>\n <td>12 gram/24 hours</td>\n </tr>\n </table>\n </div>" }, "dateWritten": "2013-03-11", "status": "completed", "patient": { "reference": "Patient/f201", "display": "Roel" }, "prescriber": { "reference": "Practitioner/f201" }, "encounter": { "reference": "Encounter/f203", "display": "Roel's encounter on March eleventh 2013" }, "reasonResource": { "reference": "Condition/f203", "display": "sepsis" }, "medication": { "reference": "Medication/f202", "display": "Flucloxacilline" }, "dosageInstruction": [ { "text": "Flucloxacilline 12g/24h", "timingSchedule": { "event": [ { "start": "2013-03-11", "end": "2013-03-21" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "47625008", "display": "Intravenous route" } ] }, "method": { "coding": [ { "system": "http://snomed.info/sct", "code": "323493005", "display": "Injected floxacillin" } ] }, "maxDosePerPeriod": { "numerator": { "value": 12, "units": "gram", "system": "http://snomed.info/sct", "code": "258682000" }, "denominator": { "value": 24, "units": "hours", "system": "http://snomed.info/sct", "code": "258702006" } } } ] }