Class AppointmentStatus

  • All Implemented Interfaces:
    Visitable

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

      • PROPOSED

        public static final AppointmentStatus PROPOSED
        Proposed

        None of the participant(s) have finalized their acceptance of the appointment request, and the start/end time might not be set yet.

      • PENDING

        public static final AppointmentStatus PENDING
        Pending

        Some or all of the participant(s) have not finalized their acceptance of the appointment request.

      • BOOKED

        public static final AppointmentStatus BOOKED
        Booked

        All participant(s) have been considered and the appointment is confirmed to go ahead at the date/times specified.

      • ARRIVED

        public static final AppointmentStatus ARRIVED
        Arrived

        The patient/patients has/have arrived and is/are waiting to be seen.

      • FULFILLED

        public static final AppointmentStatus FULFILLED
        Fulfilled

        The planning stages of the appointment are now complete, the encounter resource will exist and will track further status changes. Note that an encounter may exist before the appointment status is fulfilled for many reasons.

      • CANCELLED

        public static final AppointmentStatus CANCELLED
        Cancelled

        The appointment has been cancelled.

      • NOSHOW

        public static final AppointmentStatus NOSHOW
        No Show

        Some or all of the participant(s) have not/did not appear for the appointment (usually the patient).

      • ENTERED_IN_ERROR

        public static final AppointmentStatus ENTERED_IN_ERROR
        Entered in error

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

      • CHECKED_IN

        public static final AppointmentStatus CHECKED_IN
        Checked In

        When checked in, all pre-encounter administrative work is complete, and the encounter may begin. (where multiple patients are involved, they are all present).

      • WAITLIST

        public static final AppointmentStatus WAITLIST
        Waitlisted

        The appointment has been placed on a waitlist, to be scheduled/confirmed in the future when a slot/service is available.

        A specific time might or might not be pre-allocated.

    • Method Detail

      • of

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