CptCodesCms1500
cpt codes cms 1500s join table
Fields
cms1500_id
· ID
· cms 1500 id cpt_code_id
· ID
· icd code id deprecated
Use cpt_code insteadcreated_at
· String
· date created family_planning_service
· Boolean
· Self descriptive service_date
· String
· service date service_end_date
· String
· The end date of service (if the line item covers a date range). Can be nil if service was delivered on one day updated_at
· String
· date updated Used By
Definition
"""cpt codes cms 1500s join table"""type CptCodesCms1500 { """ cms 1500 id """ cms1500_id: ID
""" The CPT code itself """ cpt_code: CptCode
""" icd code id """ cpt_code_id: ID @deprecated(reason: "Use cpt_code instead")
""" date created """ created_at: String
""" The Early and Periodic Screening, Diagnostic and Treatment """ epsdt: String
""" Self descriptive """ family_planning_service: Boolean
""" fee """ fee: String
""" The unique identifier of the cms 1500 """ id: ID
""" First Modification """ mod1: String
""" Second Modification """ mod2: String
""" Third Modification """ mod3: String
""" Fourth Modification """ mod4: String
""" Diagnostic pointers. These are used to connect Diagnosis(ICD) with appropriate Billing Item(CPT) in CMS1500 form """ pointers: [String]
""" service date """ service_date: String
""" The end date of service (if the line item covers a date range). Can be nil if service was delivered on one day """ service_end_date: String
""" units """ units: String
""" date updated """ updated_at: String}