Create provider credentialing span

POST
/api/provider-credentialing-span/v2

Request

This endpoint expects an object.
rendering_provider_idUUIDRequired

The ID of the rendering provider covered by the credentialing span.

contracting_provider_idUUIDRequired

The ID of the practice location at which the rendering provider is covered by the credentialing span.

payer_uuidUUIDRequired

The ID of the payer covered by the credentialing span.

regionsobjectRequired

The states covered by the credentialing span. A span may be national and cover all states.

start_datedateOptional

Start date of the credentialing span.

end_datedateOptional

End date of the credentialing span.

submitted_datedateOptional

Date that the credential paperwork was submitted.

payer_loaded_datedateOptional

Date that the payer loaded the credentialing span into their system.

Response

This endpoint returns an object.
provider_credentialing_span_idUUID
rendering_providerobject

The rendering provider covered by the credentialing span.

contracting_providerobject

The practice location at which the rendering provider is covered by the credentialing span.

payerobject

The payer doing the credentialing.

regionsobject

The states covered by the credentialing span. A span may be national and cover all states.

credentialing_statusenum
Allowed values: work_in_progresspendingeffectiveexpired

Status of the credentialing span.

sourcestring

Source of the credentialing span.

is_enabledboolean

Is the credentialing span enabled?

start_datedateOptional

Start date of the credentialing span.

end_datedateOptional

End date of the credentialing span.

submitted_datedateOptional

Date that the credential paperwork was submitted.

payer_loaded_datedateOptional

Date that the payer loaded the credentialing span into their system.

medallion_payer_enrollment_idUUIDOptional

Provider ID for the related medallion payer enrollment.

Errors

Built with