IcdCodesIndividualClientNoteInput
Payload for an ICD Code connection to an individual client note
Fields
icd_code_id
· ID
· The ID of the ICD Code Used By
Definition
"""Payload for an ICD Code connection to an individual client note"""input IcdCodesIndividualClientNoteInput { """ The ID of the ICD Code connection to the individual client note """ id: ID
""" The ID of the ICD Code """ icd_code_id: ID
""" The position of this diagnosis, in relation to other diagnoses for this appointment inclusion. """ position: Int
""" If true, the ICD Code connection to the individual client note will be deleted """ _destroy: Boolean}