Package com.ibm.fhir.model.type.code
Class GoalLifecycleStatus
- 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.GoalLifecycleStatus
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class GoalLifecycleStatus extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGoalLifecycleStatus.Builderstatic classGoalLifecycleStatus.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static GoalLifecycleStatusACCEPTEDAcceptedstatic GoalLifecycleStatusACTIVEActivestatic GoalLifecycleStatusCANCELLEDCancelledstatic GoalLifecycleStatusCOMPLETEDCompletedstatic GoalLifecycleStatusENTERED_IN_ERROREntered in Errorstatic GoalLifecycleStatusON_HOLDOn Holdstatic GoalLifecycleStatusPLANNEDPlannedstatic GoalLifecycleStatusPROPOSEDProposedstatic GoalLifecycleStatusREJECTEDRejected
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GoalLifecycleStatus.Builderbuilder()static Codecode(String value)Inherited factory method for creating GoalLifecycleStatus objects from a passed string value.booleanequals(Object obj)GoalLifecycleStatus.ValueSetgetValueAsEnumConstant()inthashCode()static GoalLifecycleStatusof(GoalLifecycleStatus.ValueSet value)Factory method for creating GoalLifecycleStatus objects from a passed enum value.static GoalLifecycleStatusof(String value)Factory method for creating GoalLifecycleStatus objects from a passed string value.static Stringstring(String value)Inherited factory method for creating GoalLifecycleStatus objects from a passed string value.GoalLifecycleStatus.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
-
PROPOSED
public static final GoalLifecycleStatus PROPOSED
ProposedA goal is proposed for this patient.
-
PLANNED
public static final GoalLifecycleStatus PLANNED
PlannedA goal is planned for this patient.
-
ACCEPTED
public static final GoalLifecycleStatus ACCEPTED
AcceptedA proposed goal was accepted or acknowledged.
-
ACTIVE
public static final GoalLifecycleStatus ACTIVE
ActiveThe goal is being sought actively.
-
ON_HOLD
public static final GoalLifecycleStatus ON_HOLD
On HoldThe goal remains a long term objective but is no longer being actively pursued for a temporary period of time.
-
COMPLETED
public static final GoalLifecycleStatus COMPLETED
CompletedThe goal is no longer being sought.
-
CANCELLED
public static final GoalLifecycleStatus CANCELLED
CancelledThe goal has been abandoned.
-
ENTERED_IN_ERROR
public static final GoalLifecycleStatus ENTERED_IN_ERROR
Entered in ErrorThe goal was entered in error and voided.
-
REJECTED
public static final GoalLifecycleStatus REJECTED
RejectedA proposed goal was rejected.
-
-
Method Detail
-
getValueAsEnumConstant
public GoalLifecycleStatus.ValueSet getValueAsEnumConstant()
-
of
public static GoalLifecycleStatus of(GoalLifecycleStatus.ValueSet value)
Factory method for creating GoalLifecycleStatus objects from a passed enum value.
-
of
public static GoalLifecycleStatus of(String value)
Factory method for creating GoalLifecycleStatus 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 GoalLifecycleStatus 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 GoalLifecycleStatus 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 GoalLifecycleStatus.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static GoalLifecycleStatus.Builder builder()
-
-