Skip to content

superBills

Fetch paginated super bills collection

Arguments

status · String · status to filter superbills, default all
after · Cursor · Cursor to fetch results after

Returns

[SuperBill!]

Example

query superBills(
$client_id: ID
$keywords: String
$provider_id: ID
$sort_by: String
$order_by: SuperBillOrderKeys
$status: String
$offset: Int
$page_size: Int
$after: Cursor
) {
superBills(
client_id: $client_id
keywords: $keywords
provider_id: $provider_id
sort_by: $sort_by
order_by: $order_by
status: $status
offset: $offset
page_size: $page_size
after: $after
) {
address
amount_paid
balance_due
cpt_code_names
cpt_codes_super_bills
created_at
cursor
deleted_at
dietitian_id
icd_codes_super_bills
id
license_num
location
location_id
npi
patient
patient_dob
patient_id
patient_location
patient_location_id
patient_name
patient_phone
place_of_service
place_of_service_id
prov_city
prov_email
prov_line1
prov_line2
prov_phone
prov_state
prov_zip
provider
provider_name
receipt_line_items
referrer_name
referrer_npi
service_date
status
tax_id
total_fee
updated_at
}
}