public enum CarePlanActivityCategoryEnum extends Enum<CarePlanActivityCategoryEnum>
| Enum Constant and Description |
|---|
DIET
Display: Diet
Code Value: diet Plan for the patient to consume food of a specified nature |
DRUG
Display: Drug
Code Value: drug Plan for the patient to consume/receive a drug, vaccine or other product |
ENCOUNTER
Display: Encounter
Code Value: encounter Plan to meet or communicate with the patient (in-patient, out-patient, phone call, etc.) |
OBSERVATION
Display: Observation
Code Value: observation Plan to capture information about a patient (vitals, labs, diagnostic images, etc.) |
OTHER
Display: Other
Code Value: other Some other form of action |
PROCEDURE
Display: Procedure
Code Value: procedure Plan to modify the patient in some way (surgery, physiotherapy, education, counseling, etc.) |
SUPPLY
Display: Supply
Code Value: supply Plan to provide something to the patient (medication, medical supply, etc.) |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<CarePlanActivityCategoryEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
CarePlanActivityCategory
|
| Modifier and Type | Method and Description |
|---|---|
static CarePlanActivityCategoryEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static CarePlanActivityCategoryEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CarePlanActivityCategoryEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CarePlanActivityCategoryEnum DIET
public static final CarePlanActivityCategoryEnum DRUG
public static final CarePlanActivityCategoryEnum ENCOUNTER
public static final CarePlanActivityCategoryEnum OBSERVATION
public static final CarePlanActivityCategoryEnum PROCEDURE
public static final CarePlanActivityCategoryEnum SUPPLY
public static final CarePlanActivityCategoryEnum OTHER
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<CarePlanActivityCategoryEnum> VALUESET_BINDER
public static CarePlanActivityCategoryEnum[] values()
for (CarePlanActivityCategoryEnum c : CarePlanActivityCategoryEnum.values()) System.out.println(c);
public static CarePlanActivityCategoryEnum 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 CarePlanActivityCategoryEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.