createDosespotClinicianInput
Autogenerated input type of createDosespotClinician
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEbusiness_address
· String
· Required date_of_birth
· String
· Required dea_number
· String
· Required when role is prescribing provider and prescribe_controlled_substances checked eligible_prescribe_medications
· Boolean
· Required for prescribing provider fax_number
· String
· Required npi_number
· String
· Required for prescribing provider work_phone_number
· String
· Required Used By
Definition
"""Autogenerated input type of createDosespotClinician"""input createDosespotClinicianInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" Required """ business_address: String
""" Required """ city: String
""" Required """ date_of_birth: String
""" Required when role is prescribing provider and prescribe_controlled_substances checked """ dea_number: String
""" Required for prescribing provider """ eligible_prescribe_medications: Boolean
""" Required """ fax_number: String
""" Required """ full_name: String
""" Required for prescribing provider """ npi_number: String prescribe_controlled_substances: Boolean
""" Required. Dosespot user role (Prescribing Provider: 1, Proxy: 6) """ role: Int
""" Required """ state: String
""" Required """ work_phone_number: String
""" Required """ zip: String}