Class CareTeamStatus

  • All Implemented Interfaces:
    Visitable

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

      • PROPOSED

        public static final CareTeamStatus PROPOSED
        Proposed

        The care team has been drafted and proposed, but not yet participating in the coordination and delivery of patient care.

      • ACTIVE

        public static final CareTeamStatus ACTIVE
        Active

        The care team is currently participating in the coordination and delivery of care.

      • SUSPENDED

        public static final CareTeamStatus SUSPENDED
        Suspended

        The care team is temporarily on hold or suspended and not participating in the coordination and delivery of care.

      • INACTIVE

        public static final CareTeamStatus INACTIVE
        Inactive

        The care team was, but is no longer, participating in the coordination and delivery of care.

      • ENTERED_IN_ERROR

        public static final CareTeamStatus ENTERED_IN_ERROR
        Entered in Error

        The care team should have never existed.

    • Method Detail

      • of

        public static CareTeamStatus of​(String value)
        Factory method for creating CareTeamStatus 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 CareTeamStatus 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 CareTeamStatus 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