Policyholder Coverages

File Name: v2_ph_coverages.csv

This file specifies the coverages available for individual policyholders within a plan. Coverages are tied to the insured individual (insured_id) and determine the type of medical services available, such as prescription drugs or outpatient care.


Structure

The required fields are marked in bold.

#Field NameTypeDescription
1insurer_slugString[64]Slug of the Payer provided by Osigu.
2insured_idString[64]Unique identifier of the policyholder/insured individual. This ID must match a record in the v2_policyholders.csv file.
3coverage_typeEnum ( PRESCRIPTION_DRUGS | DIAGNOSTIC_TESTS | OUTPATIENT_CARE )Type of coverage being added to the policyholder (e.g., prescription drugs, diagnostic tests, outpatient care).
4direct_billing_enabledBoolean (string)Indicates whether the coverage is eligible for direct billing.

Notes

  • Each coverage type is tied to a specific insured individual and defines their eligibility for medical services within the plan.
  • Ensure that the insured_id corresponds to a valid record in the v2_policyholders.csv file.