FinancialAssistanceCas
This table contains basic information about a financial assistance case record.
| Column Name | Type | Description |
|---|---|---|
| MyChartPatientFinancialAssistanceComment | VARCHAR | This column stores the free-text additional information provided with the financial assistance application by patient/requestor through MyChart. |
| PatientFederalPovertyLevelPercentage | NUMERIC | The percentage of federal poverty level of the patient calculated using income details (stored in FIN_ASST_CASE_INCOME table). |
| RecordStatus | INTEGER | Stores the record status (hidden, soft-deleted, etc...) |
| DecliningEntityIdentifier | INTEGER | The entity that declined a Waiting for Patient financial assistance request. |
| HouseholdAnnualIncome | NUMERIC | Total annual income of the patient's household. |
| AssignedUserIdentifier | VARCHAR | The unique ID of the user to whom this financial assistance case record was assigned. |
| FinancialAssistanceCaseGuarantorAccountIdentifier | NUMERIC | The unique ID of the guarantor record associated with the financial assistance case record. |
| LastGuarantorAddressQueryReceivedNoteIdentification | VARCHAR | The unique note (HNO) record ID created as a result of the most recent guarantor address verification query received from Financial Assistance. Recorded if the response data was filed or dismissed. |
| CommunityLogOwnerIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| SourceFinancialAssistanceCaseIdentifier | NUMERIC | If this case was created and copied from an existing case, this contains the source case that the data was taken from. |
| FederalPovertyLevelPercentageAfterExpenses | NUMERIC | The percentage of federal poverty level of the patient calculated after subtracting expenses (stored in FIN_ASST_CASE_EXPENSE table) from income details (stored in FIN_ASST_CASE_INCOME table). |
| FinancialAssistanceCaseServiceAreaIdentifier | NUMERIC | The unique ID of the service area in which this financial assistance case record was created. |
| LastGuarantorQuerySentNoteIdentification | VARCHAR | The unique note (HNO) record ID created as a result of the most recent guarantor address verification query sent from Financial Assistance. |
| FinancialAssistanceCaseCreationSource | INTEGER | The way this case record was created. |
| FinancialAssistanceCaseStatusCategory | INTEGER | The status category ID for the financial assistance case record. |
| OwningInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| FinancialAssistanceCasePrimaryPatientName | VARCHAR | Name of the primary patient on the financial assistance case. |
| FinancialAssistanceCaseCreationDate | DATETIME | Stores the date the record was created |
| FinancialAssistanceCaseFollowUpDate | DATETIME | The date by which assigned user(ASGN_USER_ID) should follow up on this financial assistance case record. |
| FinancialAssistanceCaseIdentifier | NUMERIC | The unique identifier for the financial assistance case record. |
| MyChartCaseCreatorUserIdentifier | VARCHAR | This item stores the user ID of the MyChart user who created this case. Only populated when the case is created through MyChart. |
| FinancialAssistanceDeclinedInstant | DATETIME | The instant set after a primary contact declines financial assistance online. |
| TotalAnnualHouseholdIncomeAfterExpenses | NUMERIC | The total income after expenses for the patient's household. |
| LastFederalPovertyLevelCalculationDate | DATETIME | The date the federal poverty level stored in PERCENT_FPL and PERCENT_FPL_AFTER_EXPENSES columns was last calculated. |
| FinancialAssistanceCaseTypeCategory | INTEGER | The case type category ID for the financial assistance case record. |
| FinancialAssistanceCaseWorkflowIdentifier | INTEGER | The category ID of the workflow the financial assistance case record is created in. |
| FinancialAssistanceCaseExternalIdentifier | INTEGER | This column stores the external unique identifier for a financial assistance case record. |
| GuarantorCreditScore | INTEGER | The guarantor's credit score associated with the financial assistance case record. |
| GuarantorPropensityToPayCategoryID | INTEGER | The guarantor propensity to pay category ID for the financial assistance case record. |
| CaseFiscalYear | INTEGER | The fiscal year the financial information in the case record belongs to. |
| FamilySizeAt | INTEGER | The size of the patient's family when this case was created. |
| FinancialAssistanceCasePatientRecordIdentifier | VARCHAR | The unique ID of the patient record for this row. This column is frequently used to link to the PATIENT table. This is the patient to whom this financial assistance case record belongs. |