Practice Questions Flashcards

1
Q

True or False: One record in Chronicles may have several Clarity tables extracting data from it

A

True

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

How often does the incremental tables get extract to Clarity

A

Daily; Nightly

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

You are in the Record Viewer opened to a patient encounter and see item EPT 10115 as shown below. For this patient encounter what would be stored in the Clarity column that extracts this item Discharged [3]

A

3

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

You want to add item SER 39: Primary Department to a report. Which of the following is the quickest way to find what Clarity table and column retrieves this item?

A

Data Dictionary

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

You are looking at a colleague’s report and you notice a table you have never used before named CLARITY_ROM. Where in Hyperspace do you go to open the Data Dictionary for this table?

A

Analytics Catalog

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

Item HNO 1024: Notes Linked to Document has an Add type of No-Add and a Response type of Multiple. What is the primary key to the table this item is extracted to?

A

NOTE_ID and LINE

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

After being asked to write a report, you lookup resources in Clarity, without looking up resources in Chronicles, such as Item Editor and the Record Viewer. What are some problems you could have?

A

Those asking for reports can only tell you where data goes in Hyperspace, and won’t know where the data is stored in Clarity.

A join that is necessary in your query may not be a documented foreign key of the Clarity Dictionary.

List values for an attribute of a custom type are not documented in the Clarity Dictionary.

You cannot query attributes of the source object.

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

True or False: Derived tables compare to views in general run faster since the data has been stored on the database.

A

True

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

True or False Epic SQL Functions must be used in place of Oracle or Microsoft SQL server functions in order to return data from Clarity

A

False, Epic SQL Functions are not required. You may use Oracle or Microsoft SQL Server functions

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

Which of the following is the best way to determine whether a given database object is a derived table?

A

Look for a chip in the overview section of the data dictionary.

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

Which of the following can be found when viewing a clarity table in the data dictionary
A. A list of Epic- Released Crystal Reports that use the Clrity Table
B. Whether a column is deprecated
C. The version when the table was created
D. The add-type of the Chronicles items extracted to the table

A

B. Whether a column is deprecated
C. The version when the table was created

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

Which of the following statements is a correct description of Contact Date Real?
A. Only patient (EPT) records can have a Contact Date Real
B. Different records can have contacts with the same Contact Date Real
C. it represents the internal Epic date, followed by a two digit decimal
D. It is randomly generated
E. It uniquely identifies a contact within a master file

A

B. Different records can have contacts with the same Contact Date Real
C. it represents the internal Epic date, followed by a two digit decimal

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

What will be extracted to Clarity for Chronicles items that are not filled out (blanks)?

A

NULL

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

What is a Category List?

A

Category list is a system, or Epic list, it is not editable. When using a filter use the value itself rather than the name.
A defined value that be stored in a chronicles item
Investigate list using item editor
Investigate list using Category List Maintenance

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

A Chronicles item can store one or more options form a limited list. Which of the following could account for this behavior?
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 values, 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
16
Q

A Chronicles item stores one value, but it can store a different value for each contact on a record. Which of the following could explain this?

A

Single Response, Overtime

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

A lab manager tells you he needs a report about lab specimens and brings you to the field where he can fill in various information. What would you do to determine the INI and item numbers of the data he is requesting?

A

CTRL & Click

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

A clinical administrator requests a query to include data for a patient’s registries. She is not sure of the INI and item number but she knows the 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
19
Q

If you find a table in Clarity Compass will it necessarily be in your Clarity database?

A

Not always the case. The Clarity Compass will show all of the tables that are possible but at your organization you might not have every table extracted.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
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
21
Q

Which of the following tools would you utilize in order to determine the table and column that extracts EPT 18864 Attending Provider?

A

Enter “CL: EPT 18864” into the Analytics Catalog

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

What happens to a column that is marked Deprecated?

A

No more data will be extracted into that column

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
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 Data Dictionary but cannot query the table on your database.

B. You include the column that extracts I EPT 60, Patient City, in your query but it only returns a number.

C. CLARITY_ROM exists on your database, but it stores no rows.

D. A patient exists in the PATIENT table whose BIRTH_WRIST_BAND value isn’t documented.**

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
24
Q

