DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 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

Medicationprescriptionexample6.json

Raw JSON (canonical form)

Oncology example

{
  "resourceType": "MedicationPrescription",
  "id": "medrx006",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "status": "on-hold",
  "_status": {
    "extension": [
      {
        "url": "http://localhost:3000/MedicationPrescription/mscode#original-status",
        "valueCode": "pending"
      }
    ]
  },
  "patient": {
    "reference": "Patient/1288992"
  },
  "medication": {
    "reference": "Medication/MedicationExample15"
  },
  "dosageInstruction": [
    {
      "text": "Capecitabine 1000 mg/m^2 PO twice daily D1-14",
      "scheduledTiming": {
        "repeat": {
          "duration": 21,
          "durationUnits": "d",
          "frequency": 2,
          "period": 1,
          "periodUnits": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "394899003",
            "display": "oral administration of treatment"
          }
        ]
      },
      "doseQuantity": {
        "value": 1000,
        "units": "mg/m^2",
        "system": "http://unitsofmeasure.org",
        "code": "ml"
      }
    }
  ],
  "dispense": {
    "quantity": {
      "value": 1700,
      "units": "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.