public enum CarePlanStatus extends Enum<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
|
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 CarePlanStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CarePlanStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CarePlanStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CarePlanStatus DRAFT
public static final CarePlanStatus ACTIVE
public static final CarePlanStatus SUSPENDED
public static final CarePlanStatus COMPLETED
public static final CarePlanStatus ENTEREDINERROR
public static final CarePlanStatus CANCELLED
public static final CarePlanStatus UNKNOWN
public static final CarePlanStatus NULL
public static CarePlanStatus[] values()
for (CarePlanStatus c : CarePlanStatus.values()) System.out.println(c);
public static 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 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.