Table Description
Income Reporting: A household's reported information about it's income and dependent care expenses .

A household receiving 12 Month Transitional Medical Assistance are required to report information about their income and dependent care expenses at the end of the first, second and third quarters of the twelve month period. The household must prove that they had earnings during the specified period of time, or if they had no earnings, they must provide a good cause reason, for example, death in the family or loss of transportation. A household will not receive the full twelve months of coverage if they do not file their quarterly report or if they do not file the report on time. A household may have up to three income reporting records, for example, transitional medical assistance 1st report, 2nd report and 3rd report.

Transitional Medical Assistance is a transitional benefit which is available to households that lose Low Income Families with Children Medical Assistance due to increased earnings. Income Reporting can only be added to a household with a Low Income Families product delivery.

The validations performed are: -

  • A Report Type must be selected.
  • A Receipt Status must be selected.
  • A Reason For No Earnings must not be selected when the Receipt Status is 'No Report'.
  • A Reason for No Report Or Late Report must not be selected when the Receipt Status is 'Timely Report'.
  • The Date Reported must be entered when the Receipt Status is 'Late Report'.
  • The Date Reported must be entered when the Receipt Status is 'Timely Report'.
  • The Date Reported must not be entered when the Receipt Status is 'No Report'.
  • A Report Status must not be selected when the Receipt Status is 'No Report'.
  • A Report Status must be selected when the Receipt Status is 'Late Report'.
  • A Report Status must be selected when the Receipt Status is 'Timely Report'.
  • The Date Reported must not be later than today.
  • An Income Reporting record of this Report Type already exists for this household.

Example

Linda, John and Susan Smith are members of the same household that is receiving Transitional Medical Assistance. They have received the assistance for 5 months and need to make a report on it's income and dependent care expenses to continue receiving assistance. The household are late making a report due to death in the family. A case worker creates a report for the household on their product delivery. This is the household's first report which is late as it is after the first quarter.

Model Details
Location in Model: Logical View::MetaModel::Curam::Evidence::Service Layer::Entity::Income::IncomeReporting::IncomeReporting
Controlling File: Evidence\model\ServiceLayer\entity\Income\IncomeReporting\IncomeReporting_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (9)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
evidenceIDkeynoSystem generated unique identifier for an income reporting.EVIDENCE_ID SVR_INT64
reportTypedetailsyesA code table value describing the type of report, for example, Transitional Medical Assistance 1st Quarter Report' or Transitional Medical Assistance 2nd Quarter Report.EVD_REPORT_TYPEReportTypeSVR_STRING<10>
communicationIDdetails This is the communication identifier for the income report. This attribute is used to refer to the reference number of the 'hard copy' of the report.COMMUNICATION_ID SVR_INT64
dateReporteddetails This is the date on which the household reported information about their income and dependent care expenses. Households receiving 12 month transitional medical assistance are required to report information about their income and dependent care expenses at the end of the first, second and third quarters of the 12 month period.CURAM_DATE SVR_DATE
reasonForNoEarningsdetails This attribute describes the reason for loss of earnings, for example, risk to health and safety.EVD_REASON_FOR_NO_EARNINGSReasonForNoEarningsSVR_STRING<10>
nonComplianceReasondetails This attribute name refers to a reason why a report was submitted late or was not submitted at all.EVD_REASON_FOR_LATE_OR_NO_REPORTNonComplianceReasonSVR_STRING<10>
receiptStatusdetailsyesThis attribute records the report receipt status types, for example, 'no report or late report'.EVD_RECEIPT_STATUSReceiptStatusSVR_STRING<10>
commentsdetails Details relating to the income reporting.COMMENTS SVR_STRING<300>
reportStatusdetails The state of the report status ,for example, 'complete' , 'incomplete'.EVD_REPORT_STATUSReportStatusSVR_STRING<10>
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: evidenceID
PRE_DATA_ACCESS: yes
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
Related Pages (2)