Skip to main content

BenefitValue

No description

union BenefitValue = BloodSugarAndInsulinValue | BloodSugarValue | InsulinValue | ReportValue

Possible types

BenefitValue.BloodSugarAndInsulinValue object

The value of the provided benefit for BenefitVariant.BLOOD_SUGAR_AND_INSULIN.

Carries both halves of a bundled catalogue position as a single benefit value, so that the bundled service stays one completion, one rejection and one billing record. Either half may be absent, but not both.

BenefitValue.BloodSugarValue object

The value of the provided benefit for BenefitVariant.BLOOD_SUGAR.

BenefitValue.InsulinValue object

The value of the provided benefit for BenefitVariant.INSULIN.

BenefitValue.ReportValue object

Member Of

BenefitWorkItem object