CptCodesSuperBillInput
Payload for a CPT code super bill
Fields
cpt_code_id
· String
· The ID of the CPT code service_date
· String
· The date of the service 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}