Skip to main content

CareAndDischargeBenefitParagraph45b

The specific type for the CareAndDischargeBenefitParagraph45b. Benefits have a limit of 125 Euro per month, with a requirement of a care degree 1 to 5

type CareAndDischargeBenefitParagraph45b implements Benefit {
area: ServiceArea!
billingType: BenefitBillingType
description: String!
digitalDataCollectionNumber: DigitalDataCollectionNumber!
directoryId: Int
id: BenefitID!
internalNumber: String
price: BenefitPrice!
priceList: PriceTimeLine
referenceValue: Int!
requiredQualification: Qualification
shortDescription: String
type: BenefitType!
variant: BenefitVariant!
}

Fields

CareAndDischargeBenefitParagraph45b.area ● ServiceArea! non-null enum

Service area of the Benefit, one of the valid ServiceArea types (like SGB_V_HKP, PRIVATE, ...)

CareAndDischargeBenefitParagraph45b.billingType ● BenefitBillingType enum

Indicates the way a benefit is counted. This could be time-based or quantity-based billing.

CareAndDischargeBenefitParagraph45b.description ● String! non-null scalar

Description of the Benefit, up to 1024 characters long

CareAndDischargeBenefitParagraph45b.digitalDataCollectionNumber ● DigitalDataCollectionNumber! non-null scalar

Data exchange number used for billing with health/care insurance fund, 4 symbols long.

CareAndDischargeBenefitParagraph45b.directoryId ● Int scalar

The directory ID of the benefit showing the relation to the price

CareAndDischargeBenefitParagraph45b.id ● BenefitID! non-null scalar

Unique identifier

CareAndDischargeBenefitParagraph45b.internalNumber ● String scalar

Internal number assigned by the care service, 32 digits long.

CareAndDischargeBenefitParagraph45b.price ● BenefitPrice! non-null interface

Current price

CareAndDischargeBenefitParagraph45b.priceList ● PriceTimeLine object

A list of historic and future prices. Only valid for fixed prices.

CareAndDischargeBenefitParagraph45b.referenceValue ● Int! non-null scalar

Reference value of the Benefit in minutes, up to 3 digits. Shows the average execution time of the Benefit

CareAndDischargeBenefitParagraph45b.requiredQualification ● Qualification scalar

The minimal required qualification of an employee to provide this benefit.

CareAndDischargeBenefitParagraph45b.shortDescription ● String scalar

A short description of the Benefit, up to 32 characters long

CareAndDischargeBenefitParagraph45b.type ● BenefitType! non-null enum

Type of the Benefit, one of the valid BenefitType types (like BASIC_NURSING, HOUSEKEEPING,...)

CareAndDischargeBenefitParagraph45b.variant ● BenefitVariant! non-null enum

Variant of the benefit. Defaults to BenefitVariant.DEFAULT

Interfaces

Benefit interface

A benefit is a service/advantage offered by health insurances and LTCI.

We differentiate between different kind of benefits:

  • BenefitComplexParagraph36
  • CareAndDischargeBenefitParagraph45b
  • CompensationSurchargeBenefitParagraph43B
  • CounsellingSessionsBenefitParagraph37Abs3
  • DayCareBenefitParagraph41
  • HomeNursingBenefit
  • IndividualFlatRateHomeNursingBenefit
  • PreventiveCareBenefitParagraph39
  • PrivateBenefit

Returned By

createCareAndDischargeBenefitParagraph45b mutation

Member Of

ReliefBenefitData object