Slot
open class Slot: DomainResource
A slot of time on a schedule that may be available for booking appointments.
-
A slot of time on a schedule that may be available for booking appointments.
Declaration
Swift
override open class var resourceType: String -
The style of appointment or patient that may be booked in the slot (not service type).
Declaration
Swift
public var appointmentType: CodeableConcept? -
Comments on the slot to describe any extended information. Such as custom constraints on the slot.
Declaration
Swift
public var comment: FHIRString? -
Date/Time that the slot is to conclude.
Declaration
Swift
public var end: Instant? -
External Ids for this item.
Declaration
Swift
public var identifier: [Identifier]? -
This slot has already been overbooked, appointments are unlikely to be accepted for this time.
Declaration
Swift
public var overbooked: FHIRBool? -
The schedule resource that this slot defines an interval of status information.
Declaration
Swift
public var schedule: Reference? -
A broad categorisation of the service that is to be performed during this appointment.
Declaration
Swift
public var serviceCategory: CodeableConcept? -
The type of appointments that can be booked into this slot (ideally this would be an identifiable service - which is at a location, rather than the location itself). If provided then this overrides the value provided on the availability resource.
Declaration
Swift
public var serviceType: [CodeableConcept]? -
The specialty of a practitioner that would be required to perform the service requested in this appointment.
Declaration
Swift
public var specialty: [CodeableConcept]? -
Date/Time that the slot is to begin.
Declaration
Swift
public var start: Instant? -
None
Declaration
Swift
public var status: SlotStatus? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(end: Instant, schedule: Reference, start: Instant, status: SlotStatus) -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext) -
Undocumented
Declaration
Swift
open class Slot: DomainResource
View on GitHub
Install in Dash
Slot Class Reference