CptCodesCms1500Input
Payload for a CPT code on a CMS 1500 form
Fields
cpt_code_id   
·  String     · The ID of the CPT code  family_planning_service   
·  Boolean     · The family planning service  service_date   
·  String     · The date of the service  service_end_date   
·  String     · The end date of service (if the line item covers a date range). Can be blank if service was delivered on one day  Used By
Definition
"""Payload for a CPT code on a CMS 1500 form"""input CptCodesCms1500Input {  """  If true, this record will be marked for destruction  """  _destroy: Boolean
  """  The ID of the CPT code  """  cpt_code_id: String
  """  The EPSDT code  """  epsdt: String
  """  The family planning service  """  family_planning_service: Boolean
  """  The fee for the service  """  fee: String
  """  The ID of the join record  """  id: ID
  """  The first modifier  """  mod1: String
  """  The second modifier  """  mod2: String
  """  The third modifier  """  mod3: String
  """  The fourth modifier  """  mod4: String
  """  The list of pointers to the service line  """  pointers: [String]
  """  The date of the service  """  service_date: String
  """  The end date of service (if the line item covers a date range). Can be blank if service was delivered on one day  """  service_end_date: String
  """  The units for the service  """  units: String}