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