Skip to content

CptCodesCms1500Input

Payload for a CPT code on a CMS 1500 form

Fields

_destroy · Boolean · If true, this record will be marked for destruction
cpt_code_id · String · The ID of the CPT code
epsdt · String · The EPSDT code
family_planning_service · Boolean · The family planning service
fee · String · The fee for the service
id · ID · The ID of the join record
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 to the service line
service_date · String · The date of the service
service_end_date · String · The end date of service (if the line item covers a date range). Can be blank if service was delivered on one day
units · String · The units for the service

Used By

Definition

"""
Payload for a CPT code on a CMS 1500 form
"""
input CptCodesCms1500Input {
"""
If true, this record will be marked for destruction
"""
_destroy: Boolean
"""
The ID of the CPT code
"""
cpt_code_id: String
"""
The EPSDT code
"""
epsdt: String
"""
The family planning service
"""
family_planning_service: Boolean
"""
The fee for the service
"""
fee: String
"""
The ID of the join record
"""
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 to the service line
"""
pointers: [String]
"""
The date of the service
"""
service_date: String
"""
The end date of service (if the line item covers a date range). Can be blank if service was delivered on one day
"""
service_end_date: String
"""
The units for the service
"""
units: String
}