Schedule
open class Schedule: DomainResource
A container for slots of time that may be available for booking appointments.
-
A container for slots of time that may be available for booking appointments.
Declaration
Swift
override open class var resourceType: String
-
Whether this schedule is in active use.
Declaration
Swift
public var active: FHIRBool?
-
The resource this Schedule resource is providing availability information for. These are expected to usually be one of HealthcareService, Location, Practitioner, PractitionerRole, Device, Patient or RelatedPerson.
Declaration
Swift
public var actor: [Reference]?
-
Comments on the availability to describe any extended information. Such as custom constraints on the slots that may be associated.
Declaration
Swift
public var comment: FHIRString?
-
External Ids for this item.
Declaration
Swift
public var identifier: [Identifier]?
-
The period of time that the slots that are attached to this Schedule resource cover (even if none exist). These cover the amount of time that an organization’s planning horizon; the interval for which they are currently accepting appointments. This does not define a
template
for planning outside these dates.Declaration
Swift
public var planningHorizon: Period?
-
A broad categorisation of the service that is to be performed during this appointment.
Declaration
Swift
public var serviceCategory: CodeableConcept?
-
The specific service that is to be performed during this appointment.
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]?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(actor: [Reference])
-
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 Schedule: DomainResource