Class EncounterStatus

  • All Implemented Interfaces:
    Visitable

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

      • PLANNED

        public static final EncounterStatus PLANNED
        Planned

        The Encounter has not yet started.

      • ARRIVED

        public static final EncounterStatus ARRIVED
        Arrived

        The Patient is present for the encounter, however is not currently meeting with a practitioner.

      • TRIAGED

        public static final EncounterStatus TRIAGED
        Triaged

        The patient has been assessed for the priority of their treatment based on the severity of their condition.

      • IN_PROGRESS

        public static final EncounterStatus IN_PROGRESS
        In Progress

        The Encounter has begun and the patient is present / the practitioner and the patient are meeting.

      • ONLEAVE

        public static final EncounterStatus ONLEAVE
        On Leave

        The Encounter has begun, but the patient is temporarily on leave.

      • FINISHED

        public static final EncounterStatus FINISHED
        Finished

        The Encounter has ended.

      • CANCELLED

        public static final EncounterStatus CANCELLED
        Cancelled

        The Encounter has ended before it has begun.

      • ENTERED_IN_ERROR

        public static final EncounterStatus ENTERED_IN_ERROR
        Entered in Error

        This instance should not have been part of this patient's medical record.

      • UNKNOWN

        public static final EncounterStatus UNKNOWN
        Unknown

        The encounter status is unknown. Note that "unknown" is a value of last resort and every attempt should be made to provide a meaningful value other than "unknown".

    • Method Detail

      • of

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