Transactions: Basics (DBO, Columns) Flashcards
BillingTransactionFact contains one row per ____________________________ and ___________________________ .
- Hospital Billing transaction
- Professional Billing detail
(Aug. 2021, 2.15)
In BillingTransactionFact, what column should you use to distinguish between hospital and professional rows?
BillingSystemType
Aug. 2021, 2.15
Name the Caboodle table.
Each row is either generated from PB or HB, and many columns are applicable to only one or the other.
BillingTransactionFact
Aug. 2021, 2.15
What Clarity table would you use to report on RVUs in Professional Billing?
V_ARPB_RVU_DATA
Aug. 2021, 2.20
What Clarity table would you use to report on RVUs in Hospital Billing?
HSP_TRANSACTIONS
Aug. 2021, 2.20
What Caboodle table holds cost information for each procedure?
BillingTransactionFact
• This table includes direct, indirect, fixed, and variable costs.
(Aug. 2021, 2.20)
What Clarity tables provide cost information on the transaction level for PB and HB?
- PB: ARPB_TX_COST
- HB: HSP_TX_COST
These tables include direct, indirect, fixed, and variable cost for charges and include the most recent date the cost was assigned to the charge.
(Aug. 2021, 2.20)