Define the Cardinality of a relationship

A

It describes the numerical relationship between entities in two tables

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

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

A

Record ID

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

What is stored in a networked item?

A

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

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

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

A

Search the Data Dictionary for I EPT 18867 to find the foreign key column in the starting table. You can also 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
28
Q

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

A

Yes, 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
29
Q

If an items response type is multiple what element will be found in the primary key of the table extracting the item?

A

LINE

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

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

A

CSN or RECORD_ID and Contact Date Real

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

True or False: The SQL column title and SQL description fields in the item information window do not relate to Clarity or Caboodle columns

A

True: These fields relate to the KB_SQL columns utilized in the Clarity ETL process

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

When you are filling a field in Chronicles that looks up a record you can use the = key to bring in the last record used.

A

In this case if you set the INI to EPT and insert = into the record it will automatically bring in your patient.

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

Since both response each time and lookback items store data on the contact these add types may collectively be referred to as over time add types

A

True

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

A Category list table is often referred to as

A

a ZC Table

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

true or false: Epic SQL Functions are unique to Clarity and they are not found in the Analytics Catalog. You will need to use the Database Object Search to research Epic SQL Functions.

A

True

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

is the time when the user accesses the data, the time when the event actually took place.

A

ACCESS_TIME
Example: If a home health nurse saw a patient at 8am but doesnt sync her laptop until 10pm ACCESS_TIME the time the event took place would be 8am and ACCESS_INSTANT the time the event was logged to the event log would be 10pm.

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

is the time when the event was logged to the event log

A

ACCESS_INSTANT

Example: If a home health nurse saw a patient at 8am but doesnt sync her laptop until 10pm ACCESS_TIME the time the event took place would be 8am and ACCESS_INSTANT the time the event was logged to the event log would be 10pm.

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

If both the ACCESS_LOG_TYPE_C and METRIC_WRKF_TYP_C columns are populated then the even definition is tracked using both types of event logging so one event populates both ACCESS_LOG and ACCESS_WRKF

A

Keep this in mind if you are creating a report that counts rows in each of these tables.

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

The Clarity data base is largely determined by the structure of -

A

Chronicles

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

Upon receiving a report request what four things do you need

A
  1. Identify the data elements you will need for the report
  2. Find the INI and Item numbers of the data points to use on the report
  3. Use the INI and item numbers to find the appropriate Clarity tables and columns
  4. Join the Clarity tables together using the correct foreign key information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

The INI and item number is the Chronicles address for a piece of data.

A

It is with this Chronicles address that you can map the data point to the appropriate table and column in Clarity.

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

Activities to look up Chronicles data information:
Item Information window CTRL Click
Record Viewer
Item Editor
Category List Maintenance

A

Chronicles Research

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

This window indicates the INI and item number where the data is stored along with other information about the item as a whole.
Click more for item details such as add type, response type and networked INI if the item is networked.

A

Ctrl Click Item Information Window

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

Once you know the INI, Record ID and Contact for a piece of data you can use __________ to find the INI and item number

A

Record Viewer

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

is an activity in Hyperspace that provides a read only view of
raw data in Chronicles record. Shows all items on a particular contact of a particular record.

A

Record Viewer In order to view data you must specify the Masterfile, Record and Contact for the data you want to see.

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

Record Viewer is the most convenient place to find _______ for a piece of data -

A

INI and Item number

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

Items that are part of a related group are displayed next to each other in a table.

Category items display both the value and name of the category they hold.

Networked Items display both the ID and the name of the record they network to.

A

Record Viewer Information

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

Null Values in Clarity

A

Clarity columns that are NOT primary keys can be null.

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

Null Values in Clarity exist for several reasons

A

Not all fields are populated in Chronicles
ETL data cleansing deletes incorrectly formatted data
A column may no longer extract data because it is deprecated.

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

shows the definitions of a Chronicles item. It doesnt show a particular value stored in the item it shows information about how the item behaves for ALL values.

A

Item Editor

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

Category List Maintenance

A

When using a category list value as a filter the query can run more efficiently when filtering on the category value itself rather than the name in the category list table. Gives full detail regarding category list

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

