Skip to content

Benefit

Benefit associated with policy

Fields

category · String · Enumerated field: Medical or Preventive. Describes the type of benefit
coinsurance · String · Coinsurance percentage due
copay · String · Copay amount due
deductible_calendar_year · String · Deductible amount for the calendar year
deductible_year_to_date · String · Deductible amount for the year to date
id · ID! · required · The unique identifier of the benefit
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
}