OBJECT
SuperBill
SuperBill
link GraphQL Schema definition
- type SuperBill {
- # address
- String :
- # amount of super bill
- String :
- # amount due after amount paid is subtracted from total fee
- String :
- # Returns cpt codes names list comma separated
- String :
- # CPT codes in use for this super bill
- CptCodesSuperBill!] : [
- # date super bill was created
- String :
- # date superbill was deleted
- String :
- # id of dietitian
- ID :
- # ICD codes in use for this super bill
- IcdCodesSuperBill!] : [
- # The unique identifier of the bill
- ID! :
- # license number
- String :
- # location
- Location :
- # location id
- ID :
- # npi number
- String :
- # patient of this superbill
- User :
- # dob of patient
- String :
- # id of patient
- ID :
- # location
- Location :
- # patient location id
- ID :
- # name of patient
- String :
- # phone number of patient
- String :
- # place of service
- PlaceOfService :
- # place of service id
- ID :
- # city
- String :
- # email
- String :
- # address line one
- String :
- # address line one
- String :
- # phone
- String :
- # state
- String :
- # zip
- String :
- # provider
- User :
- # name of provider
- String :
- # receipt line items of this super bill
- ReceiptLineItem!] : [
- # name of referrer
- String :
- # npi of referrer
- String :
- # Date of service (as a date)
- String :
- # status
- String :
- # tax id
- String :
- # total fee for superbill
- String :
- # date super bill was updated
- String :
- }