Plans/Policies

File Name: v2_policies.csv


Structure

The required fields are marked in bold.

#Field NameTypeDescription
1insurer_slugString[64]Slug of the Payer provided by Osigu.
2numberString[32]Number of the plan/policy within the Payer's system.
3issued_datetimestamp (string) using the ISO 8601Date the policy was issued.
4effective_datetimestamp (string) using the ISO 8601Coverage start date.
5expiration_datetimestamp (string) using the ISO 8601Policy expiration date.
6insurance_typeEnum ( HEALTH_INSURANCE | CREDIT_CARD_INSURANCE | EMPLOYEE_BENEFIT_PROGRAM)Enum, in most cases, it should be HEALTH_INSURANCE.
7policy_typeEnum ( INDIVIDUAL | GROUP )Type of insurance, indicating whether the policy is individual or group.
8company_nameString[256]Name of the company associated with the group policy.
9company_addressString[512]Physical address of the company associated with the group policy.
10company_email_addressString[128]Email address of the company associated with the group policy.
11company_tax_identification_numberString[32]Tax identification number of the company associated with the group policy.
12currency_codeString[3] using the ISO 4217Currency code for monetary amounts, using the ISO 4217 standard.
13net_premium_amountDecimal(15,5)Net premium amount.
14statusEnum ( ENABLED | SUSPENDED | DISABLED )Status of the policy.

This file is required for the initial setup of plans and policies in Osigu's system. Ensure that all required fields are provided accurately to avoid errors during processing.