IcdCodesCms1500
icd codes cms 1500s join table
Fields
cms1500_id
· ID
· cms 1500 id created_at
· String
· date created display_name
· String
· display name first_symptom_date
· String
· ICD codes in use for this claim icd_code_id
· ID
· icd code id deprecated
Use icd_code insteadupdated_at
· String
· date updated Used By
Definition
"""icd codes cms 1500s join table"""type IcdCodesCms1500 { """ Active IcdCodesCms1500 """ active: Boolean
""" cms 1500 id """ cms1500_id: ID
""" date created """ created_at: String
""" display name """ display_name: String
""" End date """ end_date: String
""" ICD codes in use for this claim """ first_symptom_date: String
""" ICD code """ icd_code: IcdCode
""" icd code id """ icd_code_id: ID @deprecated(reason: "Use icd_code instead")
""" The unique identifier of the CMS 1500 ICD code """ id: ID
""" date updated """ updated_at: String}