FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example MedicationDispense/meddisp0317 (JSON)

Pharmacy Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient, Practitioner

Raw JSON (canonical form + also see JSON Format Specification)

Dispense for Brentuximab Vedotin (NDC code) - IV Chemo - stopped

{
  "resourceType" : "MedicationDispense",
  "id" : "meddisp0317",
  "contained" : [{
    "resourceType" : "Medication",
    "id" : "med0306",
    "code" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/sid/ndc",
        "code" : "51144-050-01",
        "display" : "ADCETRIS, 1 VIAL, SINGLE-DOSE in 1 BOX (51144-050-01) > 10.5 mL in 1 VIAL, SINGLE-DOSE (package)"
      }],
      "text" : "Adcetris (Brentuximab Vedotin 50mg/10.5ml)"
    },
    "marketingAuthorizationHolder" : {
      "reference" : "Organization/mmanu"
    },
    "doseForm" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "421637006",
        "display" : "Lyophilised powder for conventional release solution for injection"
      }]
    }
  }],
  "status" : "stopped",
  "medication" : {
    "reference" : {
      "reference" : "#med0306",
      "display" : "Brentixumab Vedotin (Adcetris)"
    }
  },
  "subject" : {
    "reference" : "Patient/pat1",
    "display" : "Donald Duck "
  },
  "performer" : [{
    "actor" : {
      "reference" : "Practitioner/f006"
    }
  }],
  "authorizingPrescription" : [{
    "reference" : "MedicationRequest/medrx0316"
  }],
  "type" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "code" : "TF",
      "display" : "Trial Fill"
    }]
  },
  "quantity" : {
    "value" : 3,
    "system" : "http://snomed.info/sct",
    "code" : "415818006"
  },
  "daysSupply" : {
    "value" : 1,
    "unit" : "Day",
    "system" : "http://unitsofmeasure.org",
    "code" : "d"
  },
  "whenPrepared" : "2015-06-25T07:13:00+05:00",
  "whenHandedOver" : "2015-06-26T07:13:00+05:00",
  "dosageInstruction" : [{
    "sequence" : 1,
    "text" : "1.8 mg/kg IV infusion over 30 minutes every 3 weeks for 16 cycles",
    "timing" : {
      "repeat" : {
        "count" : 16,
        "frequency" : 1,
        "period" : 3,
        "periodUnit" : "wk"
      }
    },
    "route" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "255560000",
        "display" : "Intravenous"
      }]
    },
    "doseAndRate" : [{
      "type" : {
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
          "code" : "ordered",
          "display" : "Ordered"
        }]
      },
      "doseQuantity" : {
        "value" : 1.8,
        "unit" : "mg/kg",
        "system" : "http://unitsofmeasure.org",
        "code" : "mg/kg"
      }
    }]
  }]
}

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.