Practice
Information about your practice.
type Practice {
id: ID!
name: String
locations: [PracticeLocation]
appointmentTypes: [AppointmentType]
paymentTypes: [PracticePaymentType]
accessGroups: [PracticeAccessGroups]
practiceNumbers: [PracticeNumbers]
patientSharingMode: SharingMode
contactSharingMode: SharingMode
logo: String
branding: PracticeBranding
}
Fields
Practice.id ● ID! non-null scalar
Practice.name ● String scalar
The name of the practice as it appears to staff and in official documentation.
Practice.locations ● [PracticeLocation] list object
A room.
Practice.appointmentTypes ● [AppointmentType] list object
Practice.paymentTypes ● [PracticePaymentType] list object
Practice.accessGroups ● [PracticeAccessGroups] list object
Practice.practiceNumbers ● [PracticeNumbers] list object
Practice.patientSharingMode ● SharingMode enum
The mode of sharing for patients.
Practice.contactSharingMode ● SharingMode enum
The mode of sharing for contacts.
Practice.logo ● String scalar
Practice.branding ● PracticeBranding object
Returned By
practice query