Skip to main content

PatientAttributes

No description

type PatientAttributes {
attributes: jsonb
clinicId: Int
dob: String
dosespotPatientId: Int
email: String
emailConfirmed: Boolean
emailMarketingEnabled: Boolean
firstName: String
fullMediaConsent: Boolean
gender: String
hasAcceptedPatientInvite: Boolean
height: Int
heightUnit: String
id: String
language: String
lastName: String
middleName: String
partialMediaConsent: Boolean
payrixCustomerId: String
phoneConfirmed: Boolean
phoneMarketingEnabled: Boolean
phoneNumber: String
profileNote: String
profilePicture: FilePayload
sex: String
smsMarketingEnabled: Boolean
status: String
updatedAt: String
weight: Float
weightUnit: String
}

Fields

PatientAttributes.attributes ● jsonb scalar

PatientAttributes.clinicId ● Int scalar

PatientAttributes.dob ● String scalar

PatientAttributes.dosespotPatientId ● Int scalar

PatientAttributes.email ● String scalar

PatientAttributes.emailConfirmed ● Boolean scalar

PatientAttributes.emailMarketingEnabled ● Boolean scalar

PatientAttributes.firstName ● String scalar

PatientAttributes.fullMediaConsent ● Boolean scalar

PatientAttributes.gender ● String scalar

PatientAttributes.hasAcceptedPatientInvite ● Boolean scalar

PatientAttributes.height ● Int scalar

PatientAttributes.heightUnit ● String scalar

PatientAttributes.id ● String scalar

PatientAttributes.language ● String scalar

PatientAttributes.lastName ● String scalar

PatientAttributes.middleName ● String scalar

PatientAttributes.partialMediaConsent ● Boolean scalar

PatientAttributes.payrixCustomerId ● String scalar

PatientAttributes.phoneConfirmed ● Boolean scalar

PatientAttributes.phoneMarketingEnabled ● Boolean scalar

PatientAttributes.phoneNumber ● String scalar

PatientAttributes.profileNote ● String scalar

PatientAttributes.profilePicture ● FilePayload object

PatientAttributes.sex ● String scalar

PatientAttributes.smsMarketingEnabled ● Boolean scalar

PatientAttributes.status ● String scalar

PatientAttributes.updatedAt ● String scalar

PatientAttributes.weight ● Float scalar

PatientAttributes.weightUnit ● String scalar

Returned By

getPatientAttributes query

Member Of

patient object