Skip to content

FullscriptPractitionerType

Fullscript Practitioner

Fields

email · String · Email address of the practitioner
external_ref · String · External reference of the practitioner
first_name · String · First name of the practitioner
id · String! · required · The unique identifier of the practitioner
last_name · String · Last name of the practitioner
practitioner_type_id · String · The ID of the practitioner type

Used By

Definition

"""
Fullscript Practitioner
"""
type FullscriptPractitionerType {
"""
Email address of the practitioner
"""
email: String
"""
External reference of the practitioner
"""
external_ref: String
"""
First name of the practitioner
"""
first_name: String
"""
The unique identifier of the practitioner
"""
id: String!
"""
Last name of the practitioner
"""
last_name: String
"""
The ID of the practitioner type
"""
practitioner_type_id: String
}