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