Ingredient Exclusions by Group
File Name: v2_gr_exclusions_by_ingredient.csv
This processor accepts a list of active ingredients that must be permanently excluded for a beneficiary who belongs to a group within a policy/plan.
The expected ingredient names must exist within Osigu's active ingredients catalog. This list is provided to each payer during the integration process.
Structure
The required fields are marked in bold.
# | Field Name | Type | Description |
---|---|---|---|
1 | insurer_slug | String[64] | Slug of the Payer provided by Osigu. |
2 | policy_number | String[32] | Policy/plan number, must match a record included in the v2_policies.csv file. |
3 | group_code | String[32] | Group code belonging to the policy, specified in the v2_groups.csv file. |
4 | ingredient_name | String[64] | Name of the active ingredient. |
Notes
- Use this file to define ingredient exclusions at the group level within a policy.
- Ensure ingredient names match those provided in the Osigu active ingredients catalog to avoid processing errors.
Updated 7 days ago