Enum MedicationdispenseStatusReason
- java.lang.Object
-
- java.lang.Enum<MedicationdispenseStatusReason>
-
- org.hl7.fhir.r4.model.codesystems.MedicationdispenseStatusReason
-
- All Implemented Interfaces:
Serializable,Comparable<MedicationdispenseStatusReason>
public enum MedicationdispenseStatusReason extends Enum<MedicationdispenseStatusReason>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ALTCHOICEThis therapy has been ordered as a backup to a preferred therapy.CLARIFClarification is required before the order can be acted upon.DRUGHIGHThe current level of the medication in the patient's system is too high.FRR01The order has been stopped by the prescriber but this fact has not necessarily captured electronically.FRR02Order has not been fulfilled within a reasonable amount of time, and might not be current.FRR03Data needed to safely act on the order which was expected to become available independent of the order is not yet available.FRR04Product not available or manufactured.FRR05The dispenser has ethical, religious or moral objections to fulfilling the order/dispensing the product.FRR06Fulfiller not able to provide appropriate care associated with fulfilling the order.HOSPADMThe patient has been admitted to a care facility and their community medications are suspended until hospital discharge.LABINTThe therapy would interfere with a planned lab test and the therapy is being withdrawn until the test is completed.NONAVAILPatient not available for a period of time due to a scheduled therapy, leave of absence or other reason.NULLadded to help the parsersOFFMARKETDrug no longer marketed Cannot supply.OUTOFSTOCKDrug out of stock.PREGThe patient is pregnant or breast feeding.SAIGThe patient is believed to be allergic to a substance that is part of the therapy and the therapy is being temporarily withdrawn to confirm.SDDIThe drug interacts with a short-term treatment that is more urgently required.SDUPTHERAnother short-term co-occurring therapy fulfills the same purpose as this therapy.SINTOLThe patient is believed to have an intolerance to a substance that is part of the therapy and the therapy is being temporarily withdrawn to confirm.SURGThe drug is contraindicated for patients receiving surgery and the patient is scheduled to be admitted for surgery in the near future.WASHOUTThe patient was previously receiving a medication contraindicated with the current medication.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MedicationdispenseStatusReasonfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static MedicationdispenseStatusReasonvalueOf(String name)Returns the enum constant of this type with the specified name.static MedicationdispenseStatusReason[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FRR01
public static final MedicationdispenseStatusReason FRR01
The order has been stopped by the prescriber but this fact has not necessarily captured electronically. Example: A verbal stop, a fax, etc.
-
FRR02
public static final MedicationdispenseStatusReason FRR02
Order has not been fulfilled within a reasonable amount of time, and might not be current.
-
FRR03
public static final MedicationdispenseStatusReason FRR03
Data needed to safely act on the order which was expected to become available independent of the order is not yet available. Example: Lab results, diagnostic imaging, etc.
-
FRR04
public static final MedicationdispenseStatusReason FRR04
Product not available or manufactured. Cannot supply.
-
FRR05
public static final MedicationdispenseStatusReason FRR05
The dispenser has ethical, religious or moral objections to fulfilling the order/dispensing the product.
-
FRR06
public static final MedicationdispenseStatusReason FRR06
Fulfiller not able to provide appropriate care associated with fulfilling the order. Example: Therapy requires ongoing monitoring by fulfiller and fulfiller will be ending practice, leaving town, unable to schedule necessary time, etc.
-
ALTCHOICE
public static final MedicationdispenseStatusReason ALTCHOICE
This therapy has been ordered as a backup to a preferred therapy. This order will be released when and if the preferred therapy is unsuccessful.
-
CLARIF
public static final MedicationdispenseStatusReason CLARIF
Clarification is required before the order can be acted upon.
-
DRUGHIGH
public static final MedicationdispenseStatusReason DRUGHIGH
The current level of the medication in the patient's system is too high. The medication is suspended to allow the level to subside to a safer level.
-
HOSPADM
public static final MedicationdispenseStatusReason HOSPADM
The patient has been admitted to a care facility and their community medications are suspended until hospital discharge.
-
LABINT
public static final MedicationdispenseStatusReason LABINT
The therapy would interfere with a planned lab test and the therapy is being withdrawn until the test is completed.
-
NONAVAIL
public static final MedicationdispenseStatusReason NONAVAIL
Patient not available for a period of time due to a scheduled therapy, leave of absence or other reason.
-
PREG
public static final MedicationdispenseStatusReason PREG
The patient is pregnant or breast feeding. The therapy will be resumed when the pregnancy is complete and the patient is no longer breastfeeding.
-
SAIG
public static final MedicationdispenseStatusReason SAIG
The patient is believed to be allergic to a substance that is part of the therapy and the therapy is being temporarily withdrawn to confirm.
-
SDDI
public static final MedicationdispenseStatusReason SDDI
The drug interacts with a short-term treatment that is more urgently required. This order will be resumed when the short-term treatment is complete.
-
SDUPTHER
public static final MedicationdispenseStatusReason SDUPTHER
Another short-term co-occurring therapy fulfills the same purpose as this therapy. This therapy will be resumed when the co-occuring therapy is complete.
-
SINTOL
public static final MedicationdispenseStatusReason SINTOL
The patient is believed to have an intolerance to a substance that is part of the therapy and the therapy is being temporarily withdrawn to confirm.
-
SURG
public static final MedicationdispenseStatusReason SURG
The drug is contraindicated for patients receiving surgery and the patient is scheduled to be admitted for surgery in the near future. The drug will be resumed when the patient has sufficiently recovered from the surgery.
-
WASHOUT
public static final MedicationdispenseStatusReason WASHOUT
The patient was previously receiving a medication contraindicated with the current medication. The current medication will remain on hold until the prior medication has been cleansed from their system.
-
OUTOFSTOCK
public static final MedicationdispenseStatusReason OUTOFSTOCK
Drug out of stock. Cannot supply.
-
OFFMARKET
public static final MedicationdispenseStatusReason OFFMARKET
Drug no longer marketed Cannot supply.
-
NULL
public static final MedicationdispenseStatusReason NULL
added to help the parsers
-
-
Method Detail
-
values
public static MedicationdispenseStatusReason[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (MedicationdispenseStatusReason c : MedicationdispenseStatusReason.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static MedicationdispenseStatusReason valueOf(String name)
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 MedicationdispenseStatusReason fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-