ProviderVisitTypeAvailability
public struct ProviderVisitTypeAvailability : Codable, Equatable
Health System defined VisitType used in Provider Availability
-
What type of
ProviderVisitType
that the provider supportsDeclaration
Swift
public let visitType: ProviderVisitType
-
Counts of any availability the provider has
Declaration
Swift
public let availability: ProviderAvailabilitySlotWindow
-
An internal decoder
Declaration
Swift
public init(from decoder: Decoder) throws