OBJECT
CptCodesSuperBill
cpt codes super bills join table
link GraphQL Schema definition
- type CptCodesSuperBill {
- # billing item id
- ID :
- # cpt code
- CptCode :
- # cpt code id
- ID :
- # date created
- String :
- # fee
- String :
- ID! :
- # First Modification
- String :
- # Second Modification
- String :
- # Third Modification
- String :
- # Fourth Modification
- String :
- # Pointers
- String] : [
- # service date
- String :
- # super bill id
- ID :
- # units
- String :
- # date updated
- String :
- }