Package org.hl7.fhir.r4.model
Enum MedicationDispense.MedicationDispenseStatus
java.lang.Object
java.lang.Enum<MedicationDispense.MedicationDispenseStatus>
org.hl7.fhir.r4.model.MedicationDispense.MedicationDispenseStatus
- All Implemented Interfaces:
Serializable
,Comparable<MedicationDispense.MedicationDispenseStatus>
- Enclosing class:
MedicationDispense
public static enum MedicationDispense.MedicationDispenseStatus
extends Enum<MedicationDispense.MedicationDispenseStatus>
-
Enum Constant Summary
Enum ConstantDescriptionThe dispensed product was not and will never be picked up by the patient.The dispensed product has been picked up.The dispense was declined and not performed.The dispense was entered in error and therefore nullified.The dispensed product is ready for pickup.added to help the parsers with the generic typesThe dispense process is paused while waiting for an external event to reactivate the dispense.The core event has not started yet, but some staging activities have begun (e.g.Actions implied by the dispense have been permanently halted, before all of them occurred.The authoring system does not know which of the status values applies for this medication dispense. -
Method Summary
-
Enum Constant Details
-
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. -
INPROGRESS
The dispensed product is ready for pickup. -
CANCELLED
The dispensed product was not and will never be picked up by the patient. -
ONHOLD
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. -
COMPLETED
The dispensed product has been picked up. -
ENTEREDINERROR
The dispense was entered in error and therefore nullified. -
STOPPED
Actions implied by the dispense have been permanently halted, before all of them occurred. -
DECLINED
The dispense was declined and not performed. -
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. -
NULL
added to help the parsers with the generic types
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static MedicationDispense.MedicationDispenseStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-