Chapter 3 - Introduction to Databases and Data Analytics Flashcards
database
an organized collection of locally related data, text, references, or pictures in a standardized format, typically stored in a computer system for multiple uses
database administrator (DBA)
the individual responsible for the technical aspects of databases. The DBA is responsible for designing the database as well as managing the database after implementation
stewardship
the job of supervising or taking care of something, such as an organization or property
certified health data analyst (CHDA)
an AHIMA credential that identifies practitioners who have the knowledge to acquire, manage, analyze, interpret, and transform data into accurate, consistent, and timely information while balancing the healthcare organization’s strategic vision with day-to-day details
Triple Aim of Healthcare
improve the patient experience, reduce costs, and improve the health of the general population
data set
a collection of data
database management system (DBMS)
a software package designed to define, manipulate, retrieve and manage data in a database
data definition language (DDL)
the syntax for creating and modifying database objects such as tables, indices, and users. DDL statements are similar to a computer programming language for defining data structures, especially database schemas
data manipulation language (DML)
a computer programming language used for adding (inserting), deleting, and modifying (updating) data in a database. A DML is often a sublanguage of a broader database language such as SQL, with the DML comprising some of the operators in the language
data structures
a data organization, management, and storage format that enables efficient access and modification; more precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data
schema
a representation of a plan or theory in the form of an outline or model
data control language (DCL)
a syntax similar to a computer programming language used to control access to data stored in a database
natural language queries
the use of common words to tell the database which data are needed. For example, the user may enter a query by typing “list all of the patients whose principal procedure is 0F140D3.”
query by example (QBE)
a query method whereby the user only has to point and click to choose tables and fields contained in the database. The IS then allows the user to choose whether the entries that meet those criteria should be included or excluded from the query
Boolean data type
a data type that has one of two possible values (usually denoted true and false, but in search queries can include things such as AND, BUT, OR, and NOT to retrieve information based on a specific search statement)
wildcard character
a kind of placeholder represented by a single character, such as an asterisk (*), which can be interpreted as a number of literal characters or an empty string. It is often used in file searches so the full name need not be typed
structured query language (SQL)
a standard language for the relational database. SQL defines data elements, manipulates data, and controls access. The data definition components of SQL allow the user to create tables, delete tables, and show how something is viewed. Data manipulation allows the user to add and delete rows in a table and to sort, find, and compare. Another function of the data manipulation component is to update data.
data dictionary
a descriptive list of the names, definitions, and attributes of data elements to be collected in an IS or a database whose purpose is to standardize definitions and ensure consistent use
entity–relationship model (or ER model)
a model that describes interrelated things of interest in a specific domain of knowledge
data-flow diagram
a way of representing a flow of data through a process or a system. The DFD also provides information about the outputs and inputs of each entity and the process itself. A data-flow diagram has no control flow, there are no decision rules and no loops
audit trail
a data trail that identifies tasks such as who accessed the information system or when and where someone performed a certain data function
vocabulary standards
an arbitrary and authoritative list or collection of clinical words or phrases with their meanings; this list addresses the problem of multiple ways to define, classify, and represent language
eponym
(1) a person, place, or thing after whom or which someone or something is, or is believed to be, named. (The adjectives derived from eponym include eponymous and eponymic)
(2) a name (as of a drug or a disease) based on or derived from an eponym (e.g. Disneyland as an eponym for Walt Disney)
dyspnea
difficult or labored breathing
data modeling
The process of determining the users’ information needs and identifying relationships among the data. There are three levels of data models—conceptual data model, physical data model, and logical data model.