v1

latestOpenAPI 3.1.02026-07-24447622848.7 KB
Bills

List Bills

get/api/2.0/bills/

Query parameters

assigned_physicianinteger[]

The id of the physician who is assigned to this bill, could be different from the signer.

bill_idinteger[]

Multiple values may be separated by commas.

from_service_datestring date-time
limitinteger

Number of results to return per page.

offsetinteger

The initial index from which to return the results.

order_bystring

Which field to use when ordering the results.

patientinteger[]

Multiple values may be separated by commas.

practiceinteger[]

The id of the practice that is responsible for the bill.

signing_physicianstring

The id of the physician who signed off on the visit note that is associated with this bill.

to_service_datestring date-time
visit_note_idinteger[]

The id of the visit note this bill is attached to.

Response

countinteger
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?offset=400&limit=100",
  "previous": "http://api.example.org/accounts/?offset=200&limit=100"
}