Maximum Benefit per Disease by Plan

File Name: v2_ph_max_benefits_per_disease.csv

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 in the v2_policies.csv file.
3disease_codeString[16]Disease group code declared in the v2_disease_groups.csv file.
4currency_codeString[3] using the ISO 4217Currency code in which the maximum benefit amount is expressed.
5max_benefitDecimal(15,5)Maximum benefit amount per disease.

Notes

  • This file defines the maximum coverage amount for specific disease groups under a policy/plan.
  • Disease group codes must correspond to those declared in the v2_disease_groups.csv file.
  • The maximum benefit is expressed in the currency specified by the currency_code field.