Introduction (DBO, Columns) Flashcards
PB Guarantor:
Master File = ?
Clarity Table = ?
- Master file: EAR (Epic Accounts Receivable)
- Clarity Table: ACCOUNT
(Aug. 2021, 1.15)
What is the Clarity table and column for a guarantor’s PB balances?
- Table: ACCOUNT
- Column: TOTAL_BALANCE
(Aug. 2021, 1.15)
What is the Clarity table and column for a guarantor’s Hospital Billing balances?
Table: HSP_ACCOUNT
Column: HB_BALANCE
(Aug. 2021, 1.15)
What Clarity table stores basic patient demographic information?
PATIENT - contains a row for every patient
Aug. 2021, 1.18
What Caboodle table stores basic patient demographic information?
PatientDim - contains a row for every patient update
Aug. 2021, 1.18
What Clarity table(s) store clinical details about encounters?
- PAT_ENC
- PAT_ENC_HSP
(Aug. 2021, 1.18)
What Caboodle table(s) store clinical details about encounters?
- EncounterFact
- VisitFact
(Aug. 2021, 1.18)
What Clarity table contains guarantor information?
ACCOUNT
Aug. 2021, 1.18
What Caboodle table contains guarantor information?
GuarantorDim
Aug. 2021, 1.18
Name the Clarity table(s) that provide the relationships between guarantors and the patients they are responsible for.
Table: ACCT_GUAR_PAT_INFO
Granularity: one row for each patient-guarantor relationship
(Aug. 2021, 1.18)
How would you determine the guarantor balance in Caboodle?
You would aggregate the balance from the guarantor’s associated hospital accounts in BillingAccountFact.
(Aug. 2021, 1.19)
Do guarantor balances appear in GuarantorDim?
No.
Aug. 2021, 1.19
In what Clarity table do guarantor accounts appear?
ACCOUNT
Aug. 2021, 1.19
What are the main Clarity database objects for coverage?
- COVERAGE
- V_COVERAGE_PAYOR_PLAN
(Aug. 2021, 1.19)
What is the main Caboodle database object for coverage?
• CoverageDim
Aug. 2021, 1.19
List the Clarity tables for the following Coverage database objects: • Coverage • Subscriber • Payer • Plan • Members
- Coverage - COVERAGE
* Subscriber - COVERAGE
* Payer - CLARITY_EPM
* Plan - CLARITY_EPP
* Members - PATIENT
(Aug. 2021, 1.20)
List the Caboodle tables for the following Coverage database objects: • Coverage • Subscriber • Payer • Plan • Members
- Coverage - CoverageDim
* Subscriber - CoverageDim
* Payer - CoverageDim
* Plan - CoverageDim
* Members - PatientDim
(Aug. 2021, 1.20)
List the master files for the following Coverage database objects: • Coverage • Subscriber • Payer • Plan • Members
- Coverage - CVG
* Subscriber - CVG
* Payer - EPM
* Plan - EPP
* Members - EPT
(Aug. 2021, 1.20)
List the Clarity and Caboodle tables that track coverage for members:
Clarity: COVERAGE_MEMBER_LIST
Caboodle: EligibilityEventFact
• Only to be use when reporting on managed care coverages through Tapestry
(Aug. 2021, 1.20)
List the Clarity and Caboodle tables that store a list of the coverages:
- Clarity: HSP_ACCT_CVG_LIST
• Contains one row for every coverage on the hospital account
• The LINE column represents the filing order - Caboodle: BillingAccountFact
• Contains columns for the first 5 coverages on the hospital account
(Aug. 2021, 1.20)