Benefit
Benefit associated with policy
Fields
coinsurance
· String
· Coinsurance percentage due deductible_calendar_year
· String
· Deductible amount for the calendar year deductible_year_to_date
· String
· Deductible amount for the year to date telemedicine
· Boolean
· If true, benefits include telemedicine Used By
Definition
"""Benefit associated with policy"""type Benefit { """ Enumerated field: Medical or Preventive. Describes the type of benefit """ category: String
""" Coinsurance percentage due """ coinsurance: String
""" Copay amount due """ copay: String
""" Deductible amount for the calendar year """ deductible_calendar_year: String
""" Deductible amount for the year to date """ deductible_year_to_date: String
""" The unique identifier of the benefit """ id: ID!
""" If true, benefits include telemedicine """ telemedicine: Boolean}