Enum Appointment.AppointmentStatus

java.lang.Object
java.lang.Enum<Appointment.AppointmentStatus>
org.hl7.fhir.r5.model.Appointment.AppointmentStatus
All Implemented Interfaces:
Serializable, Comparable<Appointment.AppointmentStatus>
Enclosing class:
Appointment

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    The patient/patients has/have arrived and is/are waiting to be seen.
    All participant(s) have been considered and the appointment is confirmed to go ahead at the date/times specified.
    The appointment has been cancelled.
    When checked in, all pre-encounter administrative work is complete, and the encounter may begin.
    This instance should not have been part of this patient's medical record.
    The planning stages of the appointment are now complete, the encounter resource will exist and will track further status changes.
    Some or all of the participant(s) have not/did not appear for the appointment (usually the patient).
    added to help the parsers with the generic types
    Some or all of the participant(s) have not finalized their acceptance of the appointment request.
    None of the participant(s) have finalized their acceptance of the appointment request, and the start/end time might not be set yet.
    The appointment has been placed on a waitlist, to be scheduled/confirmed in the future when a slot/service is available.\nA specific time might or might not be pre-allocated.
  • Method Summary

    Modifier and Type
    Method
    Description
    fromCode(String codeString)
     
     
     
     
     
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait