LocationHoursOfOperation
No description
type LocationHoursOfOperation {
id: String
extension: [Extension]
modifierExtension: [Extension]
daysOfWeek: [code]
_daysOfWeek: [ElementBase]
allDay: Boolean
_allDay: ElementBase
openingTime: time
_openingTime: ElementBase
closingTime: time
_closingTime: ElementBase
}