Database Table: ElectiveCHIPEnrollee
ElectiveCHIPEnrollee:
A household member's decision to remain on
Children's Health Insurance Program.
Elective CHIP Enrollee allows the user to record a child Household Member who has
become eligible for regular Medical Assistance due to a decrease in income, but who has elected to remain on CHIP until the end of the current
eligibility period.
A child can only choose to remain on CHIP if they became eligible for Medical Assistance due to a decrease in income otherwise they are
no longer eligible for CHIP.
The Elective CHIP Enrollee is specifically recorded on the product delivery of a household member who
is eligible for the Children's Health Insurance Program.
Evidence Generation Pattern: Search Case Participants
The validations performed are: -
- Start Date must be entered.
- The End Date must not be earlier than the Start Date.
- The Start Date must not be earlier than the Case Start Date.
- The Participant must be selected.
- An Elective CHIP Enrollee Details record already exists for this Household Member during the same period.
Example A case worker creates an Elective CHIP Enrollee record for Susan Smith. Susan Smith is a child
in a household who is currently receiving Children's Health Insurance but due to a decrease in income has become eligible for Medical Assistance.
Susan Smith has elected to remain on Children's Health Insurance until the end of the current eligibility period. Susan Smith does not want to move
to Medical Assistance.
|
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
|
|
Location in Model: | Logical View::MetaModel::Curam::Income Support Product::Service Layer::entity::CHIP::ElectiveCHIPEnrollee::ElectiveCHIPEnrollee |
Controlling File: | ISProduct\model\Service Layer\entity\CHIP\ElectiveCHIPEnrollee\ElectiveCHIPEnrollee_cat.efx |
ALLOW_OPTIMISTIC_LOCKING | yes |
Attribute | Stereotype | Nullable | Description | Domain Definition | Codetable | DDL Type |
evidenceID | key | no | System generated unique identifier for the elective CHIP enrollee. | EVIDENCE_ID | | SVR_INT64 |
caseParticipantRoleID | details | no | The case participant role ID of the elective CHIP enrollee household member. | CASE_PARTICIPANT_ROLE_ID | | SVR_INT64 |
startDate | details | | The start date of the elective CHIP enrollee. | CURAM_DATE | | SVR_DATE |
endDate | details | | The end date of the elective CHIP enrollee. | CURAM_DATE | | SVR_DATE |
| details | | Details relating to the elective CHIP enrollee. | COMMENTS | | SVR_STRING<300> |
|
Index Name | Attributes |
searchDupECEnrIdx | caseParticipantRoleID |
|
Operation | Stereotype | Options | Description | SQL |
insert | insert | AUTO_ID: evidenceID
PRE_DATA_ACCESS: yes
| Standard Operation | |
read | read | | Standard Operation | |
modify | modify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| Standard Operation | |
readCaseParticipantsByEvidenceID | nsread | | Returns all related caseParticipantRoleID's for a specified Disability ID. | |
searchByDates | nsmulti | | Returns a list of elective CHIP enrollee records from a certain period. | SQL |
|