SlotStatus

public enum SlotStatus: String

The free/busy status of the slot.

URL: http://hl7.org/fhir/slotstatus ValueSet: http://hl7.org/fhir/ValueSet/slotstatus

  • Indicates that the time interval is busy because one or more events have been scheduled for that interval.

    Declaration

    Swift

    case busy = "busy"
  • Indicates that the time interval is free for scheduling.

    Declaration

    Swift

    case free = "free"
  • Indicates that the time interval is busy and that the interval can not be scheduled.

    Declaration

    Swift

    case busyUnavailable = "busy-unavailable"
  • Indicates that the time interval is busy because one or more events have been tentatively scheduled for that interval.

    Declaration

    Swift

    case busyTentative = "busy-tentative"
  • This instance should not have been part of this patient’s medical record.

    Declaration

    Swift

    case enteredInError = "entered-in-error"