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

Medicationprescription-example-f002-crestor.json

Real-world prescription example

{
  "resourceType": "MedicationPrescription",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>\n        <b>Generated Narrative</b>\n      </p>\n      <p>\n        <b>identifier</b>: order9837343 (official)\n      </p>\n      <p>\n        <b>dateWritten</b>: 8-Apr 2013\n      </p>\n      <p>\n        <b>status</b>: active\n      </p>\n      <p>\n        <b>patient</b>: P. van den Heuvel\n      </p>\n      <p>\n        <b>prescriber</b>: R.A. van den Berk\n      </p>\n      <p>\n        <b>encounter</b>: encounter who leads to this priscription\n      </p>\n      <p>\n        <b>reason[x]</b>: \n        <span title=\"Codes: {http://snomed.info/sct 28036006}\">High density lipoprotein cholesterol level</span>\n      </p>\n      <p>\n        <b>medication</b>: prescribed medication\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> </td>\n          <td> </td>\n          <td>Starting 4-Aug 2013 --&gt; (ongoing), Once per 1 days</td>\n          <td> </td>\n          <td>\n            <span title=\"Codes: {http://snomed.info/sct 181220002}\">Entire oral cavity</span>\n          </td>\n          <td>\n            <span title=\"Codes: {http://snomed.info/sct 386359008}\">Administration of drug or medicament via oral route</span>\n          </td>\n          <td> </td>\n          <td>10 mg</td>\n          <td> </td>\n          <td> </td>\n        </tr>\n      </table>\n      <h3>Dispenses</h3>\n      <table class=\"grid\">\n        <tr>\n          <td>\n            <b>Medication</b>\n          </td>\n          <td>\n            <b>ValidityPeriod</b>\n          </td>\n          <td>\n            <b>NumberOfRepeatsAllowed</b>\n          </td>\n          <td>\n            <b>Quantity</b>\n          </td>\n          <td>\n            <b>ExpectedSupplyDuration</b>\n          </td>\n        </tr>\n        <tr>\n          <td> </td>\n          <td>8-Apr 2013 --&gt; (ongoing)</td>\n          <td> </td>\n          <td>90 46992007</td>\n          <td> </td>\n        </tr>\n      </table>\n    </div>"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://www.bmc.nl/portal/prescriptions",
      "value": "order9837343"
    }
  ],
  "dateWritten": "2013-04-08",
  "status": "active",
  "patient": {
    "reference": "Patient/f001",
    "display": "P. van den Heuvel"
  },
  "prescriber": {
    "reference": "Practitioner/f006",
    "display": "R.A. van den Berk"
  },
  "encounter": {
    "reference": "Encounter/f001",
    "display": "encounter who leads to this priscription"
  },
  "reasonCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "28036006",
        "display": "High density lipoprotein cholesterol level"
      }
    ]
  },
  "medication": {
    "reference": "Medication/f002",
    "display": "prescribed medication"
  },
  "dosageInstruction": [
    {
      "timingSchedule": {
        "event": [
          {
            "start": "2013-08-04"
          }
        ],
        "repeat": {
          "frequency": 1,
          "duration": 1,
          "units": "d"
        }
      },
      "site": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "181220002",
            "display": "Entire oral cavity"
          }
        ]
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "386359008",
            "display": "Administration of drug or medicament via oral route"
          }
        ]
      },
      "doseQuantity": {
        "value": 10,
        "units": "mg",
        "system": "http://unitsofmeasure.org",
        "code": "mg"
      }
    }
  ],
  "dispense": {
    "validityPeriod": {
      "start": "2013-04-08"
    },
    "quantity": {
      "value": 90,
      "system": "http://snomed.info/sct",
      "code": "46992007"
    }
  }
}