INPUT_OBJECT

ReferringPhysicianInput

Payload for a referring physician

link GraphQL Schema definition

  • input ReferringPhysicianInput {
  • # If true, the referring physician will be deleted
  • _destroy: Boolean
  • # The email of the referring physician
  • email: String
  • # The fax number of the referring physician
  • fax_number: String
  • # The first name of the referring physician
  • first_name: String
  • # The ID of the referring physician
  • id: ID
  • # The last name of the referring physician
  • last_name: String
  • # The legal name of the referring physician
  • legalname: String
  • # The location of the referring physician
  • location: ClientLocationInput
  • # The NPI of the referring physician
  • npi: String
  • # The phone number of the referring physician
  • phone_number: String
  • }