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

Medicationdispenseexample3.json

Raw JSON (canonical form)

Example of a dispense of a loading dose

{
  "resourceType": "MedicationDispense",
  "id": "meddisp003",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "status": "completed",
  "patient": {
    "reference": "Patient/example"
  },
  "dispenser": {
    "reference": "Practitioner/example"
  },
  "authorizingPrescription": [
    {
      "reference": "MedicationPrescription/medicationprescriptionexample5"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http:hl7.org/fhir",
        "code": "FF",
        "display": "First Fill"
      }
    ]
  },
  "quantity": {
    "value": 1,
    "system": "http://hl7.org/fhir/v3/orderableDrugForm",
    "code": "CAP"
  },
  "daysSupply": {
    "value": 10,
    "units": "Day",
    "system": "http://unitsofmeasure.org",
    "code": "D"
  },
  "medication": {
    "reference": "Medication/MedicationExample6",
    "display": "prescribed medication"
  },
  "whenPrepared": "2015-01-15T16:20:00Z",
  "whenHandedOver": "2015-01-15T10:20:00Z",
  "dosageInstruction": [
    {
      "additionalInstructions": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "311504000",
            "display": "With or after food"
          }
        ]
      },
      "scheduleTiming": {
        "repeat": {
          "frequency": 1,
          "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": "CAP"
      }
    },
    {
      "additionalInstructions": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "311504000",
            "display": "With or after food"
          }
        ]
      },
      "scheduleTiming": {
        "repeat": {
          "frequency": 3,
          "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": "CAP"
      }
    }
  ]
}

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.