Skip to content

IcdCodesCms1500

icd codes cms 1500s join table

Fields

active · Boolean · Active IcdCodesCms1500
cms1500_id · ID · cms 1500 id
created_at · String · date created
display_name · String · display name
end_date · String · End date
first_symptom_date · String · ICD codes in use for this claim
icd_code · IcdCode · ICD code
icd_code_id · ID · icd code id
deprecated Use icd_code instead
id · ID · The unique identifier of the CMS 1500 ICD code
updated_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
}