OBJECT

CptCodesCms1500

cpt codes cms 1500s join table

link GraphQL Schema definition

  • type CptCodesCms1500 {
  • # cms 1500 id
  • cms1500_id: ID
  • # The CPT code itself
  • cpt_code: CptCode
  • # icd code id
  • cpt_code_id: ID @deprecated( reason: "Use cpt_code instead" )
  • # date created
  • created_at: String
  • # The Early and Periodic Screening, Diagnostic and Treatment
  • epsdt: String
  • # Self descriptive
  • family_planning_service: Boolean
  • # fee
  • fee: String
  • # The unique identifier of the cms 1500
  • id: ID
  • # First Modification
  • mod1: String
  • # Second Modification
  • mod2: String
  • # Third Modification
  • mod3: String
  • # Fourth Modification
  • mod4: String
  • # Diagnostic pointers. These are used to connect Diagnosis(ICD) with appropriate
  • # Billing Item(CPT) in CMS1500 form
  • pointers: [String]
  • # service date
  • service_date: String
  • # units
  • units: String
  • # date updated
  • updated_at: String
  • }