public enum MedicationdispenseStatusReason extends Enum<MedicationdispenseStatusReason>
| Enum Constant and Description |
|---|
ALTCHOICE
This therapy has been ordered as a backup to a preferred therapy.
|
CLARIF
Clarification is required before the order can be acted upon.
|
DRUGHIGH
The current level of the medication in the patient's system is too high.
|
FRR01
The order has been stopped by the prescriber but this fact has not necessarily captured electronically.
|
FRR02
Order has not been fulfilled within a reasonable amount of time, and might not be current.
|
FRR03
Data needed to safely act on the order which was expected to become available independent of the order is not yet available.
|
FRR04
Product not available or manufactured.
|
FRR05
The dispenser has ethical, religious or moral objections to fulfilling the order/dispensing the product.
|
FRR06
Fulfiller not able to provide appropriate care associated with fulfilling the order.
|
HOSPADM
The patient has been admitted to a care facility and their community medications are suspended until hospital discharge.
|
LABINT
The therapy would interfere with a planned lab test and the therapy is being withdrawn until the test is completed.
|
NONAVAIL
Patient not available for a period of time due to a scheduled therapy, leave of absence or other reason.
|
NULL
added to help the parsers
|
OFFMARKET
Drug no longer marketed Cannot supply.
|
OUTOFSTOCK
Drug out of stock.
|
PREG
The patient is pregnant or breast feeding.
|
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
The drug interacts with a short-term treatment that is more urgently required.
|
SDUPTHER
Another short-term co-occurring therapy fulfills the same purpose as this therapy.
|
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
The drug is contraindicated for patients receiving surgery and the patient is scheduled to be admitted for surgery in the near future.
|
WASHOUT
The patient was previously receiving a medication contraindicated with the current medication.
|
| Modifier and Type | Method and Description |
|---|---|
static MedicationdispenseStatusReason |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MedicationdispenseStatusReason |
valueOf(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.
|
public static final MedicationdispenseStatusReason FRR01
public static final MedicationdispenseStatusReason FRR02
public static final MedicationdispenseStatusReason FRR03
public static final MedicationdispenseStatusReason FRR04
public static final MedicationdispenseStatusReason FRR05
public static final MedicationdispenseStatusReason FRR06
public static final MedicationdispenseStatusReason ALTCHOICE
public static final MedicationdispenseStatusReason CLARIF
public static final MedicationdispenseStatusReason DRUGHIGH
public static final MedicationdispenseStatusReason HOSPADM
public static final MedicationdispenseStatusReason LABINT
public static final MedicationdispenseStatusReason NONAVAIL
public static final MedicationdispenseStatusReason PREG
public static final MedicationdispenseStatusReason SAIG
public static final MedicationdispenseStatusReason SDDI
public static final MedicationdispenseStatusReason SDUPTHER
public static final MedicationdispenseStatusReason SINTOL
public static final MedicationdispenseStatusReason SURG
public static final MedicationdispenseStatusReason WASHOUT
public static final MedicationdispenseStatusReason OUTOFSTOCK
public static final MedicationdispenseStatusReason OFFMARKET
public static final MedicationdispenseStatusReason NULL
public static MedicationdispenseStatusReason[] values()
for (MedicationdispenseStatusReason c : MedicationdispenseStatusReason.values()) System.out.println(c);
public static MedicationdispenseStatusReason valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static MedicationdispenseStatusReason fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.