Skip to content

cms1500s

Fetch paginated Cms1500s collection

Arguments

after · Cursor · Cursor to fetch results after

Returns

[Cms1500!]

Example

query cms1500s(
$client_id: ID
$keywords: String
$provider_id: ID
$sort_by: String
$order_by: Cms1500OrderKeys
$status: String
$offset: Int
$page_size: Int
$should_paginate: Boolean
$after: Cursor
) {
cms1500s(
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
should_paginate: $should_paginate
after: $after
) {
accept_assignment
additional_text
adjustment
amount_paid
amount_reimbursed
billing_provider
billing_provider_id
check_numbers
claim_submissions
client_responsibility
client_responsibility_removed
client_sig_on_file
cms1500_policies
copay
copay_still_owed
cpt_code_names
cpt_codes_cms1500s
created_at
cursor
date_of_service
dietitian_id
form_answer_group_id
icd_codes_cms1500s
id
include_referrer_information
insured_sig_on_file
nineteen_reserved
org_info
organization_info_id
orig_ref_number
paid_out_at
patient
patient_account_num
patient_id
primary_plan_name
reasons
referral_info
reimbursed_at
rendering_provider
rendering_provider_other_id
rendering_provider_other_id_object
resubmission_code
service_location
service_location_id
status
tend_reserved
total_charge
updated_at
updated_by_sftp
use_indiv_npi
}
}