Maximum Benefit by Disease for Group

File Name: v2_gr_max_benefits_per_disease.csv

This file defines the maximum benefit limits by disease for members of a specific group within a policy/plan.


Structure

The required fields are marked in bold.

#Field NameTypeDescription
1insurer_slugString[64]Slug of the Payer provided by Osigu.
2policy_numberString[32]Policy/plan number, must match a record included in the v2_policies.csv file.
3group_codeString[32]Group code belonging to the policy, specified in the v2_groups.csv file.
4disease_codeString[16]Disease group code declared in the v2_disease_groups.csv file.
5currency_codeString[3] using the ISO 4217Currency code in which the maximum amount is expressed.
6max_benefitDecimal(15,5)Maximum benefit amount for the specified disease.

Notes

  • Use this file to define disease-specific benefit limits at the group level within a policy.
  • To avoid processing errors, ensure disease codes match those declared in the v2_disease_groups.csv file.