IcdCodesSuperBill
icd codes super bills join table
Fields
created_at
· String
· The date the join was created icd_code_id
· ID
· The ID of the ICD code super_bill_id
· ID
· The ID of the super bill updated_at
· String
· The last date when the join was updated Used By
Definition
"""icd codes super bills join table"""type IcdCodesSuperBill { """ The date the join was created """ created_at: String
""" The joined ICD code object """ icd_code: IcdCode
""" The ID of the ICD code """ icd_code_id: ID
""" The unique identifier of the join """ id: ID!
""" The ID of the super bill """ super_bill_id: ID
""" The last date when the join was updated """ updated_at: String}