Class MedicationDispenseStatus

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class MedicationDispenseStatus
    extends Code
    • Field Detail

      • PREPARATION

        public static final MedicationDispenseStatus PREPARATION
        Preparation

        The core event has not started yet, but some staging activities have begun (e.g. initial compounding or packaging of medication). Preparation stages may be tracked for billing purposes.

      • IN_PROGRESS

        public static final MedicationDispenseStatus IN_PROGRESS
        In Progress

        The dispensed product is ready for pickup.

      • CANCELLED

        public static final MedicationDispenseStatus CANCELLED
        Cancelled

        The dispensed product was not and will never be picked up by the patient.

      • ON_HOLD

        public static final MedicationDispenseStatus ON_HOLD
        On Hold

        The dispense process is paused while waiting for an external event to reactivate the dispense. For example, new stock has arrived or the prescriber has called.

      • ENTERED_IN_ERROR

        public static final MedicationDispenseStatus ENTERED_IN_ERROR
        Entered in Error

        The dispense was entered in error and therefore nullified.

      • STOPPED

        public static final MedicationDispenseStatus STOPPED
        Stopped

        Actions implied by the dispense have been permanently halted, before all of them occurred.

      • UNKNOWN

        public static final MedicationDispenseStatus UNKNOWN
        Unknown

        The authoring system does not know which of the status values applies for this medication dispense. Note: this concept is not to be used for other - one of the listed statuses is presumed to apply, it's just now known which one.