Table Description
Grace Period: A period granted by an organization to a Children's Health Insurance Program applicant to allow coverage to start prior to the application receipt date but not earlier than the beginning of an open enrollment period.

A grace period is granted when circumstances beyond the control of the applicant prevents them applying for Children's Health Insurance Program prior to the application date. The maximum number of days grace which a state allows is configurable and is stored in a rate table; the default value is 4 days.

A grace period should be requested by an applicant at the time of application.

This is a business processing entity which is used during the maintenance and creation of the Children's Health Insurance Program. An organization's administrator must administer certain entities when creating and maintaining Children's Health Insurance Program product deliveries.

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::Administration::GracePeriod::GracePeriod
Controlling File: ISProduct\model\Service Layer\entity\CHIP\Administration\GracePeriod\GracePeriod_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
gracePeriodIDkeynoSystem generated unique identifier for the grace period.GRACE_PERIOD_ID SVR_INT64
gracePeriodGoodCausedetails Good cause reason for granting of the grace period.GRACE_PERIOD_GOOD_CAUSEGracePeriodGoodCausesSVR_STRING<10>
gracePeriodDaydetails Numeric value in days of grace period granted.GRACE_PERIOD_DAYS SVR_INT32
statusCodedetails The status code of this certification record. This is populated from the CaseCertificationStatus code table.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
caseIDdetailsnoThe system generated unique identifier of the CHIP product delivery case.CASE_ID SVR_INT64
Foreign Keys (1)
ChildParent
GracePeriod.caseIDCaseHeader.caseID
Indices (1)
Index NameAttributes
IND_71805905caseID
Operations (8)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: gracePeriodID
PRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
modifymodifyPRE_DATA_ACCESS: yes
Standard Operation 
validateDetails    
readAllnkreadmulti   
validateDuplicates  Validates the Grace Period evidence against existing records 
readAllActivereadmulti   
listByCaseIDreadmulti Reads grace period based on the case ID. 
Related Pages (24)