Create contract

Beta
POST
/api/contracts/v2

Creates a new contract within the user’s current organization

Request

This endpoint expects an object.
commercial_insurance_typesobjectRequired

The commercial plan insurance types this contract applies.

contracting_provider_idUUIDRequired

The UUID of the provider under agreement to the contract

effective_datestringRequired

The starting day upon which the contract is effective

medicaid_insurance_typesobjectRequired

The Medicaid plan insurance types this contract applies.

medicare_insurance_typesobjectRequired

The Medicare plan insurance types this contract applies.

payer_uuidUUIDRequired

The UUID of the insurance company under agreement to the contract

regionsobjectRequired

The state(s) to which the contract’s coverage extends. It may also be set to “national” for the entirety of the US.

rendering_provider_idsset of UUIDsRequired

A rendering provider isn’t contracted directly with the payer but can render services under the contract held by the contracting provider. Max items is 100.

authorized_signatoryobjectOptional
contract_statusenumOptional
Allowed values: pendingeffectivecancelled
expiration_datestringOptional

An optional end day upon which the contract expires

Response

This endpoint returns an object.
commercial_insurance_typesobject

The commercial plan insurance types this contract applies.

contract_idUUID
contracting_providerobject

The provider under contract

effective_datestring

The starting day upon which the contract is effective

medicaid_insurance_typesobject

The Medicaid plan insurance types this contract applies.

medicare_insurance_typesobject

The Medicare plan insurance types this contract applies.

payerobject

The insurance company under contract

provider_countinteger

The number of linked providers who can render medical services under this contract

regionsobject

The state(s) to which the contract’s coverage extends. It may also be set to “national” for the entirety of the US.

rendering_provider_idsset of UUIDs

The providers who can render medical services under the contract

authorized_signatoryobjectOptional
contract_statusenumOptional
Allowed values: pendingeffectivecancelled
expiration_datestringOptional

An optional end day upon which the contract expires