PractitionerRoleAvailableTime
open class PractitionerRoleAvailableTime: BackboneElement
Times the Service Site is available.
A collection of times that the Service Site is available.
-
Times the Service Site is available.
A collection of times that the Service Site is available.
Declaration
Swift
override open class var resourceType: String -
Always available? e.g. 24 hour service.
Declaration
Swift
public var allDay: FHIRBool? -
Closing time of day (ignored if allDay = true).
Declaration
Swift
public var availableEndTime: FHIRTime? -
Opening time of day (ignored if allDay = true).
Declaration
Swift
public var availableStartTime: FHIRTime? -
Indicates which days of the week are available between the start and end Times.
Declaration
Swift
public var daysOfWeek: [DaysOfWeek]? -
Indicates which days of the week are available between the start and end Times.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)Parameters
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class PractitionerRoleAvailableTime: BackboneElement
View on GitHub
Install in Dash
PractitionerRoleAvailableTime Class Reference