To view a category list

A

Category values can be shown in the item editor in the Category section. only the first 100 values in the list.
To see the complete list, access Category List Maintenance in Hyperspace.

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

Item Editor : Category List

A

Item editor is only able to display small subset of potential choices.

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

Release Range

A

Indicates which category values are released by EPIC and cannot be modified

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

Describes how long a piece of data is valid. Determines whether
an items value is stored on each contact or directly to the record

A

Add Type

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

Stored directly on a record. Value should be considered as true
for all contacts on the record. If item does get changed the value is replaced. Example: Patient Date of Birth

A

No - Add

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

stores item values separately on each contact but assumes the
last value is true until a new value is entered. Example: Patients age, only updates if there is a change from the last time the patient
was seen.

A

Lookback

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

Overtime Add types

A

response each time and lookback items

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

Stores the value separately on each of the record contacts.
Example: Blood pressure collected on each visit. If not collected value will return blank

A

response each time

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

Three steps: Investigate Clarity

A
  1. Find the INI and item number of the data point to use on the report.
  2. Use the INI and item number to find the appropriate Clarity table and column.
  3. Combine the Clarity tables using the appropriate foreign key
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
61
Q

Clarity Tools

A

Clarity Console, Clarity Compass

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

Utilized to set definitions of how Chronicles items will
translate into Clarity. Utilized by ETL admin to define structure of Clarity tables. Useful to BI developers to view mapping. Provides organization specific information about the Clarity Database.

A

Clarity Compass

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

data types used by Clarity

A

Strings are VARCHARS
Numbers are NUMERIC
Categories are INTEGER or VARCHAR
Dates, times and instants are DATETIME
Dates are pulled in as midnight on the date.
Times are pulled in as the time on 01/1/1900

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

When you see an empty grid -

A

The column extracts data not stored in Chronicles item or the column extracts calculated data.

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

Search by table name or the name of another database object.

A

Database Object Search

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

What tab in Data Dictionary shows information about Clarity Columns?

A

Summary Tab

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

What four attributes are most useful for BID developers in the Overview Section?

A

Type of Database Object
Load Frequency
Master File
Grouped Table

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

Type of table: Extracted, Derived Table, View and Function

A

Type of Database Object

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

Refers to how often data gets loaded into a specific Clarity table. The most common load frequencies are INCREMENTAL, WEEKLY_ FULL and MONTHLY

A

Load Frequency (Database Object Search)

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

Grouped Tables (Database Object Search)

A

Grouped tables are extension tables created when an original table has enough columns to warrant splitting it into different tables.
Grouped tables have the same primary key and generally have the same table name with a suffix of _2 _3

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

Description (Database Object Search)

A

An Epic released description of the table

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

Notes (Database Object Search)

A

The tables notes are organization specific documented at your organization by the ETL Admin or another user with the proper security

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

Release Version (Database Object Search)

A

The version of Epic software with which the table was first released. Birth date of the table

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

Primary Key (Database Object Search)

A

The primary Key section will enumerate the column(s) that would be utilized in order to identify a row uniquely in a table. Also gives out the level of granularity a table has

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

Columns (Database Object Search)

A

The Columns section lists the columns present in the table along with some of its properties. Each column name links to that
column’s information, which is inside the column tab of the table workspace.

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

Indexes (Database Object Search)

A

The indexes section outlines the columns indexed in the table. Using these as filters in query can help query performance and speed of the query. Keeping the inventory of indexes documented is a responsibility of your Clarity Admin

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

Category List Tables

A

If a table is returned with a column C in a query the results will be numbers. Numbers are returned because C columns stores the category value from a category list. To translate values into names join to a table with prefix ZC A category LIST table it often referred to as a ZC table. The Category list table for an item extracts the entire category list and follows a set format ZC[Category List Name]

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

Online Resources

A

Clarity Dictionary or Report Repository

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

On the Userweb within Data Handbook, is the single source
of reference information about the Clarity data model. Presents information about released Clarity tables with out requiring the BI developers to have access to Hyperspace. Contents:
Tables and Column Names’
Table and Column descriptions
Index Information
Primary and Foreign keys
Category Values for Epic released category lists
Search by typing a keyword, Clarity Table name or column

