Skip to content

createDosespotClinicianInput

Autogenerated input type of createDosespotClinician

Fields

deprecated DO NOT USE
city · 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
full_name · String · Required
npi_number · String · Required for prescribing provider
role · Int · Required. Dosespot user role (Prescribing Provider: 1, Proxy: 6)
state · String · Required
zip · 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
}