Mapping Chronicles Relationships In Clarity Flashcards
Why doesn’t one chronicle master file translate into one clarity table?
As tempting as it may be to suggest that one chronicles master file would translate to one clarity table, that would be impossible due to two main principles for constructing tables in the clarity database: Minimize redundant data and maintain consistent granularity.
Video: We want to maintain consistent granularity. We want to say one row per (can be patient, encounter (Visit), Chief complain, phone number) We need to pick one item to maintain the consistent granularity. If we can other items like patient demographics, and chief complaint we would join from the two tables who’s granularity is that item.
True or False:Chronicles was designed to easily store and retrieve large amounts of information about one entity as a time?
True, for instance, fetching all the data about one patient, or one account, or one provider, or one user. This emphasis is reflected in the structure of the database, where records and contacts store a variety of information about each master file they are a part of.
True or False: Clarity was built to retrieve large sets of data?
False, Clarity was built to easily store and retrieve small amounts of information across many topics at once. This emphasis is also reflected in the structure of the database where each row in a table represents a different entity.
What are the two main reasons as to why one Chronicles master file would not translate to one Clarity table?
Minimize redundant data
Maintain consistent granularity
True or False: Patient data is stored as records with contacts in the EPT master file.
True
True or False: In the EPT Master file, each contact on a record represents a different encounter with a patient?
True
How does clarity minimize data redundancy while maintaining granularity?
Clarity minimizes data redundancy while maintaining granularity by mapping a single chronicles master file to multiple clarity tables. These two characteristics give key insights to how the data is stored in chronicles and inform the structure of the table when an item is extracted to clarity.
What are two chronicles item characteristics that are important for clarity queries?
They are Add Type and Response Type. These two characteristics give key insights to how the data is stored in chronicles, and inform the structure of the table when an item is extracted to clarity.
True or False: Add Type Indicates if data is stored on a record or on a contact in a record?
True
True or False:Response Type does not indicate how many lines of data an item can hold?
False, Response type does indicate how many lines of data na item can hold
True or False:Add Type does not categorize as either No-add or oVer time
False, it does categorize as either No-Add or Overtime.
True or False: Over time can be known as Response each time or look back?
True
True or False:Response time Categorize as either single or multiple?
True
True or False: Multiple can be known as multiple response or related group?
true
True or False:No-Add means stored on the contact?
False, No-add means stored on the record always considered “Current”
True or False:Overtime means stored on the contact?
True
True or False: (Video) Add Type is a record or contact level?
True, it is at a record or contact level.It is either NO-add or overtime. They are different ways to track the add type. No-add is patient name, date of birth, social security. Overtime, is like a chief complaint or encounter date.
True or False: Single means it can hold multiple lines?
False it hold only one line of data.
True or False: Multiple means holds only one line of data?
False, multiple means holds multiple lines of data.
True or False: Chronicles records contain an internal identifier and often an external identifier?
True, The internal identifier is stored in the .1 item on the record and is referred to as a record ID. External identifiers are stored in other items. External identifiers are not unique like the internal identifier that are unique across all records in that master file.
What is the internal identifier stored as?
It is stored as a .1 item on the record and is referred to as a record ID.
True or False: the value stored in the .1 is not unique?
False, the value stored in the .1 is unique across all records in that master file.
True or False: the value stored in the .1 is not unique?
False, the value stored in the .1 is unique across all records in that master file.
True or False: External Identifiers are not stored in other items?
False, External identifiers are stored in other items.
True or False: External identifiers are not necessarily unique.
True,External identifiers are not necessarily unique. For example, two patient records may have the same MRN, but just have a unique EPT .1. In addition, a single patient record may store more than one MRN, but can only have one EPT .1 stated another way. I EPT 2061 is multiple response item, while I EPT .1 is a single response item.
What are two possible identifiers for contacts in EPIC?
A contact serial number (CSN) and a Contact Date Real (CDR)
What is a contact serial number (CSN)?
A CSN is a serial number that is unique for all contacts within that master file.
What is a Contact Date Real (CDR)?
Is a date in epic’s internal format, followed by two decimal places that start at .00 and increment for each additional contact on the same date.
What are add type and response type?
They determine how many times an item can be stored. This affects granularity (the level of detail, what does one row represent).
What are add type and response type?
They determine how many times an item can be stored. This affects granularity (the level of detail, what does one row represent).
True or False: Will most master files use a CSN to identify their records’ contacts?
True, master files will use CSN to identify their records’ contacts. Thus, most clarity tables based on overtime items will have a CSN in their primary key. PAT_ENC_HSP is an example of a table that uses the CSN.
True or False: (Video) Response Type is how many lines you can have at once?
True, I can have many chief complains at once. This is where single versus multiple comes in. Where Multiple would be chief complain and Single would be admission Provider where you can only have one admission provider.
What are add type and response type?
They determine how many times an item can be stored. This affects granularity (the level of detail, what does one row represent).
What are add type and response type?
They determine how many times an item can be stored. This affects granularity (the level of detail, what does one row represent).
True or False: (Video) Response Type is how many lines you can have at once?
True, I can have many chief complains at once. This is where single versus multiple comes in. Where Multiple would be chief complain and Single would be admission Provider where you can only have one admission provider.
(Video) In Clarity how do we define a primary key?
It is from what the unique identifier was in chronicles. Clarity relies on what chronicles is storing.