A

Clarity Dictionary

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

within the data handbook, contains reference information for Epic released and customer written reports. It is a storage location for reports written using a variety of reporting tools. As a BI Developer the Report repository is a useful resource to investigate Clarity tables used in a similar report request.

A

Report Repository

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

ETL Tools

A

Clarity Compass and Clarity Console

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

Defines what Chronicles production data will be extracted
into which Clarity tables and columns. Defines the structure of your Clarity tables including primary keys.

A

Clarity Compass

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

Schedules the extract of defined tables from Chronicles to
Clarity. Displays information about previously run extracts. Primarily a tool for Clarity ETL admin and Clarity Database admin

A

Clarity Console

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

Since different tables can have different frequencies some of your data in Clarity may be more up to date than other data. If you are joining two tables with different frequencies a LEFT OUTER JOIN may be needed to make sure the report returns necessary data.

A

Different Load Frequencies

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

You can account for an instance where not all of the required data populates in clarity by adding in a case in your SQL to pull “*Unknown name [Room ID]

A

Different Clarity Table with different frequencies

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

Reasons for Deprecation

A

Most commonly due to change in underlying Chronicles data

Column may no longer be in use or may not behave as desired so a different item will be configured to replace it.

Issue may reside in Clarity column itself perhaps the data is not extracted in a standard format.

Other times a column may be deprecated in order to guide report writers to a certain reporting structure that will better serve the end user’s understanding.

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

will flag obsolete columns

A

Deprecated

88
Q

True or False: Clarity Compass stores a list of all possible database objects that can be extracted to the Clarity Database.

89
Q

If you find a table in Clarity Compass it will be in the Clarity database

A

False not necessarily, your organization may not have every table extracted.

90
Q

How can you find out if a table is extracted?

A

look for a chip in the overview section of the data dictionary

91
Q

tables for each application in Epic that contains the majority of reportable data points populated by workflows for that application

A

Core Tables

92
Q

You have an INI and item number and would like to see the Clarity table and column it extracts to

A

Data Dictionary

93
Q

You would like to find a specific category value for a given Chronicles item

A

In Hyperspace use Category List Maintenance or Item Editor or Clarity dictionary on the Userweb

94
Q

For a given reporting topic you would like to see the most commonly used tables as well as the connections between them

A

UserWeb: Galaxy Search: ER Diagrams

95
Q

You are given a query request where the requester gives instruction for how to access the field in Hyperspace that stores the data they need.

A

Go to the Hyperspace location: Ctrl Click for Item Information

96
Q

You know a patient that has a birthdate of 8/13/2011 and want to know the INI and item number of the item that stores the birth date.

A

Hyperspace: Record Viewer

97
Q

You find an unfamiliar table on a colleagues report and would like to learn more about it

A

Database Object Search

98
Q

You want to find existing Epic reports available for a specific reporting need

A

UserWeb : Data Handbook: Report Repository

99
Q

Why doesn’t one Chronicles Master file translate to one Clarity Table?

A

Avoid duplicate data and Use consistent granularity

100
Q

What kind of Chronicles item property types allows multiple values can be kept per record

A

Add type and Response type

101
Q

Indicates for how long a piece of data is valid.

102
Q

valid for entire record

103
Q

valid for a limited period of time

104
Q

Indicates how many lines of data an item can hold.

A

Response Type

105
Q

holds only one line of data

106
Q

holds multiple lines of data

107
Q

Unique with the RECORD
Also need the record ID to uniquely identify the contact
Exists in every contact

A

Contact Date Real (CDR)

108
Q

R Record ID (.1) : Unique within the Master File

109
Q

Unique within a masterfile.
Only exists in certain master files.

A

Contact Serial Number (CSN)

110
Q

Unique within the item

111
Q

**All data in a single extracted table in Clarity typically come from the same Chronicles **

A

Master file

112
Q

All data in a single extracted table in Clarity typically come from items with the same and _

A

Add Type and Response Type

113
Q

Multiple response Chronicles items typically extract to _clarity tables unless they are part of the same related group.

114
Q

Numerical relationship between tables

