public enum CarePlanActivityCategory extends Enum<CarePlanActivityCategory>
| Enum Constant and Description |
|---|
DIET
Plan for the patient to consume food of a specified nature
|
DRUG
Plan for the patient to consume/receive a drug, vaccine or other product
|
ENCOUNTER
Plan to meet or communicate with the patient (in-patient, out-patient, phone call, etc.)
|
NULL
added to help the parsers
|
OBSERVATION
Plan to capture information about a patient (vitals, labs, diagnostic images, etc.)
|
OTHER
Some other form of action
|
PROCEDURE
Plan to modify the patient in some way (surgery, physiotherapy, education, counseling, etc.)
|
SUPPLY
Plan to provide something to the patient (medication, medical supply, etc.)
|
| Modifier and Type | Method and Description |
|---|---|
static CarePlanActivityCategory |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CarePlanActivityCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CarePlanActivityCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CarePlanActivityCategory DIET
public static final CarePlanActivityCategory DRUG
public static final CarePlanActivityCategory ENCOUNTER
public static final CarePlanActivityCategory OBSERVATION
public static final CarePlanActivityCategory PROCEDURE
public static final CarePlanActivityCategory SUPPLY
public static final CarePlanActivityCategory OTHER
public static final CarePlanActivityCategory NULL
public static CarePlanActivityCategory[] values()
for (CarePlanActivityCategory c : CarePlanActivityCategory.values()) System.out.println(c);
public static CarePlanActivityCategory 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 CarePlanActivityCategory fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.