Hospital Billing Flashcards
What is the difference between a coverage and a plan?
A plan is a package of insurance benefits provided by a single payor. A coverage is a specific insurance plan owned by a subscriber, which can cover specific patients.
What is the difference between a hospital account and a guarantor account?
Many things, but the most basic difference is that a guarantor is a party that can be responsible for charges, and a guarantor account is a guarantor acting in a certain capacity. A hospital account is a collection financial information relating to a single patient encounter or episode of care. Each hospital account must be backed by one and only one guarantor account, while a guarantor account can be back many hospital accounts.
What is the difference between the address stored in the PATIENT table and the patient’s address stored in the HSP_ACCOUNT table?
The PATIENT address is current-state, while the HSP_ACCOUNT address is populated and frozen when the patient is discharged.
Do “account class” and “account base class” refer to the same list of categories?
No. Account class can be expanded per your needs, but only three account base classes exist - Inpatient, Outpatient, and Emergency.
For a paid-off hospital account, will HSP_ACCOUNT.TOT_CHGS equal zero?
No. TOT_ACCT_BAL will equal zero, but TOT_CHGS will still contain the total amount of charges that were ever placed on the account.
Can HSP_ACCOUNT.DISCH_DATE_TIME be different from the date and time of discharge found in the patients chart?
Yes. it reflects the coded time of discharge, which can potentially differ from the clinically documented time of discharge.
Will all delinquent hospital accounts have HSP_ACCOUNT_3.BAD_DEBT_FLAG_YN set to Y?
Only if your organization is using account-level bad debt.
What is a billing indicator?
A facility-defined category list that can be used to mark hospital accounts.
Why would you use HSP_ACCT_ADMIT_DX in a report instead of HSP_ACCT_DX_LIST?
To report on the admitting diagnoses rather than the final diagnoses coded on the account.
Which table would you use to see the first time an account became coding complete?
HSP_ACCT_CDSTS_HX
Why is having a LINE value of 1 significant for a record in the HSP_ACCT_PX_LIST table?
This indicates the procedure is the primary procedure on the account.
True or False. A Prebilled and a Self-Pay bucket are created for each hospital account at the time the hospital account is created.
True, along with an Undistributed bucket
True or False. Each hospital account has one Insurance bucket that holds the balance insurers are responsible for.
False. Not all hospital accounts have any insurance buckets at all, these aren’t created until the account is billed, and are only created if the account has insurance. Also, an account with multiple insurance coverages will have a separate insurance bucket for each coverage.
True or False. The same bucket can appear in the V_ARHB_BKT_AGING_DETAIL view more than once.
True. The same bucket can appear in the view more than once, but only once per aging date.
Which types of buckets are created when a long-stay patient is still in the hospital, but you want to begin the insurance claims process?
Interim Primary and Interim Secondary buckets can be created while a patient is still in-house.
How can you report on insurance denials using the liability bucket tables?
You can use the HSP_BKT_ACT_HX table. Each denial is logged as a bucket action.
What are the four transaction types stored in HSP_TRANSACTIONS?
Charge, payment, debit adjustment and credit adjustment
True or False. PROC_ID in HSP_TRANSACTIONS is only populated for charge transactions.
False, it is populated for every transaction.
Why would a charge have a negative amount in TX_AMOUNT?
A charge reversal will have a negative amount.
What date field in HSP_TRANSACTIONS should be used if you want a revenue report that will be static (returns the same results if run later?
TX_POST_DATE
Is the procedure code seen in Transaction Inquiry in Hospital Billings Account Maintenance stored in HSP_TRANSACTIONS? If so, what column is it stored in? If not, what table and column is it stored in and how do you link to it from HSP_TRANSACTIONS?
No, the procedure code is stored in CLARITY_EAP.PROC_CODE. Linking is from HSP_TRANSACTIONS.PROC_ID to CLARITY_EAP.PROC_ID