INPUT_OBJECT

IcdCodesSuperBillInput

Payload for an ICD code super bill

link GraphQL Schema definition

  • input IcdCodesSuperBillInput {
  • # If true, the ICD code super bill will be deleted
  • _destroy: Boolean
  • # The ID of the ICD code
  • icd_code_id: String
  • # The ID of the ICD code super bill
  • id: ID
  • }