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