Table Description
Co Payment Receipt: Verification of the monetary contribution paid by a household member towards the cost of a service received under the Children's Health Insurance Program.

Enrollees in CHIP are required to pay co-payments for services received unless exempt. The household member pays a small amount towards health services received and the household member's health plan pays the rest, after being billed by the service provider. A receipt of the co-payment is needed to track the total amount of co-payments made by case participants within a particular Children's Health Insurance Program product delivery case.

When the total value of the co-payment receipts received is equal to or greater than the maximum co-payment limit. The Co-payment limit indicator is set on the Co-payment entity. Notification is sent to the case participant and to the Children's Health Insurance Program service provider stating that no further co-payment payments are necessary for services supplied under this Children's Health Insurance Program product delivery case.

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 he supplied and the cost of the drugs for Susan Smith. Susan Smith pays a portion of the cost of the service provided by her doctor. A case worker creates a CoPayment Receipt record of the payment Susan Smith has made to her doctor.

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::CoPaymentReceipt::CoPaymentReceipt
Controlling File: ISProduct\model\Service Layer\entity\CHIP\Processing Entities\CoPaymentReceipt\CoPaymentReceipt_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (10)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
coPaymentReceiptIDkeynoUnique system generated ID for the co-payment receipt.ISP_COPAYMENT_RECEIPT_ID SVR_INT64
coPaymentIDdetailsnoThe ID of the co-payment record to which the co-payment receipt record relates.ISP_COPAYMENT_ID SVR_INT64
caseParticipantRoleIDdetailsnoThe case participant role ID of the case participant to whom the co-payment receipt detail applies.CASE_PARTICIPANT_ROLE_ID SVR_INT64
receivedDatedetails The date on which the co-payment receipt detail was received by the organization.CURAM_DATE SVR_DATE
dateOfServicedetails The date on which the service was supplied for which the co-payment was paid.CURAM_DATE SVR_DATE
amountdetails The monetary value of the amount paid for the service supplied by the service supplier.CURAM_AMOUNT SVR_MONEY
serviceDescriptiondetails Free text description of the service supplied for the which the co-payment was paid.ISP_SERVICE_DESCRIPTION SVR_STRING<400>
serviceSuppCasePartRoleIDdetails The case participant role ID of the service supplier to whom the co-payment was made.CASE_PARTICIPANT_ROLE_ID SVR_INT64
commentsdetails Details relating to the co-payment receipt.COMMENTS SVR_STRING<300>
statusdetails Evidence Status Code.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (2)
ChildParent
CoPaymentReceipt.caseParticipantRoleIDCaseParticipantRole.caseParticipantRoleID
CoPaymentReceipt.coPaymentIDCoPayment.coPaymentID
Indices (2)
Index NameAttributes
IND__603814700coPaymentID
IND__1494344877caseParticipantRoleID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: coPaymentReceiptID
PRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Standard Operation 
readAllByParentIDreadmulti   
validateDetails    
filterActiveEvidence    
Related Pages (29)