public enum CarePlanActivityStatus extends Enum<CarePlanActivityStatus>
| Enum Constant and Description |
|---|
CANCELLED
The planned care plan activity has been withdrawn.
|
COMPLETED
Care plan activity has been completed (more or less) as planned.
|
ENTEREDINERROR
Care plan activity was entered in error and voided.
|
INPROGRESS
Care plan activity has been started but is not yet complete.
|
NOTSTARTED
Care plan activity is planned but no action has yet been taken.
|
NULL
added to help the parsers
|
ONHOLD
Care plan 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 care plan activity has been ended prior to completion after the activity was started.
|
UNKNOWN
The current state of the care plan 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 ENTEREDINERROR
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–2021 Health Level 7. All rights reserved.