TransactionMatchHistory
Matching History Transaction Related Items. A line is added to this related group whenever two transactions are matched together.
| Column Name | Type | Description |
|---|---|---|
| TransactionMatchingHistoryBadDebtUnmatchAmount | NUMERIC | This item stores the change in bad debt AR caused by the unmatch. |
| TransactionMatchedAmount | NUMERIC | This item stores the (insurance+self-pay) amount for which this transaction is matched to the transaction in column MTCH_TX_HX_ID. |
| TransactionIdentifier | NUMERIC | The unique identifier for the transaction record. |
| TransactionMatchingHistoryComment | VARCHAR | This item holds the comment for the matching of this transaction to the transaction in column MTCH_TX_HX_ID. This item is typically only populated by the system and not user entered comments. |
| UnmatchedExternalAmountChange | NUMERIC | This item stores the change in external AR caused by the unmatch. |
| UndistributedTransactionComment | VARCHAR | This item stores the comment entered when the transaction is undistributed. |
| MatchTransactionHistoryBadDebtMatchAmount | NUMERIC | This item stores the change in bad debt AR caused by the match. |
| MatchedTransactionHistoryInsuranceAmount | NUMERIC | This item stores the insurance amount for which this transaction is matched to the transaction in column MTCH_TX_HX_ID. |
| OwningInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| MatchingHistoryPatientAmount | NUMERIC | This item stores the self-pay amount for which this transaction is matched to the transaction in column MTCH_TX_HX_ID. |
| UndistributionBatchNumber | VARCHAR | This item stores the batch number for undistributions that happen during payment posting, charge entry or adjustment posting. |
| MatchingTransactionHistoryBatchNumber | VARCHAR | This item stores the payment posting batch number associated with the credit transaction in the matching group. |
| MatchingHistoryUnmatchedTransactionRefundAmount | VARCHAR | This item holds a semicolon delimited list of a pair of transaction IDs and amounts (delimited by ^) for unmatching . |
| TransactionMatchingSourceModuleCode | INTEGER | This item stores the source of the matching of this transaction to the transaction from column MTCH_TX_HX_ID. The source comes from a list of possible modules in Resolute, such as Account Maintenance, Payment Posting, etc. |
| TransactionMatchDateTime | DATETIME | The UTC date and time the transaction was matched. |
| MatchedTransactionIdentifier | NUMERIC | This item stores the transaction that this transaction was matched to. If the MTCH_TX_HX_UN_DT is null, then the transaction is still currently matched to this transaction. |
| MatchingTransactionHistoryExplanationOfBenefitsLineCount | INTEGER | For a charge this column contains the Explanation Of Benefits line count on the matching insurance payment. |
| UnmatchSequenceNumber | VARCHAR | This field in conjunction with MTCH_TX_HX_DIST_SEQ can be used to determine the order of matchings and unmatchings for this transaction. Every time this transaction is matched or unmatched, a new number is stored into the appropriate field that increments each time a matching or unmatching occurs. |
| TransactionMatchHistoryDistributionSequence | VARCHAR | This field in conjunction with MTCH_TX_HX_UND_SEQ can be used to determine the order of matchings and unmatchings for this transaction. Every time this transaction is matched or unmatched, a new number is stored into the appropriate field that increments each time a matching or unmatching occurs. |
| MatchedTransactionLineNumber | INTEGER | This item stores the corresponding line from the matched transaction. |
| MatchedTransactionHistoryCoverageIdentifier | NUMERIC | This item stores the coverage ID at the time that the transaction was matched to the transaction in column MTCH_TX_HX_ID. |
| TransactionHistoryUnmatchDate | DATETIME | This item holds the date that the transaction was unmatched from the transaction in column MTCH_TX_HX_ID. |
| TransactionMatchingHistoryLineNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |
| UnmatchTransactionCoverageIdentifier | NUMERIC | This is the coverage of the debit transaction at the time of unmatch. |
| LogicalOwnerCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| TransactionUnmatchedByUserIdentifier | VARCHAR | This item stores the user that unmatched this transaction from the transaction in the MTCH_TX_HX_ID column. |