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

Responsible Owner: Pharmacy Work GroupStandards Status: InformativeCompartments: Encounter, Group, Patient, Practitioner

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

Dispense for Dilantin Oral Suspension (NDC code) - completed

{
  "resourceType" : "MedicationDispense",
  "id" : "meddisp0322",
  "status" : "completed",
  "medication" : {
    "concept" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/sid/ndc",
        "code" : "0071-2214-20",
        "display" : "Dilantin-125, 237 mL in 1 BOTTLE, GLASS (0071-2214-20) (package)"
      }]
    }
  },
  "subject" : {
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  },
  "performer" : [{
    "actor" : {
      "reference" : "Practitioner/f006"
    }
  }],
  "authorizingPrescription" : [{
    "reference" : "MedicationRequest/medrx0312"
  }],
  "type" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "code" : "RFP",
      "display" : "Refill - Part Fill"
    }]
  },
  "quantity" : {
    "value" : 360,
    "system" : "http://unitsofmeasure.org",
    "code" : "ml"
  },
  "daysSupply" : {
    "value" : 30,
    "unit" : "Day",
    "system" : "http://unitsofmeasure.org",
    "code" : "d"
  },
  "whenPrepared" : "2015-01-16T07:13:00+05:00",
  "whenHandedOver" : "2015-01-18T07:13:00+05:00",
  "dosageInstruction" : {
    "step" : [{
      "component" : [{
        "text" : "100mg (4ml) three times daily",
        "timing" : {
          "repeat" : {
            "frequency" : 3,
            "period" : 1,
            "periodUnit" : "d"
          }
        },
        "route" : {
          "coding" : [{
            "system" : "http://snomed.info/sct",
            "code" : "26643006",
            "display" : "Oral Route (qualifier value)"
          }]
        },
        "doseAndRate" : [{
          "type" : {
            "coding" : [{
              "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
              "code" : "ordered",
              "display" : "Ordered"
            }]
          },
          "doseQuantity" : {
            "value" : 4,
            "unit" : "ml",
            "system" : "http://unitsofmeasure.org",
            "code" : "ml"
          }
        }]
      }]
    }]
  }
}

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.