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

Medicationprescriptionexample3.json

Raw JSON (canonical form)

Example of a increasing dose

{
  "resourceType": "MedicationPrescription",
  "id": "medrx003",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://www.bmc.nl/portal/prescriptions",
      "value": "12345"
    }
  ],
  "dateWritten": "2015-01-15",
  "status": "active",
  "patient": {
    "reference": "Patient/f001",
    "display": "Eve Everywoman"
  },
  "prescriber": {
    "reference": "Practitioner/f007",
    "display": "Patrick Pump"
  },
  "encounter": {
    "reference": "Encounter/f002",
    "display": "encounter who leads to this priscription"
  },
  "reasonCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "195967001",
        "display": "Asthma"
      }
    ]
  },
  "medication": {
    "reference": "Medication/MedicationExample11",
    "display": "prescribed medication"
  },
  "dosageInstruction": [
    {
      "text": "Take 1 tablet twice daily for 3 days",
      "additionalInstructions": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "311504000",
            "display": "With or after food"
          }
        ]
      },
      "scheduledTiming": {
        "event": [
          "2015-03-01"
        ],
        "repeat": {
          "duration": 3,
          "durationUnits": "d",
          "frequency": 2,
          "period": 1,
          "periodUnits": "d"
        }
      },
      "site": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "181220002",
            "display": "Entire oral cavity"
          }
        ]
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral Route"
          }
        ]
      },
      "doseQuantity": {
        "value": 1,
        "system": "http://hl7.org/fhir/v3/orderableDrugForm",
        "code": "TAB"
      }
    },
    {
      "text": "Take 2 tablet twice daily for 3 days",
      "additionalInstructions": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "311504000",
            "display": "With or after food"
          }
        ]
      },
      "scheduledTiming": {
        "event": [
          "2015-03-04"
        ],
        "repeat": {
          "duration": 3,
          "durationUnits": "d",
          "frequency": 2,
          "period": 1,
          "periodUnits": "d"
        }
      },
      "site": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "181220002",
            "display": "Entire oral cavity"
          }
        ]
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral Route"
          }
        ]
      },
      "doseQuantity": {
        "value": 2,
        "system": "http://hl7.org/fhir/v3/orderableDrugForm",
        "code": "TAB"
      }
    },
    {
      "text": "Take 3 tablet twice daily for 3 days",
      "additionalInstructions": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "311504000",
            "display": "With or after food"
          }
        ]
      },
      "scheduledTiming": {
        "event": [
          "2015-03-07"
        ],
        "repeat": {
          "duration": 3,
          "durationUnits": "d",
          "frequency": 2,
          "period": 1,
          "periodUnits": "d"
        }
      },
      "site": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "181220002",
            "display": "Entire oral cavity"
          }
        ]
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral Route"
          }
        ]
      },
      "doseQuantity": {
        "value": 3,
        "system": "http://hl7.org/fhir/v3/orderableDrugForm",
        "code": "TAB"
      }
    }
  ]
}

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.