INPUT_OBJECT

IcdCodesIndividualClientNoteInput

Payload for an ICD Code connection to an individual client note

link GraphQL Schema definition

  • 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
  • }