CreateHomeNursingBenefitInput
Corresponding input type for creating a the HomeNursingBenefit.
Relates to createHomeNursingBenefit mutation.
input CreateHomeNursingBenefitInput {
description: String!
digitalDataCollectionNumber: DigitalDataCollectionNumber
directoryId: Int
group: BenefitGroup
price: Float!
referenceValue: Int!
requiredQualification: Qualification
shortDescription: String
type: BenefitType!
variant: BenefitVariant
}
Fields
CreateHomeNursingBenefitInput.description ● String! non-null scalar
Description of the Benefit, up to 1024 characters long
CreateHomeNursingBenefitInput.digitalDataCollectionNumber ● DigitalDataCollectionNumber scalar
The directory ID of the benefit showing the relation to the price
CreateHomeNursingBenefitInput.directoryId ● Int scalar
The directory ID of the benefit showing the relation to the price
CreateHomeNursingBenefitInput.group ● BenefitGroup enum
Determines the price for HomeNursingBenefits
CreateHomeNursingBenefitInput.price ● Float! non-null scalar
Price of the benefit in Euro. Has to be lower than EU 10k.
CreateHomeNursingBenefitInput.referenceValue ● Int! non-null scalar
Reference value of the Benefit in minutes, up to 3 digits. Shows the average execution time of the Benefit
CreateHomeNursingBenefitInput.requiredQualification ● Qualification scalar
The minimal required qualification of an employee to provide this benefit.
CreateHomeNursingBenefitInput.shortDescription ● String scalar
A short description of the Benefit, up to 32 characters long
CreateHomeNursingBenefitInput.type ● BenefitType! non-null enum
Have to be one of TREATMENT_NURSING, BASIC_NURSING and HOUSEKEEPING
CreateHomeNursingBenefitInput.variant ● BenefitVariant enum
Variant of the benefit. Defaults to BenefitVariant.DEFAULT
Member Of
createHomeNursingBenefit mutation