Skip to content

CptCodesSuperBill

cpt codes super bills join table

Fields

billing_item_id · ID · billing item id
cpt_code · CptCode · cpt code
cpt_code_id · ID · cpt code id
created_at · String! · required · date created
fee · String · fee
id · ID! · required · The unique identifier of the join
mod1 · String · First Modification
mod2 · String · Second Modification
mod3 · String · Third Modification
mod4 · String · Fourth Modification
pointers · [String!] · Pointers
service_date · String · service date
super_bill_id · ID · super bill id
units · String · units
updated_at · String! · required · date updated

Used By

Definition

"""
cpt codes super bills join table
"""
type CptCodesSuperBill {
"""
billing item id
"""
billing_item_id: ID
"""
cpt code
"""
cpt_code: CptCode
"""
cpt code id
"""
cpt_code_id: ID
"""
date created
"""
created_at: String!
"""
fee
"""
fee: String
"""
The unique identifier of the join
"""
id: ID!
"""
First Modification
"""
mod1: String
"""
Second Modification
"""
mod2: String
"""
Third Modification
"""
mod3: String
"""
Fourth Modification
"""
mod4: String
"""
Pointers
"""
pointers: [String!]
"""
service date
"""
service_date: String
"""
super bill id
"""
super_bill_id: ID
"""
units
"""
units: String
"""
date updated
"""
updated_at: String!
}