Skip to content

CptCodesSuperBillInput

Payload for a CPT code super bill

Fields

_destroy · Boolean · If true, the CPT code super bill will be destroyed
cpt_code_id · String · The ID of the CPT code
fee · String · The fee
id · ID · The ID of the CPT code super bill
mod1 · String · The first modifier
mod2 · String · The second modifier
mod3 · String · The third modifier
mod4 · String · The fourth modifier
pointers · [String] · The list of pointers
service_date · String · The date of the service
units · String · The number of units

Used By

Definition

"""
Payload for a CPT code super bill
"""
input CptCodesSuperBillInput {
"""
If true, the CPT code super bill will be destroyed
"""
_destroy: Boolean
"""
The ID of the CPT code
"""
cpt_code_id: String
"""
The fee
"""
fee: String
"""
The ID of the CPT code super bill
"""
id: ID
"""
The first modifier
"""
mod1: String
"""
The second modifier
"""
mod2: String
"""
The third modifier
"""
mod3: String
"""
The fourth modifier
"""
mod4: String
"""
The list of pointers
"""
pointers: [String]
"""
The date of the service
"""
service_date: String
"""
The number of units
"""
units: String
}