Update organization provider

PATCH
/api/organization-providers/v3/:organization_provider_id

Path parameters

organization_provider_idUUIDRequired

Request

This endpoint expects an object.
npistringOptional

The NPI of the provider. This must be all digits [0-9] and exactly 10 characters long.

is_renderingbooleanOptional

Whether the provider can be used to render services.

is_billingbooleanOptional

Whether the provider can be used to bill services.

first_namestringOptional

The first name of the provider, if the provider is an individual.

last_namestringOptional

The last name of the provider, if the provider is an individual.

organization_namestringOptional

The name of the provider, if the provider is an organization.

provider_type"INDIVIDUAL" or "ORGANIZATION"Optional
Allowed values: INDIVIDUALORGANIZATION

Whether the provider is an individual (NPPES Type 1) or organization (NPPES Type 2) provider.

tax_idstringOptional

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_codestringOptional

A code designating classification and specialization.

license_typeenumOptional

The type of license that the provider holds.

addresseslist of objectsOptional

The addresses associated with this provider.

employment_start_datestringOptional

The employment start date for the provider.

employment_termination_datestringOptional

The employment termination date for the provider.

qualificationslist of objectsOptional

Provider’s qualifications (medicare provider number, medicaid provider number, etc.)

Response

This endpoint returns an object.
npistring

The NPI of the provider. This must be all digits [0-9] and exactly 10 characters long.

is_renderingboolean

Whether the provider can be used to render services.

is_billingboolean

Whether the provider can be used to bill services.

provider_type"INDIVIDUAL" or "ORGANIZATION"
Allowed values: INDIVIDUALORGANIZATION

Whether the provider is an individual (NPPES Type 1) or organization (NPPES Type 2) provider.

license_typeenum

The type of license that the provider holds.

organization_provider_idUUID

Auto-generated ID set on creation.

qualificationslist of objects

Qualification given to a provider (PTAN, Medicaid Provider Id etc.).

first_namestringOptional

The first name of the provider, if the provider is an individual.

last_namestringOptional

The last name of the provider, if the provider is an individual.

organization_namestringOptional

The name of the provider, if the provider is an organization.

tax_idstringOptional

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_codestringOptional

A code designating classification and specialization.

addresseslist of objectsOptional

The addresses associated with this provider.

employment_start_datedateOptional

The employment start date for the provider.

employment_termination_datedateOptional

The employment termination date for the provider.

Errors

Built with