A

Cardinality of a relationship

115
Q

If an item has an add type of Look Back and a response type of Single what would be the primary key of the table that stores this data?

A

CSN or Record ID and CDR (Contact Date Real)

116
Q

Queries stored in the database
Do not store results
Usually begin with V_

117
Q

Populated by stored procedures (Stored SQL statement run during ETL)
These are materialized views
Usually begin with F_ or D_

A

Derived Tables

118
Q

Are there any visual indicators in the ER Diagram that distinguish views from other database objects, such as extracted tables?

A

Yes Views appear with a brownish/orangish background whereas extracted tables appear with a white background. This draws your attention toward the views.

119
Q

Built to meet specific reporting needs.
Can simplify your report

A

Views and Derived tables

120
Q

Which occupies more room on your Clarity server a Derived Table or a View?

A

Derived tables

121
Q

When CANT an audit report be done using Caboodles type 2 data?

A

the Type 2 column is too new
ETL disruptions at critical points
Someone wants to know origin of the change:

122
Q

When CAN an audit report be done using Caboodles type 2 data?

A

A type 2 column exists
Dont need full change history
Dont need to know much about the change
An end of day value is sufficient

123
Q

True or False: Every single item in Chronicles is audited the exact same way

A

False: There is no one way that information is audited

124
Q

Starting a join with the most granular table will maintain a consistent granularity with each subsequent join

A

Linking between tables

125
Q

in Chronicles define relationships between an item in one master file and a record or contact

A

Networked Items

126
Q

Each networked item will contain

A

the ID of a Chronicles record or contact.

127
Q

You have a patient query and you want to show the name of the patients providers. Item EPT 18867 Admitting Provider is a networked item that points to the SER master file.
How would you use Column Search help to display the name of the admitting provider

A

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

128
Q

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

129
Q

What is the most common database object in Clarity

A

Extracted tables are the most common database object in Clarity.

130
Q

simplifies the Clarity ETL process allowing data to move efficiently from Chronicles to Clarity.

A

The Clarity data model

131
Q

Subset of data designed to meet the needs of specific reporting
area.

132
Q

True or False: Views and Derived tables are considered SQL based data marts which use information already stored in Clarity database.

133
Q

Section of the Summary tab. Lists Clarity tables and columns and even views and derived tables that comprise the underlying structure of a given database object.

A

Dependent Database Objects

134
Q

True or False: Clarity Console checks to see if all dependent database objects have completed their data loads before executing the scripts that will populate derived tables.

135
Q

A person, place or concept about which information is kept

136
Q

An association between two entities

A

Relationship

137
Q

An entity that contributes a foreign key to another entity. The one
side of a one to many relationship

138
Q

An entity that inherits a foreign key from another entity. The many side of a one to many relationship

139
Q

The numeric relationship between rows in the parent table and
rows in the child table. This usually denoted in the “M to N” statement. For example one to one or zero to one to one or more

A

Cardinality

140
Q

refers to whether or not the child entity must have a parent entity. There are two kinds of existence mandatory and optional. Also known as optionality.

141
Q

Ifs not possible for the foreign key in the parent entity
to have a null value in the child entity. For example the relationship between PAT_ENC.PAT_ID and PATIENT.PAT_ID is mandatory because there cannot be an encounter for a patient without having the patient. The cardinality of such a relationship is always one to X so such relationships are drawn with a 1 on the parent side.

A

Mandatory Existence

142
Q

It is possible for the foreign key in the parent entity to
have a null value in the child entity. For example because an encounter may not be closed when the Clarity extract process occurs the relationship between PAT_ENC.ENC_CLOSED_USER_ID and CLARITY_EMP.USER_ID is optional. The cardinality of such a relationship is always zero to one to X such relationships are drawn
with a 0 on the parent side.

A

Optional Existence

143
Q

The type of a relationship is determined by how the parent entity primary key is used in the child entity. There are three types of relationships: identifying and non-identifying and non-specific.

144
Q

The primary key of the parent entity is contained in
the primary key of the child entity and is used to define the relationship between them. Note all the primary keys of the parent and child entity do not have to be equal the child
can potentially have more columns in its primary key Such relationships are always mandatory and are drawn with solid lines.

