Skip to main content

LiechtensteinLifeWealthHealthInput

Input to provide the medical history of the customer. Currently, we support entry of one critical illness because if the customer has/had more than one critical illness the policy application will be rejected.

Weight and height are only required when:

  • The insured person is no older than 75 years at the start of the policy
  • No individual death benefit has been selected
  • The total premiums paid until the beginning of the 6th year do not exceed EUR 1 million (for death benefit option 1),
  • The total premiums paid until the end of the policy do not exceed EUR 10 million (for death benefit option 2).
input LiechtensteinLifeWealthHealthInput {
criticalIllnessDetails: CriticalIllnessDetailsInput
hasCriticalIllness: Boolean!
hasNoMedicalConditions: Boolean!
hasNoMedicalConsultation: Boolean!
height: Int
weight: Int
}

Fields

LiechtensteinLifeWealthHealthInput.criticalIllnessDetails ● CriticalIllnessDetailsInput input

Details about the critical illness. The information needs to be provided if hasCriticalIllness is set to true. If the customer has more than one critical illness, the application request cannot be accepted.

LiechtensteinLifeWealthHealthInput.hasCriticalIllness ● Boolean! non-null scalar

Indicates if the customer has a critical illness. Setting this as false will mark the Health topic as completed in the underlying insurance system and the customer won't have to answer the question to submit their application.

LiechtensteinLifeWealthHealthInput.hasNoMedicalConditions ● Boolean! non-null scalar

Indicates if the insured person has had medical conditions in the last 2 years.

LiechtensteinLifeWealthHealthInput.hasNoMedicalConsultation ● Boolean! non-null scalar

Indicates if the insured person has had medical consultations in the last 2 years.

LiechtensteinLifeWealthHealthInput.height ● Int scalar

Insured person's height in centimeters at the time of the policy application. Mandatory if either no_medical_conditions or no_medical_consultation are set to false

_Constraints_:

* Minimal value: 1

LiechtensteinLifeWealthHealthInput.weight ● Int scalar

Insured person's weight in kilograms at the time of the policy application. Mandatory if either no_medical_conditions or no_medical_consultation are set to false

_Constraints_:

* Minimal value: 1

Member Of

CreateLiechtensteinLifeWealthInput input