HI-410 Exam 2 Flashcards
Comma-separated values (CSV)
-A flat file database format where fields are delimited by a comma.
-Might include the variable names in the first row.
Flat File
-Text file, usually delimited by a comma or tab, with one record found on each row.
- It has only one table of data.
-An example: if a practice manager wished to track the number of records coded by each employee, then this is sufficient.
Relational Databases
-Data with a common purpose, concept, or source are arranged into tables
- Structured in a way that helps ensure data integrity.
Relational Databases are
-Displayed in an entity relationship diagram (ERD). ERD visually illustrates the relationship between different entities such as patients and items.
- ERD may be used in industries such as engineering, business, and healthcare.
How are relational databases structured?
1.) Primary Key,
2.) Foreign Key 3.) Cardinality
Primary Key
Uniquely identifies the row in the database.
Foreign Key
Is a variable in one table that is a primary key in another table
Entity Relationship Diagram (ERD)
Visually illustrates the relationship between different entities such as patients and items.
Cardinality
Represents the relationship between the two tables
Object-oriented
-Designed to handle data types beyond text and numbers,
-May be used to store images or videos.
-Stores two types of information about the object.
- The first element is the data itself (audio clip, image, video file, and such). -The second element stored describes how to use the data and is called the method.
Hierarchical databases
Common in EHRs, has patient-child relations and great for maternity wards.
Data dictionary
A tool that provides metadata, or data about data, to support and adopt more consistent use of data elements and terminology. to improve the use of data in reporting
What does the data dictionary provide?
Provides standardization to promote clearer understanding and promotes consistent and efficient use of information
SQL (Structured Query Language)
Programming language that is used to manipulate data in a relational database.
How can Structured Query Language(SQL) be used?
1.) Is a client/server language. Personal computer programs use this to communicate over a network with database servers that store shared data.
2.) A database programming language. Programmers embed these commands into their application programs to access the data in a database.
3.) An Internet data access language. Internet web servers that interact with corporate data and Internet application servers all use this as a standard language for accessing corporate databases.
Entity Relationship Diagram(EDR)
-“A specific type of data modeling used in conceptual data modeling and the logical-level modeling of relational databases
-Visually illustrates the relationship between different entities such as patients and items
DBMS (database management system)
Provides a method for adding, updating, or deleting data and also supports methods for extracting data for various purposes to support organizational decision-making
Examples of DBMS
-Microsoft Access
-Microsoft SQL Server
-Oracle
-MySQL
-PostgreSQL
Data Flow Diagram
The conceptual data model may be mapped using a context-level data flow diagram, which maps out the database’s boundary and scope.
- The conceptual data model may be mapped using
a context-level data flow diagram
Diagram 0
Expands on the context diagram and adds details regarding the tables and their relationships.
Data warehouse
-Stores large amounts of data (important aspects) for decision support databases.
-To have one you have to have a common verbage. Everyone has to use the same verbiage.
Normalized tables
Reduce redundancy and improve data integrity by organizing data into related tables.
One-to-One Relationship
A record in Table A corresponds to one record in Table B.
One-to-Many Relationship
-A record in Table A can relate to multiple records in Table B.
-Each row in one table may relate to many rows in a second table; each row in the second table relates to only one row in the table.
Many-to-Many Relationship
-Records in Table A can relate to multiple records in Table B and vice versa, often requiring a junction table.
-Each row in one table may relate may relate to many rows in a second table, each row in the second table may relate to many rows in first table.
Extract
-The process of copying the data into the ETL system for manipulation.
-Once the data are extracted, they are essentially part of the data warehouse.
Transform
Ensures the data are compatible. Any data mapping, correction, or translation occurs here.
Load (ETL)
-The final step in moving data from the source to the data warehouse.
-This is the step when the data are physically loaded into tables that make up the data warehouse.
DSS (Decision Support Systems)
Computer-based system that gathers data from various sources and assists in providing structure to the data.
What are the two types of DSS’s?
1.) Administrative Support Systems(ADS)
2.)Clinical Decision Support Systems(CDSS)
Administrative Decision Systems (ADS)
-Supports organizational decisions using data sources that could include reimbursement, utilization of services, and aggregate patient sociological data.
-Focuses on primarily improving efficiency of care being provided
-Improves administration
Clinical Decision Support Systems (CDSS)
-Includes alerts in the electronic health record (EHR) such as an allergy to medications, reminders for preventive healthcare services, and links for providers to find references or order sets to assist clinicians in making patient care decisions.
-Provide correct information, to the right person, in correct format, and correct channel at the same time.
NLP (Natural Language Processing)
-Technology that converts human language (structured or unstructured) into data that can be manipulated by computer systems.
-Examples would be: voice→text and dragon (these are efficiency tools)
Computer-assisted coding (CAC)
The process of extracting and translating dictated and then transcribed free-text data into ICD and CPT with menu-driven prompts evaluation and management codes for billing and coding purposes”
-Looks at unstructured data and pick up keywords
Clinical Data
Mining discrete patient healthcare data to make clinical decisions or to aid in translating data for research and to further healthcare treatment
Data Analytics
-This use of statistical analysis of data to make business decision.
Computerized Provider Order Entry (CPOE)
An electronic system that allows healthcare providers to enter and manage patient treatment orders.
ITSA Framework
Framework that outlines the integration of information technology and clinical services to improve healthcare delivery.