serviceType property

FixedList<CodeableConcept>? get serviceType

The type of appointments that can be booked into this schedule (ideally this would be an identifiable service - which is at a location, rather than the location itself).

Implementation

FixedList<CodeableConcept>? get serviceType =>
    serviceTypeField.getValue(json);