Skip to main content

BudgetPlan

Type containing all budgets and costs for given counselling interview

type BudgetPlan {
careAndDischargeBudgetPlan: CareAndDischargeBudgetPlan!
compensationSurchargeBudgetPlan: CompensationSurchargeBudgetPlan!
counsellingSessionBudgetPlan: CounsellingSessionBudgetPlan!
dayCareAndCompensationSurchargeCostsSum: Float!
dayCareBudgetPlan: DayCareBudgetPlan!
nursingCareBudgetPlan: NursingCareBudgetPlan!
preventiveCareBudgetPlan: PreventiveCareBudgetPlan!
privateBudgetPlan: PrivateBudgetPlan!
proportionalCareAllowance: Float!
remainingBudget: Float!
totalCosts: Float!
totalOwnContributions: Float!
}

Fields

BudgetPlan.careAndDischargeBudgetPlan ● CareAndDischargeBudgetPlan! non-null object

The budget plan of the relief benefits

BudgetPlan.compensationSurchargeBudgetPlan ● CompensationSurchargeBudgetPlan! non-null object

The budget plan of the compensation surcharge benefits

BudgetPlan.counsellingSessionBudgetPlan ● CounsellingSessionBudgetPlan! non-null object

The budget plan of the counselling sessions benefits

BudgetPlan.dayCareAndCompensationSurchargeCostsSum ● Float! non-null scalar

The sum of all daycare and compensation surcharge costs

BudgetPlan.dayCareBudgetPlan ● DayCareBudgetPlan! non-null object

The budget plan of the daycare benefits

BudgetPlan.nursingCareBudgetPlan ● NursingCareBudgetPlan! non-null object

The budget plan of the nursing care benefits

BudgetPlan.preventiveCareBudgetPlan ● PreventiveCareBudgetPlan! non-null object

The budget plan of the preventive care benefits

BudgetPlan.privateBudgetPlan ● PrivateBudgetPlan! non-null object

The budget plan of the private benefits

BudgetPlan.proportionalCareAllowance ● Float! non-null scalar

The proportional care allowance of the client after all costs (only available from care degree level 2 and if the caregiver is specified in the client detail)

BudgetPlan.remainingBudget ● Float! non-null scalar

The total remaining budget after all costs

BudgetPlan.totalCosts ● Float! non-null scalar

The sum of all costs of the given counselling interview

BudgetPlan.totalOwnContributions ● Float! non-null scalar

The sum of all own contributions of the client in the given counselling interview

Member Of

CounsellingInterview object