Object

FieldServiceAddress

An address a field service team travels to in order to see a patient. Maintained on the Patient Information page and used as the source of the visit location dropdown when booking an appointment. Distinct from a client's addresses, which are used for mailing and billing.

Usage Example
query {
# Use this type in your queries
someQuery {
city
id
insertedAt
isDefault
label
}
}

Fields

cityString
idID!required
insertedAtNaiveDateTime
isDefaultBoolean

Whether this is the patient's default field service visit address

labelString

Human readable name for the location, e.g. 'Smith Barn'

notesString

Free text notes or directions for reaching the location

patientPatient
postalCodeString
stateString
streetString
updatedAtNaiveDateTime