FinancialAssistanceApplicationStatus
This table contains information related to a financial assistance program tracker record.
| Column Name | Type | Description |
|---|---|---|
| FinancialAssistanceDecisionDate | DATETIME | Stores the decision date once the tracker has been approved or denied. The date on which a decision is taken whether to approve or deny the financial assistance program tracker. |
| CaseAutoCreationRuleIdentifier | VARCHAR | Case rule that matched when the tracker was automatically created by the system. |
| EligibilityLastCheckDate | DATETIME | The last date that we checked for eligiblity for this tracker. |
| FinancialAssistanceCaseIdentifier | NUMERIC | This item stores the financial assistance case associated with the program tracker. |
| FinancialAssistanceApprovedAmount | NUMERIC | The total amount of aid approved for a financial assistance program. |
| FinancialAssistanceEndDateIndexValue | VARCHAR | Special column that won't be exposed at the front end. This is mainly to overcome the limitation that null dates are not indexed. Once an end date is entered, the date will be copied over to this item for indexing. If a null date is entered then we will store 99999, so that we can loop over the null values in the index. |
| RecordLogOwnerInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| ResponsibleUserIdentifier | VARCHAR | Contains the user (EMP) currently responsible for the tracker. |
| FundingProgramSourceClassification | INTEGER | The source classification of the entity providing funding for the financial assistance program. |
| IntraConnectOwningInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| FinancialAssistanceTrackerFollowUpDate | DATETIME | Date on which a user should follow-up for the tracker. |
| TrackerSystemCreationInstant | DATETIME | Instant in UTC on when the tracker was automatically created by the system. |
| FinancialAssistanceEffectiveStartDate | DATETIME | The date from which this approved financial assistance program tracker is effective. |
| FinancialAssistanceApprovalType | INTEGER | This item stores the amount, type, or level of approval for a financial assistance program tracker. |
| FinancialAssistanceDenialReason | INTEGER | This item stores the reason why a financial assistance tracker is denied. |
| FinancialAssistanceProvisionMethod | INTEGER | The method used by the assistance program to provide financial assistance to the patient (e.g. Free drug, co-pay card). |