Class GoalLifecycleStatus

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class GoalLifecycleStatus
    extends Code
    • Field Detail

      • PROPOSED

        public static final GoalLifecycleStatus PROPOSED
        Proposed

        A goal is proposed for this patient.

      • PLANNED

        public static final GoalLifecycleStatus PLANNED
        Planned

        A goal is planned for this patient.

      • ACCEPTED

        public static final GoalLifecycleStatus ACCEPTED
        Accepted

        A proposed goal was accepted or acknowledged.

      • ACTIVE

        public static final GoalLifecycleStatus ACTIVE
        Active

        The goal is being sought actively.

      • ON_HOLD

        public static final GoalLifecycleStatus ON_HOLD
        On Hold

        The 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
        Completed

        The goal is no longer being sought.

      • CANCELLED

        public static final GoalLifecycleStatus CANCELLED
        Cancelled

        The goal has been abandoned.

      • ENTERED_IN_ERROR

        public static final GoalLifecycleStatus ENTERED_IN_ERROR
        Entered in Error

        The goal was entered in error and voided.

      • REJECTED

        public static final GoalLifecycleStatus REJECTED
        Rejected

        A proposed goal was rejected.

    • Method Detail

      • 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
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Code
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Code