Epic Data Structure Flashcards
What is Chronicles in Epic?
Chronicles is Epic’s database management system that manages data interactions in Hyperspace.
How do users interact with Chronicles?
Users interact with Chronicles by asking for data, editing data, or saving new data while using Hyperspace.
What analogy is used to describe Chronicles?
Chronicles can be thought of as a giant filing cabinet that stores all data entered by staff and clinicians.
What are master files in Chronicles?
Master files organize information in Chronicles, with each file storing data about one type of entity.
What is an example of a master file?
Information about patients is stored in the Patient master file, while information about users is in the User master file.
What does the INI represent in master files?
The INI is a three-character abbreviation for each master file, such as EPT for Patient and EMP for User.
What is a record in the Chronicles data structure?
A record stores information about one specific entity within a master file.
How many records does each patient have?
Each patient has one record in the Patient (EPT) master file.
What does each record contain?
Each record has a name and a unique identification number (ID).
What is the significance of IDs in records?
IDs must be unique within the same master file, even if names are the same.
What does each folder represent in the filing cabinet analogy?
Each folder represents one record in the Chronicles data structure.
What is a contact in Chronicles?
A contact is a date-specific snapshot of the data within a record that allows for changes to be effective on a specific date.
What happens prior to the effective date of a contact?
The old values will be used.
What happens on the date of the contact and beyond?
The new values will become effective.
Will all data in a record be contact-specific?
No, not all data in a record will be contact-specific.
How does changing a patient’s name in their most recent contact affect other contacts?
It will change across all contacts in that patient’s record.
How are contacts represented in the filing cabinet diagram?
Contacts are represented by dated sheets of paper in the file folder.
What do contacts represent in the User master file?
Contacts represent when a user’s job or responsibilities change.