Data Lineage Flashcards
True or False: Epic Data is stored in one database?
False, all epic data is stored in one of 3 databases: Chronicles, Clarity, and Caboodle.
True or False: Data Lineage refers to the origin of data as it flows from one database to another?
True 85
True or False: data Lineage starts with chronicles?
True
What is a database?
A database is an organized collection of data. In many reporting tools, databases are also called data sources. The purpose of a database defines its structure. 86 and Caboodle each have different purposes, so each has a different structure, and each is separate from the other.
What is the flow of data in Epic?
Data lineage refers to the origin of data as it flows from one database to another. Epic Data linages starts with chronicles. This is where nurses, registrars, doctors, billers, and other users enter data. 86
* First Epic users enter data into chronicles. This is done through hyperspace or classic.
* Then every night, clarity ETL (Extract, Transform, and Load) transfers data from chronicles to clarity.
* Last, Caboodle ETL transfers data from clarity to caboodle the same night as clarity ETL.
What is data lineage?
It refers to the origin of data as it flows from one database to another. Epic data lineage starts with Chronicles. This is where nurses, registrars, doctors, billers and other uses enter data. 86
True or False: Chronicles stores a limited amount of patients medical records in various locations?
False, Chronicles is designed to be efficient for daily healthcare operations. When healthcare staff want information from a patient’s medical record, they typically want a lot of data about that patient. Chronicles meets this need by storing a patients entire medical record in a single location, making retrieval of one patients information very efficient. 86
Hoe does data flow from chronicles, to clarity, to caboodle?
- First Epic users enter data into chronicles, usually through Hyperspace or Classic.
- Then, every night, Clarity ETL (Extract, Transform, and Load) transfers data from chronicles to Clarity.
*Last, Caboodle ETL transfers data from Clarity to Caboodle the same night as Clarity ETL.
Where does Epic data lineage start?
It starts with chronicles. This is where nurses’ doctors, and others enter data. 86
Explain the structure of chronicles in relation to Master files, records, contacts, individual data points in a record.
The structure of chronicles is tree like. 86
* Chronicles is first divided into master files.
o Contain formation about a broad subject
o Example, all patients’ medical records in epic
* Each master file contains records
o Records contain information about individual entities within a master file.
o Example, information about a single patient or a single order.
* Records contain contacts
o Contacts contain information about points in time for a record. 86
o Example. Patient encounters.
* Individual data points within a record or contact are stored in items.
o Example stores social security and admission date.
What type of database is chronicles?
Production or operational database. all the build happens in chronicles.
The structure of chronicles is tree like and is composed of what?
Master file, records, and contacts
True or False: Chronicles is first divided into master files?
True, these master files contain infomration about a broad subject.
In chronicles records, what do they contain?
contacts. Contacts contain information about points in time for a record.
For Chronicles, individual data points within a record or contact are stored in what?
Items, for example, the patient master file has an item that stores social security number and an item that stores admission date.
True or False: items can store multiple pieces of information?
True, Items that store multiple pieces of information at a time have multiple lines. For example, there is an item for diagnoses that has one line for each diagnosis entered.
True or False: Clarity is an operational database for nurses and doctors?
False, Clarity is a relational database for reporting on large amounts of data over long periods of time. 87
True or False: Data travels from chronicles to clarity?
True, data from chronicles gets moved to clarity. The clarity data is organized into a relational structure.
True or False: Chronicles and Caboodle are relational databases?
False, Caboodle and Clarity are the relational databases.
True or False: Slicer points to Caboodle?
True, it says hey, caboodle, find this answer for me.
True or False: Clarity is a reporting database?
False, clarity is a data store. Caboodle is the reporting database.
How do you access clarity data?
Using SQL 87
How does Clarity store data?
Clarity stores data in tables that look like a two-dimensional grid with rows and columns.87
How does Clarity’s two-dimensional grid look like?
It is a two-dimensional grid with rows and columns. This means that each row represents an entry in the table. Now its columns each holds a piece of information about the row. 87
What are some similarities between clarity and caboodle?
Clarity and Caboodle are relational databases that consist of rows and columns.
They both can be accessed using SQL.
Can report large amounts of data over long periods of time. 87
What is one difference between clarity and caboodle??
Caboodle is a data warehouse, which means it can hold data from multiple sources: Both epic and non epic data.
True or False: all Epic data is in caboodle?
False, not all epic data is in caboodle, and clarity holds much more epic data than caboodle. Epic adds more information to caboodle with every release, but some reports that can be written using Epic’s other databases can not be written using caboodle.
True or False: Chronicles has non-epic data?
False, chronicles is an operational database. Caboodle is the relational database that stores non epic data.
True or False: There is label for each master file, called an INI?
True, there is a label for each master file that we call an INI meaning initials for each master file.
A few examples:
SER=Providers
EPM=Payers
EPT=patients
EAP=procedures
True or False: When you can, write reports using caboodle rather than clarity?
True, use clarity if the information you are looking for is not in caboodle yet.
Name the items in the picture
A. The description
B. The place it comes from in caboodle.
C. The columns in Clarity
D. The master files in Chronicles.
In the component editor or any modifiable field, if I wanted to see where an item lives in chronicles, how would I do that?
I would control Click + Click.
If I wanted to see data and there are no editable field, what can I do?
I would use record viewer (both in hyperspace and classic). You Can open the record viewer at the top of the tool bar(Classic) or search for record viewer in the search tool bar.
- Put in the INI
- You can click Show Record Selection Options
- Put in the record to search.
If you wanted to search for a client, how would you go about that in classic?
- Look for the record viewer
- Put in the INI code.
- Click Show record selection options.
An items’ characteristics fundamentally defines how it stores data. The key characteristics are:
An Items characteristics fundamentally define how it stores data. The key characteristics are 92
* Item number
* Data type
* Add type
* Response type
* Networking
* indexing
Most item numbers do not carry meaning in different INI. There are two items that do preserve their meaning across all master files:
The dot 1 and the dot 2. .1 & .2 (92)
What is item .1:
Record ID, every record in chronicles has a unique identifier held in item .1. A record IS is guaranteed to be unique within a master file, though not necessarily across master files.(92)