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 (XML)

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

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

Declined Dispense - not picked up (id = "meddisp0335")

<?xml version="1.0" encoding="UTF-8"?>

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

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.