public enum ListExampleCodes extends Enum<ListExampleCodes>
| Enum Constant and Description |
|---|
ADVERSERXNS
A list of part adverse reactions.
|
ALERTS
A list of alerts for the patient.
|
ALLERGIES
A list of Allergies for the patient.
|
MEDICATIONS
A list of medication statements for the patient.
|
NULL
added to help the parsers
|
PLANS
A set of care plans that apply in a particular context of care.
|
PROBLEMS
A list of problems that the patient is known of have (or have had in the past).
|
PROTOCOLS
A set of protocols to be followed.
|
WAITING
A list of items waiting for an event (perhaps a surgical patient waiting list).
|
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).
|
| Modifier and Type | Method and Description |
|---|---|
static ListExampleCodes |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ListExampleCodes |
valueOf(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.
|
public static final ListExampleCodes ALERTS
public static final ListExampleCodes ADVERSERXNS
public static final ListExampleCodes ALLERGIES
public static final ListExampleCodes MEDICATIONS
public static final ListExampleCodes PROBLEMS
public static final ListExampleCodes WORKLIST
public static final ListExampleCodes WAITING
public static final ListExampleCodes PROTOCOLS
public static final ListExampleCodes PLANS
public static final ListExampleCodes NULL
public static ListExampleCodes[] values()
for (ListExampleCodes c : ListExampleCodes.values()) System.out.println(c);
public static ListExampleCodes 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 ListExampleCodes 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.