HealthcareServiceAvailableTime

open class HealthcareServiceAvailableTime: 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

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class HealthcareServiceAvailableTime: BackboneElement