STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Medicationorder-example-f002-crestor.json

Raw JSON (canonical form)

Real-world prescription example

{
  "resourceType": "MedicationOrder",
  "id": "f002",
  "text": {
    "status": "generated",
    "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f002</p><p><b>identifier</b>: order9837343 (OFFICIAL)</p><p><b>status</b>: active</p><p><b>medication</b>: <a>prescribed medication</a></p><p><b>patient</b>: <a>P. van den Heuvel</a></p><p><b>encounter</b>: <a>encounter who leads to this priscription</a></p><p><b>dateWritten</b>: 08/04/2013</p><p><b>prescriber</b>: <a>R.A. van den Berk</a></p><p><b>reasonCode</b>: High density lipoprotein cholesterol level <span>(Details : {SNOMED CT code '28036006' = 'High density lipoprotein cholesterol measurement (procedure)', given as 'High density lipoprotein cholesterol level'})</span></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Timing</b></td><td><b>Site[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>Starting 04/08/2013, Do Once per 1 days</td><td>Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = 'Entire oral cavity (body structure)', given as 'Entire oral cavity'})</span></td><td>Administration of drug or medicament via oral route <span>(Details : {SNOMED CT code '386359008' = 'Administration of drug or medicament via oral route (procedure)', given as 'Administration of drug or medicament via oral route'})</span></td><td>10 mg<span> (Details: http://unitsofmeasure.org code mg = 'mg')</span></td></tr></table><h3>DispenseRequests</h3><table><tr><td>-</td><td><b>ValidityPeriod</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>08/04/2013 --&gt; (ongoing)</td><td>90 46992007<span> (Details: SNOMED CT code 46992007 = 'Pill (qualifier value)')</span></td></tr></table></div>"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://www.bmc.nl/portal/prescriptions",
      "value": "order9837343"
    }
  ],
  "status": "active",
  "medicationReference": {
    "reference": "Medication/f002",
    "_reference": {
      "fhir_comments": [
        "   Linked to a RESOURCE Medication   "
      ]
    },
    "display": "prescribed medication"
  },
  "patient": {
    "reference": "Patient/f001",
    "_reference": {
      "fhir_comments": [
        "   Linked to the resource patient who needs the medication   "
      ]
    },
    "display": "P. van den Heuvel"
  },
  "encounter": {
    "reference": "Encounter/f001",
    "_reference": {
      "fhir_comments": [
        "   Linked to a resource Visit between patient and practitioner  "
      ]
    },
    "display": "encounter who leads to this priscription"
  },
  "dateWritten": "2013-04-08",
  "prescriber": {
    "reference": "Practitioner/f006",
    "_reference": {
      "fhir_comments": [
        "   Linked to the practitioner who treats patient   "
      ]
    },
    "display": "R.A. van den Berk"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "28036006",
          "display": "High density lipoprotein cholesterol level"
        }
      ]
    }
  ],
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2013-08-04"
          },
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "siteCodeableConcept": {
        "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,
        "unit": "mg",
        "system": "http://unitsofmeasure.org",
        "code": "mg"
      }
    }
  ],
  "dispenseRequest": {
    "validityPeriod": {
      "start": "2013-04-08"
    },
    "quantity": {
      "value": 90,
      "system": "http://snomed.info/sct",
      "code": "46992007"
    }
  }
}

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.