A

Identifying Relationship

145
Q

The parent entity’s primary key is not included
in the child entity’s primary key. Such relationships are drawn as dashed lines.

A

Non Identifying Relationship

146
Q

Many to many relationships and are rare in the Clarity Data Model. In almost all cases where such a relationship could arise. it has been resolved by the introduction of an intermediate table.

A

Non Specific Relationship -

147
Q

How is age calculated for an inpatient admission?

A

It can be calculated in either years or days at the time of an encounter. You can tell this by the Scripts tab in a column or by reading the column information.

148
Q

What are dependent database objects listed in Data Dictionary How would you use this information?

A

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

149
Q

V_PAT_FACT is based on the PATIENT table. What logic has been applied to the 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 queries tab of the data dictionary for V_PAT_FACT

150
Q

How does Clarity join data from two related groups in Chronicles?

A

One related group can have an item to store the line number of a different related group.

151
Q

True or False Chronicles uses one structure for all audit trails

A

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

152
Q

only contains events with an Access History log type

A

ACCESS_LOG

153
Q

contains only events with a Workflow Activity log type.

A

ACCESS_WRKF

154
Q

the date and time when the workflow activity even
happened. Use this column to filter any query on ACCESS_WRKF

A

ACCESS_TIME

155
Q

the unique ID of the M process for Hyperspace connection to Chronicles

A

PROCESS_ID

156
Q

The unique ID of the metric that specifies what action has been
taken by the user.

157
Q

Unique ID of the user who was logged in when this access history
even occurred. This column is frequently used to link to the CLARITY_EMP table

158
Q

The identifier of the workstation on which this access
history even occurred. Links to CLARITY_LWS.WORKSTN_IDENTIFIER

A

WORKSTATION_ID

159
Q

is the time at which the user accessed the data when the
even took place. human readable format

A

ACCESS_TIME

160
Q

the time at which the even was logged to the even logging data structure is an internal representation of time

A

ACCESS_INSTANT

161
Q

Additional pieces of information associated with an
event.

A

Event Mnemonics

162
Q

Once a row is generated in the table the information
contained in it will not change.

A

Append only tables

163
Q

You find an unfamiliar table on a collegues report and would like to learn more about it -

A

Database Object Search or Data Dictionary

164
Q

You want to find existing Epic reports available for specific reporting need -

A

Report Repository
Where Found: UserWeb > Data Handbook

165
Q

CTRL Click - ANSWER Why used

A

Retrieve INI and item # from a field
Where: Hyperspace field
Database: Chronicles

166
Q

Record Viewer - ANSWER Why used:

A

View raw data in Chronicles
Where: Hyperspace activity
Database: chronicles

167
Q

Item Editor - ANSWER Why used

A

lookup item characteristics
Where: Hyperspace activity
Database: Chronicles

168
Q

Category List Maintenance - ANSWER Why used

A

To lookup category list values
Where Hyperspace activity
Database Chronicles

169
Q

Database Object Search - ANSWER Why used:

A

to get more information about a database object (table view, Epic function) such as the primary key.
Where Hyperspace activity
Database Clarity

170
Q

Report Repository - ANSWER Why used:

A

To find table used in similar existing report
Where: UserWeb > Data Dictionary : Report Repository
Database: Chronicles, Clarity and Caboodle

171
Q

Why is it a good practice to start research in Chronicles

A

Customers requesting reports are often poorly educated about database instead they might give you just example data point for what they have put into Hyperspace.

ER Diagrams Foreign Key sections may not be useful because they don’t have complete set of possible Clarity tables and joins.

With Chronicles, you can look at the data at its source and therefore help validate the data and investigate the links between the different data points.

172
Q

What is a common Clarity naming convention for columns that extract from a networked items?

A

The column name ends in _ID

173
Q

True or false: every master file contains CSNs

A

False, only some

174
Q

What level is a CDR unique on?

A

Record level. So we also need Record ID to uniquely identify the contact

175
Q

What does the Item Editor show?

A

Definitions and properties of chronicles item. Doesn’t show the value

176
Q

Category list maintenance would reveal how many categories?

