Practice Questions Flashcards
True or False: One record in Chronicles may have several Clarity tables extracting data from it
True
How often does the incremental tables get extract to Clarity
Daily; Nightly
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]
3
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?
Data Dictionary
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?
Analytics Catalog
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?
NOTE_ID and LINE
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?
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.
True or False: Derived tables compare to views in general run faster since the data has been stored on the database.
True
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
False, Epic SQL Functions are not required. You may use Oracle or Microsoft SQL Server functions
Which of the following is the best way to determine whether a given database object is a derived table?
Look for a chip in the overview section of the data dictionary.
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
B. Whether a column is deprecated
C. The version when the table was created
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
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
What will be extracted to Clarity for Chronicles items that are not filled out (blanks)?
NULL
What is a Category List?
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
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
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
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?
Single Response, Overtime
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?
CTRL & Click
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
Record Viewer
If you find a table in Clarity Compass will it necessarily be in your Clarity database?
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.
True or False: The Clarity Console stores definitions for the database objects that can be extracted to and stored in the Clarity database.
FALSE The Clarity Compass stores these definitions.
Which of the following tools would you utilize in order to determine the table and column that extracts EPT 18864 Attending Provider?
Enter “CL: EPT 18864” into the Analytics Catalog
What happens to a column that is marked Deprecated?
No more data will be extracted into that column
**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: CLARITY_DEP_CUST_FIELDS likely has not been extracted to the Clarity database. Your ETL administrator can enable this for you.
Define the Cardinality of a relationship
It describes the numerical relationship between entities in two tables