AHIC Review Course 2: Data Dictionaries and Metadata Repositories

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

A set of practice flashcards covering the role, structure, stages, core contents, and examples of data dictionaries and metadata repositories as discussed in the lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

What is the role of data dictionaries and metadata repositories in the data life cycle?

They store metadata about data so it can be easily understood and referenced, and they span the entire data life cycle from concept to repurposing.

2
New cards

What is metadata?

Properties that describe data; data about the data.

3
New cards

What is a data dictionary?

A resource describing data processes, including the meaning, relationships, origin, usage, and format of data.

4
New cards

How is a data dictionary typically structured?

In tabular form, with rows describing data fields/elements and columns describing the properties of those elements.

5
New cards

In the example, how is the patient’s last name described in the data dictionary?

As a data element stored as text with a length of 25 characters.

6
New cards

What core properties are typically included for each data element in a data dictionary?

Field name/Identifier, Type of data, Format, Rules, Description (and Last Updated Date for temporal data).

7
New cards

List the stages of the data life cycle that rely on the data dictionary.

Concept, Collection, Processing, Archiving, Distribution, Discovery, Analysis, and Repurposing.

8
New cards

What is the data dictionary’s role in Concept and Collection stages?

Defines data required for the study concept and ensures data collection aligns with what is needed; catalogs allowed values and maximum lengths.

9
New cards

What is the data dictionary’s role in Processing, Archiving, and Distribution stages?

Guides how data should be processed and stored; specifies data types for database columns; essential for programmatic processing.

10
New cards

What is the data dictionary’s role in Discovery and Analysis stages?

Provides clarity on data meanings not immediately evident and supports deeper understanding during analysis.

11
New cards

What is the data dictionary’s role in the Repurposing stage?

Critical for productive repurposing because metadata about the data is needed to reuse it appropriately.

12
New cards

What are the minimum core contents of a data dictionary?

Field name or Identifier; Type of data; Format; Rules; Description (and Last Updated Date for temporal data).

13
New cards

Why is Last Updated Date sometimes included in a data dictionary?

To track changes over time for temporal data.

14
New cards

What examples of data types and subtypes are mentioned?

Type of data includes text, numeric, date, time, Boolean; numeric data may be integer or decimal.

15
New cards

Are data dictionaries and metadata repositories the same thing?

Yes; a data dictionary is a type of metadata repository that stores metadata about data.

16
New cards

In the MRN example, which item would NOT be included in the data dictionary?

The actual Patient MRN value; the dictionary would store metadata like the source system, allowed ranges, and data type, not the MRN itself.