Enum ListExampleCodes
- java.lang.Object
-
- java.lang.Enum<ListExampleCodes>
-
- org.hl7.fhir.r4.model.codesystems.ListExampleCodes
-
- All Implemented Interfaces:
Serializable,Comparable<ListExampleCodes>
public enum ListExampleCodes extends Enum<ListExampleCodes>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADVERSERXNSA list of part adverse reactions.ALERTSA list of alerts for the patient.ALLERGIESA list of Allergies for the patient.MEDICATIONSA list of medication statements for the patient.NULLadded to help the parsersPLANSA set of care plans that apply in a particular context of care.PROBLEMSA list of problems that the patient is known of have (or have had in the past).PROTOCOLSA set of protocols to be followed.WAITINGA list of items waiting for an event (perhaps a surgical patient waiting list).WORKLISTA list of items that constitute a set of work to be performed (typically this code would be specialized for more specific uses, such as a ward round list).
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListExampleCodesfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static ListExampleCodesvalueOf(String name)Returns the enum constant of this type with the specified name.static ListExampleCodes[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ALERTS
public static final ListExampleCodes ALERTS
A list of alerts for the patient.
-
ADVERSERXNS
public static final ListExampleCodes ADVERSERXNS
A list of part adverse reactions.
-
ALLERGIES
public static final ListExampleCodes ALLERGIES
A list of Allergies for the patient.
-
MEDICATIONS
public static final ListExampleCodes MEDICATIONS
A list of medication statements for the patient.
-
PROBLEMS
public static final ListExampleCodes PROBLEMS
A list of problems that the patient is known of have (or have had in the past).
-
WORKLIST
public static final ListExampleCodes WORKLIST
A list of items that constitute a set of work to be performed (typically this code would be specialized for more specific uses, such as a ward round list).
-
WAITING
public static final ListExampleCodes WAITING
A list of items waiting for an event (perhaps a surgical patient waiting list).
-
PROTOCOLS
public static final ListExampleCodes PROTOCOLS
A set of protocols to be followed.
-
PLANS
public static final ListExampleCodes PLANS
A set of care plans that apply in a particular context of care.
-
NULL
public static final ListExampleCodes NULL
added to help the parsers
-
-
Method Detail
-
values
public static ListExampleCodes[] 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 (ListExampleCodes c : ListExampleCodes.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListExampleCodes 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 ListExampleCodes fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-