A

All values and not just first 100

177
Q

How do data types change when ETL transform data from Chronicles to Clarity?

A

Strings become VARCHAR, numbers become NUMERIC, categories become INTEGER or VARCHAR, dates times and instants become DATETIME

178
Q

What does Database Object Search provide?

A

Table Summary Tab shows info relevant to the entire table

179
Q

True or false: the foreign key section of the clarity dictionary includes a full list of every possible join between tables in Clarity

A

False. Should be primarily used to identify category list tables

180
Q

What join would you utilize to for two tables that have a different load frequencies?

A

Left outer

181
Q

True or false: columns and tables can be deleted in clarity

182
Q

Where to see changes of database version?

A

Compass Comparison or Data Model Change Analyzer

183
Q

True or false: one chronicles master file translates into one clarity table

A

False. They have different granularity

184
Q

What are the two possible identifiers for contacts in Epic?

A

Contact serial number (CSN) or contact date real (CDR) combined with record ID

185
Q

What are the two master file categories

A

Static and dynamic

186
Q

Which column becomes part of the primary key in multiple response items?

187
Q

What is the primary key of single, no add item? -

188
Q

What is the primary key of single, overtime item?

A

CSN or Record ID + CDR

189
Q

What is the primary key of multiple, no add item?

A

Record ID + LINE

190
Q

What is the primary key of multiple, overtime item?

A

CSN or Record ID + CDR + LINE

191
Q

True or False: All data in a single extracted table in Clarity are typically from the same chronicles master file

192
Q

True or False: All data in a single extracted table in clarity come from items with the same add type and response type

193
Q

True or false: multiple response chronicles items typically extract to separate clarity tables

A

True, unless they are part of the same related group

194
Q

How do you connect master files to each other?

A

Networked items

195
Q

True or false: a particular networked item will always reference the same master file

196
Q

If you joined to the same table more than once in a query, what would you have to do?

A

Alias the table in each join

197
Q

Where would one find the ability to investigate views?

A

Queries section

198
Q

Where would you go to find the underlying data for a view or derived table?

A

Dependent Database Objects section of the summary tab. Or Dependencies section

199
Q

True or false: views and derived tables are SQL-based data marts

200
Q

True or False views and derived tables can store or retrieve data at any desired granularity

201
Q

Which of the Reporting Workbench templates examines other Reporting Workbench templates?

A

Report Template Audit -> Template Editor

202
Q

What is the unique number assigned to a contact in a master file?

A

CSN - Contact Serial Number

203
Q

items store data directly on a record, not a specific contact
item should be considered true for all contacts on that record.

204
Q

items store values separately on each of a record’s contacts.
if item is blank for a certain contact, it should be considered unknown.

A

Response Each Time

205
Q

store values separately on each contact but assume that the last value entered remains true until a new value is entered.

206
Q

How can you specifically search the Analytics Catalog for only Clarity database objects?

A

In the Content Type field of the Advanced Search options, select CLARITY (CL); alternatively, include Clarity: or CL: in your search

207
Q

No-Add and Single

208
Q

No-Add & Multiple/Related

A

Record_ID, LINE

209
Q

Overtime & Single

A

CSN or Record_ID and CDR

210
Q

Overtime & Multiple/Related

A

CSN,LINE OR Record_ID, CDR, & LINE

211
Q

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

A

The lookup column of the source table.

212
Q

True or False: All metric definitions (IDN records) will reference the Clarity database.

A

False. IDN records may reference many possible data sources including Clarity or Caboodle.

213
Q

Results of a Cogito SQL Reporting Workbench report that is searching on patient IDs could return:
A. Any PAF that is displaying Chronicles information
B. Any PAF that is displaying a column from the select clause of the SQL query
C. Any PAF that is displaying a column from the source database (Clarity or Caboodle)

A

A. Any PAF that is displaying Chronicles information
B. Any PAF that is displaying a column from the select clause of the SQL query

214
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?

215
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.

216
Q

What is in the Column Section of the Data Dictionary?

A

Name, Data Type, Category Lookup, Chronicles Info, Description

217
Q

True or False: Multiple Clarity tables might extract from a single record in Chronicles