DSTU2

This page is part of the FHIR Specification (v1.0.2: DSTU 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 . Page versions: R5 R4B R4 R3 R2

Medicationdispenseexample8.json

Raw JSON (canonical form)

Example of a dispense of an injection with a rate

{
  "resourceType": "MedicationDispense",
  "id": "meddisp008",
  "text": {
    "status": "generated",
    "div": "<div>\n\t\t\t<p>\n\t\t\t\t<big>Capecitabine (Recurrent/Metastatic)</big>\n\t\t\t</p>\n\t\t\t<p>Course:</p>\n\t\t\t<p>Name: Capecitabine</p>\n\t\t\t<p>Agent Protocols Options:</p>\n\t\t\t<p>\n\t\t\t\t<b>Capecitabine 1000-1250 mg/m^2 PO twice daily D1-14</b>\n\t\t\t</p>\n\t\t\t<p>Offset: None</p>\n\t\t\t<p>Cycle length: Q21D</p>\n\t\t</div>"
  },
  "status": "completed",
  "patient": {
    "reference": "Patient/example"
  },
  "dispenser": {
    "reference": "Practitioner/example"
  },
  "authorizingPrescription": [
    {
      "reference": "MedicationOrder/medrx006"
    }
  ],
  "medicationReference": {
    "reference": "Medication/f001"
  },
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "frequency": 2,
          "period": 21,
          "periodUnits": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "394899003",
            "display": "oral administration of treatment"
          }
        ]
      },
      "doseQuantity": {
        "value": 1000,
        "unit": "mg/m^2",
        "system": "http://unitsofmeasure.org",
        "code": "ml"
      }
    }
  ]
}

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.