Class CarePlanActivityStatus
- java.lang.Object
-
- com.ibm.fhir.model.visitor.AbstractVisitable
-
- com.ibm.fhir.model.type.Element
-
- com.ibm.fhir.model.type.String
-
- com.ibm.fhir.model.type.Code
-
- com.ibm.fhir.model.type.code.CarePlanActivityStatus
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class CarePlanActivityStatus extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCarePlanActivityStatus.Builderstatic classCarePlanActivityStatus.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static CarePlanActivityStatusCANCELLEDCancelledstatic CarePlanActivityStatusCOMPLETEDCompletedstatic CarePlanActivityStatusENTERED_IN_ERROREntered in Errorstatic CarePlanActivityStatusIN_PROGRESSIn Progressstatic CarePlanActivityStatusNOT_STARTEDNot Startedstatic CarePlanActivityStatusON_HOLDOn Holdstatic CarePlanActivityStatusSCHEDULEDScheduledstatic CarePlanActivityStatusSTOPPEDStoppedstatic CarePlanActivityStatusUNKNOWNUnknown
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CarePlanActivityStatus.Builderbuilder()static Codecode(String value)Inherited factory method for creating CarePlanActivityStatus objects from a passed string value.booleanequals(Object obj)CarePlanActivityStatus.ValueSetgetValueAsEnumConstant()inthashCode()static CarePlanActivityStatusof(CarePlanActivityStatus.ValueSet value)Factory method for creating CarePlanActivityStatus objects from a passed enum value.static CarePlanActivityStatusof(String value)Factory method for creating CarePlanActivityStatus objects from a passed string value.static Stringstring(String value)Inherited factory method for creating CarePlanActivityStatus objects from a passed string value.CarePlanActivityStatus.BuildertoBuilder()Create a new Builder from the contents of this Element-
Methods inherited from class com.ibm.fhir.model.type.String
getValue, hasChildren
-
Methods inherited from class com.ibm.fhir.model.type.Element
as, getExtension, getId, is
-
-
-
-
Field Detail
-
NOT_STARTED
public static final CarePlanActivityStatus NOT_STARTED
Not StartedCare plan activity is planned but no action has yet been taken.
-
SCHEDULED
public static final CarePlanActivityStatus SCHEDULED
ScheduledAppointment or other booking has occurred but activity has not yet begun.
-
IN_PROGRESS
public static final CarePlanActivityStatus IN_PROGRESS
In ProgressCare plan activity has been started but is not yet complete.
-
ON_HOLD
public static final CarePlanActivityStatus ON_HOLD
On HoldCare plan activity was started but has temporarily ceased with an expectation of resumption at a future time.
-
COMPLETED
public static final CarePlanActivityStatus COMPLETED
CompletedCare plan activity has been completed (more or less) as planned.
-
CANCELLED
public static final CarePlanActivityStatus CANCELLED
CancelledThe planned care plan activity has been withdrawn.
-
STOPPED
public static final CarePlanActivityStatus STOPPED
StoppedThe planned care plan activity has been ended prior to completion after the activity was started.
-
UNKNOWN
public static final CarePlanActivityStatus UNKNOWN
UnknownThe current state of the care plan activity is not known. Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which one.
-
ENTERED_IN_ERROR
public static final CarePlanActivityStatus ENTERED_IN_ERROR
Entered in ErrorCare plan activity was entered in error and voided.
-
-
Method Detail
-
getValueAsEnumConstant
public CarePlanActivityStatus.ValueSet getValueAsEnumConstant()
-
of
public static CarePlanActivityStatus of(CarePlanActivityStatus.ValueSet value)
Factory method for creating CarePlanActivityStatus objects from a passed enum value.
-
of
public static CarePlanActivityStatus of(String value)
Factory method for creating CarePlanActivityStatus objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
string
public static String string(String value)
Inherited factory method for creating CarePlanActivityStatus objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
code
public static Code code(String value)
Inherited factory method for creating CarePlanActivityStatus objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
toBuilder
public CarePlanActivityStatus.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static CarePlanActivityStatus.Builder builder()
-
-