Skip to content

SuperBill

SuperBill

Fields

address · String · address
amount_paid · String · amount of super bill
balance_due · String · amount due after amount paid is subtracted from total fee
cpt_code_names · String · Returns cpt codes names list comma separated
cpt_codes_super_bills · [CptCodesSuperBill!] · CPT codes in use for this super bill
created_at · String! · required · date super bill was created
cursor · Cursor! · required · Pagination cursor
deleted_at · String · date superbill was deleted
dietitian_id · ID · id of dietitian
icd_codes_super_bills · [IcdCodesSuperBill!] · ICD codes in use for this super bill
id · ID! · required · The unique identifier of the bill
license_num · String · license number
location · Location · location
location_id · ID · location id
npi · String · npi number
patient · User · patient of this superbill
patient_dob · String · dob of patient
patient_id · ID · id of patient
patient_location_id · ID · patient location id
patient_name · String · name of patient
patient_phone · String · phone number of patient
place_of_service_id · ID · place of service id
prov_line1 · String · address line one
prov_line2 · String · address line one
provider · User · provider
provider_name · String · name of provider
receipt_line_items · [ReceiptLineItem!] · receipt line items of this super bill
referrer_name · String · name of referrer
referrer_npi · String · npi of referrer
service_date · String · Date of service (as a date)
status · String · status
tax_id · String · tax id
total_fee · String · total fee for superbill
updated_at · String! · required · date super bill was updated

Used By

Definition

"""
SuperBill
"""
type SuperBill {
"""
address
"""
address: String
"""
amount of super bill
"""
amount_paid: String
"""
amount due after amount paid is subtracted from total fee
"""
balance_due: String
"""
Returns cpt codes names list comma separated
"""
cpt_code_names: String
"""
CPT codes in use for this super bill
"""
cpt_codes_super_bills: [CptCodesSuperBill!]
"""
date super bill was created
"""
created_at: String!
"""
Pagination cursor
"""
cursor: Cursor!
"""
date superbill was deleted
"""
deleted_at: String
"""
id of dietitian
"""
dietitian_id: ID
"""
ICD codes in use for this super bill
"""
icd_codes_super_bills: [IcdCodesSuperBill!]
"""
The unique identifier of the bill
"""
id: ID!
"""
license number
"""
license_num: String
"""
location
"""
location: Location
"""
location id
"""
location_id: ID
"""
npi number
"""
npi: String
"""
patient of this superbill
"""
patient: User
"""
dob of patient
"""
patient_dob: String
"""
id of patient
"""
patient_id: ID
"""
location
"""
patient_location: Location
"""
patient location id
"""
patient_location_id: ID
"""
name of patient
"""
patient_name: String
"""
phone number of patient
"""
patient_phone: String
"""
place of service
"""
place_of_service: PlaceOfService
"""
place of service id
"""
place_of_service_id: ID
"""
city
"""
prov_city: String
"""
email
"""
prov_email: String
"""
address line one
"""
prov_line1: String
"""
address line one
"""
prov_line2: String
"""
phone
"""
prov_phone: String
"""
state
"""
prov_state: String
"""
zip
"""
prov_zip: String
"""
provider
"""
provider: User
"""
name of provider
"""
provider_name: String
"""
receipt line items of this super bill
"""
receipt_line_items: [ReceiptLineItem!]
"""
name of referrer
"""
referrer_name: String
"""
npi of referrer
"""
referrer_npi: String
"""
Date of service (as a date)
"""
service_date: String
"""
status
"""
status: String
"""
tax id
"""
tax_id: String
"""
total fee for superbill
"""
total_fee: String
"""
date super bill was updated
"""
updated_at: String!
}