PreventiveCareBenefits
A group containing all benefits of the type PreventiveCareBenefit connected to the counselling interview
type PreventiveCareBenefits {
benefitData: [Treatment!]!
budgetPlan: PreventiveCareBudgetPlan!
ownContribution: Float! @deprecated
remainingBudget: Float! @deprecated
subtotal: Float! @deprecated
}
Fields
PreventiveCareBenefits.benefitData ● [Treatment!]! non-null object
List of benefit data regarding preventive care benefits in this group
PreventiveCareBenefits.budgetPlan ● PreventiveCareBudgetPlan! non-null object
Calculated summary of this benefits.
PreventiveCareBenefits.ownContribution ● Float! deprecated non-null scalar
DEPRECATED
Use budgetPlan instead
The own contribution to be paid by the client, if there is such.
PreventiveCareBenefits.remainingBudget ● Float! deprecated non-null scalar
DEPRECATED
Use budgetPlan instead
The remaining budget if there is such.
PreventiveCareBenefits.subtotal ● Float! deprecated non-null scalar
DEPRECATED
Use budgetPlan instead
Sum of all preventive care benefits
Member Of
BenefitsData interface ● Contract object ● CounsellingInterview object