OBJECT

IcdCodesCms1500

icd codes cms 1500s join table

link GraphQL Schema definition

  • type IcdCodesCms1500 {
  • # Active IcdCodesCms1500
  • active: Boolean
  • # cms 1500 id
  • cms1500_id: ID
  • # date created
  • created_at: String
  • # display name
  • display_name: String
  • # End date
  • end_date: String
  • # ICD codes in use for this claim
  • first_symptom_date: String
  • # ICD code
  • icd_code: IcdCode
  • # icd code id
  • icd_code_id: ID @deprecated( reason: "Use icd_code instead" )
  • # The unique identifier of the CMS 1500 ICD code
  • id: ID
  • # date updated
  • updated_at: String
  • }