Organization ProvidersV3

Create organization provider

POST

Request

This endpoint expects an object.
npi
stringRequired
The NPI of the provider. This must be all digits [0-9] and exactly 10 characters long.
is_rendering
booleanRequired
Whether the provider can be used to render services.
is_billing
booleanRequired
Whether the provider can be used to bill services.
provider_type
enumRequired
Whether the provider is an individual (NPPES Type 1) or organization (NPPES Type 2) provider.
Allowed values: INDIVIDUALORGANIZATION
license_type
enumRequired
The type of license that the provider holds.
qualifications
list of objectsRequired
A provider's qualifications such as PTAN, Medicaid Provider Id, etc.
first_name
stringOptional
The first name of the provider, if the provider is an individual.
last_name
stringOptional
The last name of the provider, if the provider is an individual.
organization_name
stringOptional
The name of the provider, if the provider is an organization.
tax_id
stringOptional
If the provider has a contract with insurance, this must be the same tax ID given to the payer on an IRS W-9 form completed during contracting.
taxonomy_code
stringOptional
A code designating classification and specialization.
addresses
list of objectsOptional
The addresses associated with this provider.
employment_start_date
dateOptional
The employment start date for the provider.
employment_termination_date
dateOptional
The employment termination date for the provider.

Response

This endpoint returns an object
npi
string
The NPI of the provider. This must be all digits [0-9] and exactly 10 characters long.
is_rendering
boolean
Whether the provider can be used to render services.
is_billing
boolean
Whether the provider can be used to bill services.
provider_type
enum
Whether the provider is an individual (NPPES Type 1) or organization (NPPES Type 2) provider.
Allowed values: INDIVIDUALORGANIZATION
license_type
enum
The type of license that the provider holds.
organization_provider_id
UUID
Auto-generated ID set on creation.
qualifications
list of objects
Qualification given to a provider (PTAN, Medicaid Provider Id etc.).
first_name
stringOptional
The first name of the provider, if the provider is an individual.
last_name
stringOptional
The last name of the provider, if the provider is an individual.
organization_name
stringOptional
The name of the provider, if the provider is an organization.
tax_id
stringOptional
If the provider has a contract with insurance, this must be the same tax ID given to the payer on an IRS W-9 form completed during contracting.
taxonomy_code
stringOptional
A code designating classification and specialization.
addresses
list of objectsOptional
The addresses associated with this provider.
employment_start_date
dateOptional
The employment start date for the provider.
employment_termination_date
dateOptional
The employment termination date for the provider.

Errors