Skip to main content
POST
Create Bill

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
cpts
object[]
required
patient
integer<int64>
required
physician
integer<int64>
required
practice
integer<int64>
required
service_location
integer<int64>
required

The id of the service location the bill is associated with.

visit_note
integer<int64>
required
billing_provider
integer<int64> | null
notes
string
default:""

Additional billing notes.

Maximum string length: 1000
ordering_provider
object

The id of the provider who orders non-physician services for the patient.

payment
integer<int64>
payment_amount
string<decimal> | null
default:0.00

Dollar amount of the patient payment.

Pattern: ^-?\d{0,8}(?:\.\d{0,2})?$
prior_authorization
string | null
Maximum string length: 50
referring_provider
object
rendering_provider
integer<int64> | null
show_dual_coding
boolean | null
default:false
supervising_provider
integer<int64> | null

The id of the provider who has undertaken primary responsibility for the patient's health.

Response

201 - application/json
cpts
object[]
required
patient
integer<int64>
required
physician
integer<int64>
required
practice
integer<int64>
required
service_location
integer<int64>
required

The id of the service location the bill is associated with.

visit_note
integer<int64>
required
billing_provider
integer<int64> | null
id
integer
read-only
notes
string
default:""

Additional billing notes.

Maximum string length: 1000
ordering_provider
object

The id of the provider who orders non-physician services for the patient.

payment
integer<int64>
payment_amount
string<decimal> | null
default:0.00

Dollar amount of the patient payment.

Pattern: ^-?\d{0,8}(?:\.\d{0,2})?$
prior_authorization
string | null
Maximum string length: 50
referring_provider
object
rendering_provider
integer<int64> | null
show_dual_coding
boolean | null
default:false
supervising_provider
integer<int64> | null

The id of the provider who has undertaken primary responsibility for the patient's health.