public enum CarePlanActivityStatus extends Enum<CarePlanActivityStatus>
| Enum Constant and Description |
|---|
CANCELLED
The planned activity has been withdrawn.
|
COMPLETED
The activity has been completed (more or less) as planned.
|
INPROGRESS
Activity has been started but is not yet complete.
|
NOTSTARTED
Activity is planned but no action has yet been taken.
|
NULL
added to help the parsers
|
ONHOLD
Activity was started but has temporarily ceased with an expectation of resumption at a future time.
|
SCHEDULED
Appointment or other booking has occurred but activity has not yet begun.
|
STOPPED
The planned activity has been ended prior to completion after the activity was started.
|
UNKNOWN
The current state of the activity is not known.
|
| Modifier and Type | Method and Description |
|---|---|
static CarePlanActivityStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CarePlanActivityStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CarePlanActivityStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CarePlanActivityStatus NOTSTARTED
public static final CarePlanActivityStatus SCHEDULED
public static final CarePlanActivityStatus INPROGRESS
public static final CarePlanActivityStatus ONHOLD
public static final CarePlanActivityStatus COMPLETED
public static final CarePlanActivityStatus CANCELLED
public static final CarePlanActivityStatus STOPPED
public static final CarePlanActivityStatus UNKNOWN
public static final CarePlanActivityStatus NULL
public static CarePlanActivityStatus[] values()
for (CarePlanActivityStatus c : CarePlanActivityStatus.values()) System.out.println(c);
public static CarePlanActivityStatus 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 CarePlanActivityStatus 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.