Qi-Core Implementation Guide (Release 2.1 Trial-Use Ballot)

This page is part of the Quality Improvement Core Framework (v2.1.0: STU 3 Ballot 1) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

Example: MedicationDispense-qicore-medicationdispense-example

Formats: XML, JSON, Turtle

{
  "resourceType" : "MedicationDispense",
  "id" : "qicore-medicationdispense-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
      <p>Penicillin VK 5ml suspension to be administered by oral route</p>
      <p>ONE 5ml spoonful to be taken THREE times a day</p>
      <p>100ml bottle</p>
      <p>to patient ref: a23</p>
      <p>by doctor X</p>
    </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/pharmacy-core-refillsRemaining",
      "valueInteger" : 0
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/medicationdispense-validityPeriod",
      "valuePeriod" : {
        "start" : "2012-05-30",
        "end" : "2012-06-10"
      }
    }
  ],
  "status" : "completed",
  "medicationReference" : {
    "reference" : "Medication/qicore-medication-example"
  },
  "subject" : {
    "reference" : "Patient/qicore-patient-example"
  },
  "performer" : [
    {
      "actor" : {
        "reference" : "Practitioner/qicore-practitioner-example"
      }
    }
  ],
  "authorizingPrescription" : [
    {
      "reference" : "MedicationRequest/qicore-medicationrequest-example"
    }
  ],
  "quantity" : {
    "value" : 100,
    "unit" : "ml",
    "system" : "http://unitsofmeasure.org",
    "code" : "ml"
  },
  "daysSupply" : {
    "value" : 30,
    "unit" : "Day",
    "system" : "http://unitsofmeasure.org",
    "code" : "d"
  },
  "whenPrepared" : "2012-05-30T16:20:00+00:00",
  "whenHandedOver" : "2012-05-31T10:20:00+00:00",
  "destination" : {
    "reference" : "Location/qicore-location-example"
  },
  "receiver" : [
    {
      "reference" : "Patient/qicore-patient-example"
    }
  ],
  "dosageInstruction" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/pharmacy-core-doseType",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "440231000124106",
                "display" : "Maintenance dose"
              }
            ]
          }
        },
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/pharmacy-core-infuseOver",
          "valueDuration" : {
            "value" : 1,
            "unit" : "min",
            "system" : "http://unitsofmeasure.org",
            "code" : "min"
          }
        },
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/pharmacy-core-minDosePerPeriod",
          "valueRatio" : {
            "numerator" : {
              "value" : 15,
              "unit" : "ml",
              "system" : "http://unitsofmeasure.org",
              "code" : "ml"
            },
            "denominator" : {
              "value" : 1,
              "unit" : "day",
              "system" : "http://unitsofmeasure.org",
              "code" : "day"
            }
          }
        },
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/pharmacy-core-maxDeliveryVolume",
          "valueQuantity" : {
            "value" : 15,
            "unit" : "ml",
            "system" : "http://unitsofmeasure.org",
            "code" : "ml"
          }
        }
      ],
      "timing" : {
        "repeat" : {
          "frequency" : 3,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "394899003",
            "display" : "oral administration of treatment"
          }
        ]
      },
      "doseQuantity" : {
        "value" : 5,
        "unit" : "ml",
        "system" : "http://unitsofmeasure.org",
        "code" : "ml"
      }
    }
  ],
  "substitution" : {
    "wasSubstituted" : false,
    "type" : {
      "coding" : [
        {
          "system" : "http://example.org/MedDispSubType",
          "code" : "NoSub",
          "display" : "No substitution made or expected"
        }
      ]
    }
  }
}