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/meddisp0301 (JSON)

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

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

Dispense for IV Antibiotic - in progress - Vancomycin IV (NDC Code) - in-progress

{
  "resourceType" : "MedicationDispense",
  "id" : "meddisp0301",
  "contained" : [{
    "resourceType" : "Medication",
    "id" : "med0301",
    "code" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/sid/ndc",
        "code" : "0409-6531-02",
        "display" : "Vancomycin Hydrochloride, 10 VIAL in 1 TRAY (0409-6531-02) > 1 INJECTION, POWDER, LYOPHILIZED, FOR SOLUTION in 1 VIAL (0409-6531-12) (package)"
      }],
      "text" : "Vancomycin Hydrochloride (VANCOMYCIN HYDROCHLORIDE)"
    }
  }],
  "status" : "in-progress",
  "medication" : {
    "reference" : {
      "reference" : "#med0301",
      "display" : "Vancomycin Hydrochloride"
    }
  },
  "subject" : {
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  },
  "supportingInformation" : [{
    "reference" : "Condition/f203"
  }],
  "performer" : [{
    "actor" : {
      "reference" : "Practitioner/f006"
    }
  }],
  "location" : {
    "reference" : "Location/ukp",
    "display" : "Pharmacy"
  },
  "authorizingPrescription" : [{
    "reference" : "MedicationRequest/medrx0318"
  }],
  "type" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "code" : "EM",
      "display" : "Emergency Supply"
    }]
  },
  "quantity" : {
    "value" : 12,
    "unit" : "Vial",
    "system" : "http://snomed.info.sct",
    "code" : "733026001"
  },
  "daysSupply" : {
    "value" : 3,
    "unit" : "Day",
    "system" : "http://unitsofmeasure.org",
    "code" : "d"
  },
  "whenPrepared" : "2015-01-15T10:20:00Z",
  "destination" : {
    "reference" : "Location/ph"
  },
  "receiver" : [{
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  }],
  "dosageInstruction" : [{
    "sequence" : 1,
    "text" : "500mg IV q6h x 3 days",
    "timing" : {
      "repeat" : {
        "frequency" : 1,
        "period" : 6,
        "periodUnit" : "h"
      }
    },
    "route" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "255560000",
        "display" : "Intravenous"
      }]
    },
    "method" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "420620005",
        "display" : "Push - dosing instruction imperative (qualifier value)"
      }]
    },
    "doseAndRate" : [{
      "type" : {
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
          "code" : "ordered",
          "display" : "Ordered"
        }]
      },
      "doseQuantity" : {
        "value" : 500,
        "unit" : "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.