Slot.Builder | 
Slot.Builder.appointmentType(CodeableConcept appointmentType) | 
 The style of appointment or patient that may be booked in the slot (not service type). 
 | 
static Slot.Builder | 
Slot.builder() | 
  | 
Slot.Builder | 
Slot.Builder.comment(String comment) | 
 Comments on the slot to describe any extended information. 
 | 
Slot.Builder | 
Slot.Builder.contained(Resource... contained) | 
 These resources do not have an independent existence apart from the resource that contains them - they cannot be 
 identified independently, and nor can they have their own independent transaction scope. 
 | 
Slot.Builder | 
Slot.Builder.contained(Collection<Resource> contained) | 
 These resources do not have an independent existence apart from the resource that contains them - they cannot be 
 identified independently, and nor can they have their own independent transaction scope. 
 | 
Slot.Builder | 
Slot.Builder.end(Instant end) | 
 Date/Time that the slot is to conclude. 
 | 
Slot.Builder | 
Slot.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
Slot.Builder | 
Slot.Builder.extension(Collection<Extension> extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
protected Slot.Builder | 
Slot.Builder.from(Slot slot) | 
  | 
Slot.Builder | 
Slot.Builder.id(String id) | 
 The logical id of the resource, as used in the URL for the resource. 
 | 
Slot.Builder | 
Slot.Builder.identifier(Identifier... identifier) | 
 External Ids for this item. 
 | 
Slot.Builder | 
Slot.Builder.identifier(Collection<Identifier> identifier) | 
 External Ids for this item. 
 | 
Slot.Builder | 
Slot.Builder.implicitRules(Uri implicitRules) | 
 A reference to a set of rules that were followed when the resource was constructed, and which must be understood when 
 processing the content. 
 | 
Slot.Builder | 
Slot.Builder.language(Code language) | 
 The base language in which the resource is written. 
 | 
Slot.Builder | 
Slot.Builder.meta(Meta meta) | 
 The metadata about the resource. 
 | 
Slot.Builder | 
Slot.Builder.modifierExtension(Extension... modifierExtension) | 
 May be used to represent additional information that is not part of the basic definition of the resource and that 
 modifies the understanding of the element that contains it and/or the understanding of the containing element's 
 descendants. 
 | 
Slot.Builder | 
Slot.Builder.modifierExtension(Collection<Extension> modifierExtension) | 
 May be used to represent additional information that is not part of the basic definition of the resource and that 
 modifies the understanding of the element that contains it and/or the understanding of the containing element's 
 descendants. 
 | 
Slot.Builder | 
Slot.Builder.overbooked(Boolean overbooked) | 
 This slot has already been overbooked, appointments are unlikely to be accepted for this time. 
 | 
Slot.Builder | 
Slot.Builder.schedule(Reference schedule) | 
 The schedule resource that this slot defines an interval of status information. 
 | 
Slot.Builder | 
Slot.Builder.serviceCategory(CodeableConcept... serviceCategory) | 
 A broad categorization of the service that is to be performed during this appointment. 
 | 
Slot.Builder | 
Slot.Builder.serviceCategory(Collection<CodeableConcept> serviceCategory) | 
 A broad categorization of the service that is to be performed during this appointment. 
 | 
Slot.Builder | 
Slot.Builder.serviceType(CodeableConcept... serviceType) | 
 The type of appointments that can be booked into this slot (ideally this would be an identifiable service - which is 
 at a location, rather than the location itself). 
 | 
Slot.Builder | 
Slot.Builder.serviceType(Collection<CodeableConcept> serviceType) | 
 The type of appointments that can be booked into this slot (ideally this would be an identifiable service - which is 
 at a location, rather than the location itself). 
 | 
Slot.Builder | 
Slot.Builder.specialty(CodeableConcept... specialty) | 
 The specialty of a practitioner that would be required to perform the service requested in this appointment. 
 | 
Slot.Builder | 
Slot.Builder.specialty(Collection<CodeableConcept> specialty) | 
 The specialty of a practitioner that would be required to perform the service requested in this appointment. 
 | 
Slot.Builder | 
Slot.Builder.start(Instant start) | 
 Date/Time that the slot is to begin. 
 | 
Slot.Builder | 
Slot.Builder.status(SlotStatus status) | 
 busy | free | busy-unavailable | busy-tentative | entered-in-error. 
 | 
Slot.Builder | 
Slot.Builder.text(Narrative text) | 
 A human-readable narrative that contains a summary of the resource and can be used to represent the content of the 
 resource to a human. 
 | 
Slot.Builder | 
Slot.toBuilder() | 
  |