Table Description
Co Payment: A requirement to make contributions toward the cost of services received under the Children's Health Insurance Program.

Enrollees in CHIP are required to pay co-payments, up to a maximum co-payment limit for a family within a specified period of time. The maximum co-payment limit for a family is calculated as a percentage of the family's gross countable income less the total amount payable in CHIP premiums by the family within a defined period of time. The time period to which the co-payment limit applies is based on the certification dates of the product delivery. In general this will be 12 months. When the co-payment limit is reached, no further payments are required by the household for services received.

The co-payment record is created at the time of product delivery creation.

This is a business processing entity which is associated with the Children's Health Insurance Program product delivery. An organization's administrator must administer certain entities when creating and maintaining Children's Health Insurance Program product deliveries.

Example

Susan Smith is a child in a household who is currently receiving Children's Health Insurance. Susan Smith is ill and attends her local doctor. Susan Smith's doctor prescribes her drugs. The doctor issues a bill for the service s/he supplied and the cost of the drugs for Susan Smith. Susan Smith's family have made payments previously for medical services and have reached the household's maximum co-payment limit for this period. Susan Smith is not required to make a co-payment for the medical services provided to her. Susan Smith's health plan must pay the full cost of the medical services provided to her. A case worker will have created Co-payment Receipts for the previous payments the household has made but no record is created for Susan Smith as she is not required to make a co-payment.

A co-payment record exists for the product delivery which specifies the maximum co-payment limit for the assistance unit.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Income Support Product::Service Layer::entity::CHIP::Processing Entities::CoPayment::CoPayment
Controlling File: ISProduct\model\Service Layer\entity\CHIP\Processing Entities\CoPayment\CoPayment_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
coPaymentIDkeynoSystem generated unique identifier for the Co-payment.ISP_COPAYMENT_ID SVR_INT64
caseIDdetailsnoThe Case ID of the related CHIP product delivery case.CASE_ID SVR_INT64
maxCoPayLimitdetails The maximum limit above which a family is no longer required to make co-payments when this limit is reached within a specified effective period of time.CURAM_AMOUNT SVR_MONEY
effectiveFromDatedetails The date from which the maximum co-payment limit is effective.CURAM_DATE SVR_DATE
effectiveToDatedetails The date on which the maximum co-payment limit is effective to.CURAM_DATE SVR_DATE
coPayLimitReacheddetails Indicator to show whether the co-payment limit has been reached. This value is set when the sum of the amount paid value on all co-payment receipt records is greater than or equal to the maximum co-payment limit value.CURAM_INDICATOR SVR_BOOLEAN
statusdetails The evidence status code. This can be set to Active or Canceled.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (2)
ChildParent
CoPayment.caseIDCaseHeader.caseID
CoPaymentReceipt.coPaymentIDCoPayment.coPaymentID
Indices (1)
Index NameAttributes
IND_1962016848caseID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: coPaymentID
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readAllByCaseIDnsmulti  SQL
Related Pages (27)