Enum ListItemFlag
- java.lang.Object
-
- java.lang.Enum<ListItemFlag>
-
- org.hl7.fhir.r4.model.codesystems.ListItemFlag
-
- All Implemented Interfaces:
Serializable,Comparable<ListItemFlag>
public enum ListItemFlag extends Enum<ListItemFlag>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _01No change has been made to the status of this medicine item._02The medicine item has changed._03The prescription for this medicine item was cancelled by an authorized health care provider._04A new medicine item has been prescribed_05Administration of this medication item that the patient is currently taking is stopped or recommended to be stopped (i.e._06Administration of this medication item that the patient is currently taking is on hold, or instructed or recommended by a health care provider to be temporarily stopped, or subject to clinical review (i.e.NULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListItemFlagfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static ListItemFlagvalueOf(String name)Returns the enum constant of this type with the specified name.static ListItemFlag[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_01
public static final ListItemFlag _01
No change has been made to the status of this medicine item.
-
_02
public static final ListItemFlag _02
The medicine item has changed. The change may be described in an extension (not defined yet)
-
_03
public static final ListItemFlag _03
The prescription for this medicine item was cancelled by an authorized health care provider. The patient may be advised to complete the course of the prescribed medicine. This advice is a clinical decision made based on assessment of the patient's clinical condition.
-
_04
public static final ListItemFlag _04
A new medicine item has been prescribed
-
_05
public static final ListItemFlag _05
Administration of this medication item that the patient is currently taking is stopped or recommended to be stopped (i.e. instructed to be ceased by a health care provider). This cessation is anticipated to be permanent. The Change Description should describe the reason for cessation. Example uses: the medication in question is considered ineffective or has caused serious adverse effects. This value applies both to the cessation of a medication that is prescribed by another healthcare provider or patient self-administration of OTC medicines.
-
_06
public static final ListItemFlag _06
Administration of this medication item that the patient is currently taking is on hold, or instructed or recommended by a health care provider to be temporarily stopped, or subject to clinical review (i.e. the stop may be temporary or permanent depending on the outcome of clinical review), or temporarily suspended as a pre-requisite to certain surgical or diagnostic procedures.
-
NULL
public static final ListItemFlag NULL
added to help the parsers
-
-
Method Detail
-
values
public static ListItemFlag[] 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 (ListItemFlag c : ListItemFlag.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListItemFlag 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 ListItemFlag fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-