IcdCodesIndividualClientNote
icd codes individual client note join table
Fields
icd_code_id
· ID
· Attached ICD Code ID 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}