Skip to main content

NursingCareBudgetPlan

The budget plan of the nursing care benefits

type NursingCareBudgetPlan implements BenefitBudgetPlan, WithInvestmentCosts {
benefitTotal: Float!
budget: Float!
careInsuranceShare: Float!
costs: Float!
investmentCostPercentage: Int
investmentCosts: Float!
ownContribution: Float!
proportionalCareAllowance: Float!
remainingBudget: Float!
trainingLevyTotal: Float!
}

Fields

NursingCareBudgetPlan.benefitTotal ● Float! non-null scalar

Sum of all benefit costs.

NursingCareBudgetPlan.budget ● Float! non-null scalar

The predefined budget for the nursing care benefits

NursingCareBudgetPlan.careInsuranceShare ● Float! non-null scalar

The share of the costs covered by the care insurance according to the care degree of the client

NursingCareBudgetPlan.costs ● Float! non-null scalar

Sum of all benefits costs including the training levy.

NursingCareBudgetPlan.investmentCostPercentage ● Int scalar

The investment percentage for the budget plan. Investment percentage is a value between 0 and 100. Investment percentage is optional. It's always calculated from the budget plan's total costs and added to the private part of the invoice.

NursingCareBudgetPlan.investmentCosts ● Float! non-null scalar

The investment costs for the budget plan. Investment costs are calculated from the budget plan's total costs and added to the private part of the invoice. Always 0 if no investment percentage is set.

NursingCareBudgetPlan.ownContribution ● Float! non-null scalar

Personal self-participation of the client

NursingCareBudgetPlan.proportionalCareAllowance ● Float! non-null scalar

Proportional care allowance according to the care degree of the client additional to the care insurance share

NursingCareBudgetPlan.remainingBudget ● Float! non-null scalar

The remaining budget after all costs

NursingCareBudgetPlan.trainingLevyTotal ● Float! non-null scalar

Calculated training levy for the selected §36 benefits.

Interfaces

BenefitBudgetPlan interface

Interface containing all costs as a part of the budget plan of the given benefit group

WithInvestmentCosts interface

Member Of

BudgetPlan object ● NursingCareBenefits object