Clarity Test Flashcards

1
Q

A Chronicles item can store one or more options from a limited list. Which of the following could
account for this behavior? ﴾Choose all that apply﴿
A. Single Response
B. Multiple Response
C. Networked
D. Overtime
E. No‐Add
F. Category

A

B, C and F. If a Chronicles item can store one or more options it is a multiple response item. If
the options come from a limited list, that item may be a category item, where the category list is the
list of options, or networked, where the records or contacts in the destination master file is the list of
options

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A Chronicles item stores a single value, but can store a separate value for each contact on a record.
Which of the following could account for this behavior? ﴾Choose all that apply﴿
A. Single Response
B. Multiple Response
C. Networked
D. Overtime
E. No‐Add
F. Category

A

A and D. If a Chronicles item can store only one value it is a single response item. If a separate
value is stored on each contact the add type is Overtime

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A lab manager tells you he wants a report on lab specimens, and shows you the field where he can
input various information. What method would you use to find the INI + Item numbers of the data
he’s looking for?

A

Ctrl + Click

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A clinical administrator requests a query to include data for a patient’s registries. She’s not sure of the INI and Item number, but she knows patient is on the Lung Cancer Screening registry. What tool would you use to find the INI and item number given this information?

A

Record Viewer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In Clarity, which of the following columns COULD contain a NULL value?
A. A foreign key column that would store the patient’s primary care provider
B. A date column that would store the discharge date for an encounter
C. A string column that stores a patient’s email address
D. A numeric column that stores the patient’s age in years
E. A column that is the primary key of a table

A

All but E. In Clarity the only column that CANNOT be NULL is a column in the primary key of a
table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

True or False: The Clarity Console stores definitions for the database objects that can be extracted to and stored in the Clarity database.

A

False. The Clarity Compass stores these definitions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which tool would you use to find the table and column that extracts EPT 18864: Attending Provider?

A

Column Search, to enter the Clarity Compass

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

In which of the following scenarios would it be appropriate, and even necessary, to reach out to your Clarity ETL administrator?

A. You need to use CLARITY_DEP_CUST_FIELDS in a report. You found the table in the Clarity Compass, but cannot query the table on your database.

B. You found a view that looks useful in your reports. You query the view, get data returned,but you want to know how this view fits in with your reports.

A

A. CLARITY_DEP_CUST_FIELDS likely has not been extracted to the Clarity database. Your ETL administrator can enable this for you

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

If an item’s add type is no add and response type is single, what element will be present in the primary key of the table that extracts the item?

A. Record ID
B. A Contact Identifier such as CSN
C. Line

A

A. If an item’s add type is no add and response type is single then the primary key of the table will include the Record ID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What value is stored in a networked item?

A

The .1 of a Chronicles record or the CSN of a contact on a Chronicles record

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

You have a patient query and would like to display the name of the patients’ providers. Item EPT18867: Admitting Provider is a networked item that points to the SER master file. How can you use Column Search help display the name of the admitting provider?

A

Use Column Search on I EPT 18867 to find the foreign key column in the starting table. You can also use Column Search on I SER .2 to find the table that stores provider names. Use the foreign key of the starting table to join to the primary key of the destination table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

True or False: Would it be possible to have more than one copy of the same table in one report? Why or why not?

A

True; Because Chronicles master files can reference each other multiple times, there are multiple ways to link Clarity tables together

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

If an item’s response type is multiple, what element will be present in the primary key of the table that extracts the item?

A

Line

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Why is it good practice to conduct research in Chronicles?

A

Report requesters may only be able to provide a workflow or a field in Hyperspace. In Chronicles you can open the Record Viewer and validate the data in the source and explore links between the data points. The most reliable way to find the Clarity column that reflects the data point is to use the information stored in the Clarity Compass. Understanding how the data is structured in Chronicles will allow you to better understand the structure of Clarity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which part of the join does the Chronicles networked item map to?

A

The foreign key of the source table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which column in the destination table is used with the starting table’s foreign key column in the join?

A

The primary key of the destination table is used with the starting table’s foreign key column in the join. This column is often the record .1 and the column ends with _ID but that naming convention is not enforced

17
Q

What extracted tables act as dependent database objects for F_hh_OASIS_Single?

A

HH_OASIS_INFO, HH_PAT_ENC, PAT_ADDENDUM_INFO, PAT_ENC, SMRTDTA_ELEM_DATA,
SMRTDTA_ELEM_VALUE

18
Q

What are “dependent database objects”, listed in the Clarity Compass? How can you use this information

A

The list of database objects upon which this object depends.
This list can help determine what extracted tables and columns a view or derived table can be used
in place of

19
Q

V_PAT_FACT is based on the PATIENT table. What logic has been applied to PATIENT in this view?
How can you find this information?

A

V_PAT_FACT uses Case statements in to calculate patient age. The logic can be viewed from the Scripts tab of the Clarity Compass for V_PAT_FACT.

20
Q

All metric definitions ﴾IDN records﴿ will reference the Clarity database.

A

False. IDN records may reference many possible data sources including Clarity or Caboodle. To
learn more about a specific IDN, investigate the record

21
Q

Results of a Cogito SQL Reporting Workbench report that is searching on Patient IDs could return

A

A and B. A Cogito SQL template can display Chronicles information or information from the select
clause of the SQL query.

22
Q

A manager needs to know who has made changes to patient demographics in the last six months.Will Caboodle likely be able to meet this report request?

A

No. snapshot change tracking does not track who made a change.

23
Q

True or False: Chronicles uses one structure for all audit trails

A

False. Although audit trails are often stored in related groups, the structures of audit trails vary