Group Coverages

File Name: v2_gr_coverages.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 included in the v2_policies.csv file.
3group_codeString[32]Group code belonging to the policy, specified in the v2_groups.csv file.
4coverage_typeEnum ( PRESCRIPTION_DRUGS | DIAGNOSTIC_TESTS | OUTPATIENT_CARE )Type of coverage being added to the insured individual.
5direct_billing_enabledBoolean (string)Indicates whether the coverage is available for direct billing.

Notes

  • This file is used to define coverages at the group level within a policy/plan.
  • The group_code must match the code specified in the v2_groups.csv file.
  • The coverage_type determines the type of services covered, such as prescription drugs, diagnostic tests, or outpatient care.
  • The direct_billing_enabled field specifies whether the group members can use direct billing for the specified coverage.