Chronicles Data Structure Flashcards
Chronicles
“File Cabinet”
Epic’s database management system.
Master Files
“Drawer” / .INI
Each master file stores all of the data about one type of thing.
Ex: Patients, Providers, etc.
Records
“Folder”
Stores information about one specific entity in the specified master file.
Ex: Each patient has one record in the Patient master file.
Contacts
“Dated Sheets of Paper”
A date-specific snapshot of data within a record.
Ex: In the Patient master file, the information about a patient that is specific to a single hospital stay is stored in one contact.
Item
A “question” pertaining to an individual piece of data.
Ex: Name, Date of Birth, Gender
Value
The “answer” to a particular item.
Ex: Jane Doe, 12/21/1980, Female