Skip to content

IcdCodesIndividualClientNote

icd codes individual client note join table

Fields

icd_code · IcdCode · icd code
icd_code_id · ID · Attached ICD Code ID
id · ID · The unique identifier of the CMS 1500 ICD code
position · Int · Position of the diagnosis

Used By

Definition

"""
icd codes individual client note join table
"""
type IcdCodesIndividualClientNote {
"""
icd code
"""
icd_code: IcdCode
"""
Attached ICD Code ID
"""
icd_code_id: ID
"""
The unique identifier of the CMS 1500 ICD code
"""
id: ID
"""
Position of the diagnosis
"""
position: Int
}