Certificate Cost Sharing

This file defines the copayment and coinsurance applicable to each insured policyholder in a plan. It also specifies the minimum amount required for direct billing to be applicable.

Product group codes come from a predefined list provided by Osigu during the integration process. Examples include:

#Product Group NameDescription
1generic-drugGroup containing all medications classified as generics.
2non-generic-drugGroup containing various branded medications.
3x-rayGroup of diagnostic tests under the X-ray category.
4medical-evaluationGroup of services related to medical evaluations, such as general outpatient consultations or pediatric consultations.

Version 2

File Name: v2_certificate_costs_sharings.csv

The fields in this file apply to every policyholder/insured individual matching the policy number and certificate number provided in each line.

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.
3policyholder_certificateString[64]Policyholder certificate. If unavailable, the payer can use a constant value, e.g., "CERT01".
4currency_codeString[3] using the ISO 4217Currency code for the amounts.
5product_groupString[128]Name of the product/service group affected by this configuration.
6provider_categoryString[64]Provider category this configuration applies to. Use DEFAULT if no specific category applies.
7minimum_total_amountDecimal(15,5)Minimum amount required for direct billing to apply.
8copayment_amountDecimal(15,5)Fixed amount in the currency for the policyholder’s copayment.
9coinsurance_percentDecimal(15,5)Percentage of the policyholder’s participation as coinsurance.

Version 3

File Name: v3_certificate_costs_sharings.csv

This version includes the maximum_total_amount field, which sets a limit for direct billing. When this limit is reached during a transaction, a pre-authorization will be required.

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.
3policyholder_certificateString[64]Policyholder certificate. If unavailable, the payer can use a constant value, e.g., "CERT01".
4currency_codeString[3] using the ISO 4217Currency code for the amounts.
5product_groupString[128]Name of the product/service group affected by this configuration.
6provider_categoryString[64]Provider category this configuration applies to. Use DEFAULT if no specific category applies.
7minimum_total_amountDecimal(15,5)Minimum amount required for direct billing to apply.
8maximum_total_amountDecimal(15,5)Maximum amount allowed for direct billing before requiring pre-authorization.
9copayment_amountDecimal(15,5)Fixed amount in the currency for the policyholder’s copayment.
10coinsurance_percentDecimal(15,5)Percentage of the policyholder’s participation as coinsurance.