OBJECT

FullscriptPractitionerType

Fullscript Practitioner

link GraphQL Schema definition

  • 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
  • }