public static enum CarePlan.CarePlanStatus extends Enum<CarePlan.CarePlanStatus>
| Enum Constant and Description |
|---|
ACTIVE
The plan is intended to be followed and used as part of patient care.
|
CANCELLED
The plan has been terminated prior to reaching completion (though it may have been replaced by a new plan).
|
COMPLETED
The plan is no longer in use and is not expected to be followed or used in patient care.
|
DRAFT
The plan is in development or awaiting use but is not yet intended to be acted upon.
|
ENTEREDINERROR
The plan was entered in error and voided.
|
NULL
added to help the parsers with the generic types
|
SUSPENDED
The plan has been temporarily stopped but is expected to resume in the future.
|
UNKNOWN
The authoring system doesn't know the current state of the care plan.
|
| Modifier and Type | Method and Description |
|---|---|
static CarePlan.CarePlanStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CarePlan.CarePlanStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CarePlan.CarePlanStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CarePlan.CarePlanStatus DRAFT
public static final CarePlan.CarePlanStatus ACTIVE
public static final CarePlan.CarePlanStatus SUSPENDED
public static final CarePlan.CarePlanStatus COMPLETED
public static final CarePlan.CarePlanStatus ENTEREDINERROR
public static final CarePlan.CarePlanStatus CANCELLED
public static final CarePlan.CarePlanStatus UNKNOWN
public static final CarePlan.CarePlanStatus NULL
public static CarePlan.CarePlanStatus[] values()
for (CarePlan.CarePlanStatus c : CarePlan.CarePlanStatus.values()) System.out.println(c);
public static CarePlan.CarePlanStatus 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 CarePlan.CarePlanStatus 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.