Skip to main content
POST
Create Clinician

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
provider_id
string<uuid>
required

The provider's Silna identifier

service_location_id
string<uuid>
required

The service location's Silna identifier

first_name
string
required

Clinician first name

last_name
string
required

Clinician last name

npi
string
required

National Provider Identifier

Required string length: 10
Pattern: ^[0-9]{10}$
Example:

"1234567890"

specialty
enum<string>
required

Clinician specialty

Available options:
PHYSICAL_THERAPY,
AUTISM_THERAPY,
SPEECH_THERAPY,
OCCUPATIONAL_THERAPY,
PSYCHOLOGICAL_TESTING,
HOME_HEALTH_CARE,
HOSPICE,
CARDIAC_REHABILITATION,
INTENSIVE_CARDIAC_REHABILITATION,
MENTAL_HEALTH,
PRINCIPAL_ILLNESS_NAVIGATION,
PRINCIPAL_CARE_MANAGEMENT,
ADVANCED_PRIMARY_CARE_MODELS,
PREVENTATIVE_HEALTH,
PARTIAL_HOSPITALIZATION_PROGRAM,
INTENSIVE_OUTPATIENT_PROGRAM,
INTERVENTIONAL_RADIOLOGY,
VASCULAR_SURGERY,
INTERVENTIONAL_CARDIOLOGY,
ORTHOPEDICS,
CHIROPRACTIC,
GYNECOLOGY,
LONG_TERM_CARE,
NUTRITIONAL_COUNSELING,
PHYSICAL_MEDICINE,
PULMONARY_REHABILITATION,
INJECTABLE_SPECIALTY_MEDICATIONS,
ALLERGY_TESTING,
SKILLED_NURSING,
RADIOLOGY,
OTOLARYNGOLOGY,
DURABLE_MEDICAL_EQUIPMENT,
DERMATOLOGY,
PROFESSIONAL_OFFICE_VISIT,
PSYCHIATRY,
PRIVATE_DUTY_NURSING
email
string | null

Clinician email address

primary_taxonomy_code
string | null

Primary taxonomy code

Maximum string length: 255
phone
string | null

Clinician phone number

Maximum string length: 255

Response

id
string<uuid>
required

The newly created clinician's Silna identifier