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>: 4-Apr 2013\n </p>\n <p>\n <b>status</b>: active\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 April fourth 2013\n </p>\n <p>\n <b>reason[x]</b>: fever\n </p>\n <p>\n <b>medication</b>: Paracetamol\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>Paracetamol 3xdaags 1000mg</td>\n <td> </td>\n <td> </td>\n <td> </td>\n <td> </td>\n <td> </td>\n <td>\n <span title=\"Codes: {http://snomed.info/sct 322236009}\">Paracetamol 500mg tablet</span>\n </td>\n <td> </td>\n <td> </td>\n <td>3000 milligram/24 hours</td>\n </tr>\n </table>\n </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" }, "reasonResource": { "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" } } } ] }