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

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

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

Declined Dispense - not picked up

{
  "resourceType" : "MedicationDispense",
  "id" : "meddisp0335",
  "status" : "cancelled",
  "notPerformedReason" : {
    "concept" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/CodeSystem/medicationdispense-status-reason",
        "code" : "frr02"
      }]
    }
  },
  "statusChanged" : "2025-11-01",
  "medication" : {
    "concept" : {
      "coding" : [{
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "1594660"
      }]
    }
  },
  "subject" : {
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  },
  "performer" : [{
    "actor" : {
      "reference" : "Practitioner/f006"
    }
  }],
  "authorizingPrescription" : [{
    "reference" : "MedicationRequest/medrx0317"
  }],
  "recorded" : "2025-11-01",
  "whenPrepared" : "2025-09-01"
}

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.