PB - 4 to 10

  1. What is used to work payments that create credit balances, are undistributed, or have been recouped?
    Credit Workqueues
  2. What in Epic would you use to work overpayments and undistributed credits?
    Credit Workqueues
  3. When is a credit workqueue considered completed?
    When the balance reaches 0
  4. Resubmission, deferrals, and transfers are activities you can do in what type of workqueue?
    Follow up Workqueues
  5. What are follow up records made up of?
    Charge transactions and the coverage that charge is assigned to.
  6. How many queues of a given type (self-pay / insurance) can a given transaction be assigned too?
    Only 1, but that transaction can appear in multiple queues
  7. What are Account Workqueues used for?
    Used to do Self-pay collections & track productivity of users within the workqueue
  8. What Workqueue allows users to fix errors on claims before the claims are sent out and allows you to test in real-time?
    Claim Edit Workqueues
  9. What are the 2 types of claim errors that are sent to the error pool?
    Master File and User
  10. What type of claim errors are related to items such as missing provider PIN and are usually corrected by administrators?
    Master File Errors
  11. What type of claim errors are usually related to those done by user in charge entry or registration and include coding errors and can usually be fixed in hyperspace?
    User Errors
  12. Where would you find the daily snapshot of how much was contained in a claim workqueue and how its size has changed over time?
    CLAIM_EDIT_WQ_HX
  13. Where would you find the date the claim error entered the Claim Error Pool and which day it was corrected. What are the column names for the dates?
    CLM_EDIT_WQ_CLM.EXTRACTDATE & CLM_EDIT_WQ_CLM.CLM_PROCESS_DATE
  14. Which table updates records for updates records for transactions on claims that are still in the claim error pool but leaves the records for transactions on claims that are no longer in the error pool?
    CLM_EDIT_WQ_DETAIL
  15. Where would you find claim errors that have been corrected as well as not been corrected?
    CLM_EDIT_WQ_ERROR
  16. Can you use the CLM_EDIT_ERROR.LINE = 1 to pull in 1 record for each claim for each day?
    NO this could give you 2 records since you could have both User and Master File errors to get a single record use CLM_EDIT_WQ_ERROR.OVERALL_LINE = 1
  17. What table would you use if you needed to write a report on how many workqueues a claim is in per day?
    CLM_EDIT_WQ_STATUS
  18. What table would you use in a report if you need to find every error a claim has when a claim is worked per user/workqueue/day combination and applies to both PB and HB?
    CE_WQ_PRODUCTIVITY
  19. Where would you find the details for the CE_WQ_PRODUCTIVITY table?
    WQ_PRODUCTIVITY
  20. As charges come into the Charge Router where are they first stored?
    Universal Charge Line (UCL)
  21. If the charges need to be processed as a unit where is the group number stored?
    Universal Charge Sessions (UCS)
  22. How does the group of charges in the UCS get triggered to be processed?
    The last charge triggers that the entire charge session is ready to be processed
  23. What workqueue’s purpose is to ensure that the charges can be processed by the remaining components in the Charge Router (the handler and the destination router) and are ready to enter a destination billing system?
    Charge Router Workqueue
  24. Where are messages used to communicate changes, charge sources, and destinations in the Charge Router?
    Universal Charge Message (UCM)
  25. If you needed to report on basic information for a workqueue containing universal charge sessions and which workqueue those charges sessions are being reviewed in?
    CHGRTR_REVIEW_WQ.WORKQUEUE_ID = CHGRTR_WQ_ITEMS.WORKQUEUE_ID
  26. Which table would you look in to find UCL info?
    CLARITY_UCL
  27. If any charge qualifies for a charge review work queue only that charge goes to the workqueue?
    NO the whole TAR goes to the workqueue
  28. A TAR can only be in 1 CRWQ at a time?
    NO, multiple at 1 time
  29. What’s the difference between Front End Queues and Back End Queues?
    Front End can be updated by the user in Epic
  30. How long does a TAR record that meet a rule stay in a CRWQ?
    Until they are either corrected, the error is overridden (in both cases the charge is then filed into ETR with other “good” charges) or the TAR record is deleted.
  31. What table would you need if wanted to find all TAR records regardless if they have been caught in a CRWQ?
    PRE_AR_CHG
  32. Where would you find the current status of a TAR record?
    PRE_AR_CHG.CHARGE_STATUS_C
  33. If you wanted to report on activities performed on a TAR record which table would you use?
    PRE_AR_CHG_HX
  34. If you wanted to find out if a TAR record has been in a Charge Review Workqueue, where would you look?
    CHG_REVIEW_*
  35. If you wanted to report on specific values that have changed on the TAR record where would you look?
    CHG_REVIEW_ACT_AUD
  36. If you wanted to know what rules a TAR record violated where would you look?
    CHG_REVIEW_WQRULES
  37. If you wanted to look at transactions with a Non Zero balance and that have detail types of 60 and 61 only which table would you use?
    CLARITY_TDL_AGE
  38. How often is the CLARITY_TDL_AGE table refreshed?
    Monthly
  39. Is CLARITY_TDL_AGE affected by resetting actions?
    NO so it won’t balance with Resolute Aging
  40. Which aging report is based on variable aging dates of transactions and reflects changes over time due to manually or automatically updated aging dates arising from collection activities?
    Aged Accounts Receivable Report
  41. Which aging report is based on the posting dates of transactions?
    Financial Aging Report
  42. Which report Financial Aging or Aged Accounts Receivable will match with Clarity Enterprise Reporting?
    Financial Aging
  43. Which type of balances on a transaction can be aged by service date, posting date, or first statement date in static aging?
    Self – Pay balances
  44. Which type of balances can only be based on service date or posting date in static aging?
    Insurance Balances
  45. Can a transaction have both a self-pay and an insurance balance?
    Yes
  46. Is there a difference in aging days in Financial Aging?
    No. Straight measurement over posting days
  47. What is the Master File for Follow Up Records?
    FOL
  48. T of F
    A FOL record is created for each charge on a claim.
    • True
    • FOL = Coverage + Charge
Author
ruyguy
ID
33124
Card Set
PB - 4 to 10
Description
Questions covering chapters 4 to 10
Updated