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

Medicationorderexample6.json

Raw JSON (canonical form)

Oncology example

{
  "resourceType": "MedicationOrder",
  "id": "medrx006",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p><big>Capecitabine (Recurrent/Metastatic)</big></p>\n      <p>Course:</p>\n      <p>Name: Capecitabine</p>\n      <p>Agent Protocols Options:</p>\n      <p><b>Capecitabine 1000-1250 mg/m^2 PO twice daily D1-14</b></p>\n      <p>Offset: None</p>\n      <p>Cycle length: Q21D</p>\n    </div>"
  },
  "status": "on-hold",
  "_status": {
    "extension": [
      {
        "url": "http://localhost:3000/MedicationOrder/mscode#original-status",
        "valueCode": "pending"
      }
    ]
  },
  "medicationReference": {
    "reference": "Medication/MedicationExample15"
  },
  "patient": {
    "reference": "Patient/f001"
  },
  "dosageInstruction": [
    {
      "text": "Capecitabine 1000 mg/m^2 PO twice daily D1-14",
      "timing": {
        "repeat": {
          "duration": 21,
          "durationUnit": "d",
          "frequency": 2,
          "period": 1,
          "periodUnit": "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"
      }
    }
  ],
  "dispenseRequest": {
    "quantity": {
      "value": 1700,
      "unit": "mg",
      "system": "http://unitsofmeasure.org",
      "code": "mg"
    }
  }
}

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.