ReferringPhysicianInput
Payload for a referring physician
Fields
fax_number
· String
· The fax number of the referring physician first_name
· String
· The first name of the referring physician location
· ClientLocationInput
· The location of the referring physician phone_number
· String
· The phone number of the referring physician Used By
Definition
"""Payload for a referring physician"""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}