Class ListStatus

  • All Implemented Interfaces:
    Visitable

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

      • CURRENT

        public static final ListStatus CURRENT
        Current

        The list is considered to be an active part of the patient's record.

      • RETIRED

        public static final ListStatus RETIRED
        Retired

        The list is "old" and should no longer be considered accurate or relevant.

      • ENTERED_IN_ERROR

        public static final ListStatus ENTERED_IN_ERROR
        Entered In Error

        The list was never accurate. It is retained for medico-legal purposes only.

    • Method Detail

      • of

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