OBJECT

IcdCodesSuperBill

icd codes super bills join table

link GraphQL Schema definition

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