July 6, 2011 Martha Newton. Objectives Data Group staff Data storage concepts What is a Data Warehouse What’s in the Data Warehouse (Vanderbilt’s Enterprise.

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

Database Management3-1 L3 Database Management Santa R. Susarapu Ph.D. Student Virginia Commonwealth University.
The database approach to data management provides significant advantages over the traditional file-based approach Define general data management concepts.
Technical BI Project Lifecycle
Management Information Systems, Sixth Edition
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA
Chapter 3 Database Management
Distributed DBMSs A distributed database is a single logical database that is physically distributed to computers on a network. Homogeneous DDBMS has the.
Database Management: Getting Data Together Chapter 14.
Organizing Data & Information
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
Chapter 14 The Second Component: The Database.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS CHAPTER 3
SESSION 7 MANAGING DATA DATARESOURCES. File Organization Terms and Concepts Field: Group of words or a complete number Record: Group of related fields.
Lecture-8/ T. Nouf Almujally
Data Warehousing A QUICK SUMMARY Sushanthan Premanath & Indrajith Premanath CSCI 4707.
A Comparsion of Databases and Data Warehouses Name: Liliana Livorová Subject: Distributed Data Processing.
Chapter 11 Databases.
FS Enterprise Data Warehouse and Standard Reference Data.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA ebay
CSI315CSI315 Web Development Technologies Continued.
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
Intro to MIS – MGS351 Databases and Data Warehouses Chapter 3.
Chapter 5 Lecture 2. Principles of Information Systems2 Objectives Understand Data definition language (DDL) and data dictionary Learn about popular DBMSs.
1 DATABASE TECHNOLOGIES BUS Abdou Illia, Fall 2012 (September 5, 2012)
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
DW-1: Introduction to Data Warehousing. Overview What is Database What Is Data Warehousing Data Marts and Data Warehouses The Data Warehousing Process.
Management Information Systems By Effy Oz & Andy Jones
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS CHAPTER 3
1 Data Warehouses BUAD/American University Data Warehouses.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
Data Warehousing Lecture-1 1. Introduction and Background 2.
1 Reviewing Data Warehouse Basics. Lessons 1.Reviewing Data Warehouse Basics 2.Defining the Business and Logical Models 3.Creating the Dimensional Model.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
CHAPTER 3 DATABASES AND DATA WAREHOUSES. 2 OPENING CASE STUDY Chrysler Spins a Competitive Advantage with Supply Chain Management Software Chapter 2 –
Decision Support and Date Warehouse Jingyi Lu. Outline Decision Support System OLAP vs. OLTP What is Date Warehouse? Dimensional Modeling Extract, Transform,
Datawarehouse A sneak preview. 2 Data Warehouse Approach An old idea with a new interest: Cheap Computing Power Special Purpose Hardware New Data Structures.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
1 CS 430 Database Theory Winter 2005 Lecture 2: General Concepts.
Organizing Data and Information
Chapter 5 DATA WAREHOUSING Study Sections 5.2, 5.3, 5.5, Pages: & Snowflake schema.
Building Dashboards SharePoint and Business Intelligence.
CMPE 226 Database Systems October 21 Class Meeting Department of Computer Engineering San Jose State University Fall 2015 Instructor: Ron Mak
Foundations of Business Intelligence: Databases and Information Management.
Chapter 10 Database Management. Data and Information How are data and information related? p Fig Next processing data stored on disk Step.
Flat Files Relational Databases
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
The Need for Data Analysis 2 Managers track daily transactions to evaluate how the business is performing Strategies should be developed to meet organizational.
Physical Layer of a Repository. March 6, 2009 Agenda – What is a Repository? –What is meant by Physical Layer? –Data Source, Connection Pool, Tables and.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
1 Copyright © 2008, Oracle. All rights reserved. Repository Basics.
3-1 Chapter 3 Data and Knowledge Management
Managing Data Resources File Organization and databases for business information systems.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
James A. Senn’s Information Technology, 3rd Edition
Intro to MIS – MGS351 Databases and Data Warehouses
Fundamentals & Ethics of Information Systems IS 201
Data Warehousing Business Intelligence
IBM DATASTAGE online Training at GoLogica
Data Warehouse.
Applying Data Warehouse Techniques
Databases and Data Warehouses Chapter 3
MANAGING DATA RESOURCES
Unidad II Data Warehousing Interview Questions
DATABASE TECHNOLOGIES
Applying Data Warehouse Techniques
Applying Data Warehouse Techniques
Presentation transcript:

July 6, 2011 Martha Newton

Objectives Data Group staff Data storage concepts What is a Data Warehouse What’s in the Data Warehouse (Vanderbilt’s Enterprise Data Warehouse - EDW) How to get data out of the EDW

Objectives Data Group staff

QPS Data Group Data group provide data support for Pillar Metrics, Public Reporting, External Database participation etc. 6 staff members are in the CCI data group reporting to Renee Stiles, Director of Quality Measurement and Research and myself as Associate Director Quality Value Analyst Biostatistician 2 are in Infection Control reporting to Vicki Brinkso, Director Infection Control and Dr. Tom Talbot, Chief Hospital Epidemiologist 4 are in PM&I reporting to Jenny Slayton, Administrative Director PM&I

QPS Data Group

Objectives Data Group staff Data storage concepts

Data Storage Concepts Computers store data on recording media (disk drives, memory sticks etc.) Simplest structure to store data is the fix format flat file (data is stored at prescribed locations) Spreadsheet organizes data into rows and columns (no fixed positions)

Data Storage Concepts A database (usually a relational database) is used to store the information entered into a computer system Data is stored in multiple tables Tables are linked (hence the term relational)

Objectives Data Group staff Data storage concepts What is a Data Warehouse

A data warehouse is a database used to store data from operational systems for reporting purposes Systems like billing, order entry or external databases Data is loaded into the data warehouse using a process referred to as ETL (Extract, Transform, Load)

What is a Data Warehouse Bill Inmon, President and Chief Technology Officer, Forest Rim™ Technology LLC Best known as “The Father of Data Warehousing.” 50 books and 650 articles Top to down approach

What is a Data Warehouse Ralph Kimball is known as the “Father of Business Intelligence” for defining the concept behind “Data Marts” Bottoms's up approach Invented Star Schema Books Data Warehousing Toolkit The Data Warehouse Lifecycle Toolkit

What is a Data Warehouse OLTP = Online Transaction Processing Optimized for data updates Data is normalized larger tables are dividing into smaller table with relationships Eliminates redundancy A Dimensional Modeling Manifesto Ralph Kimball DBMS August 1997

What is a Data Warehouse OLAP = Online Analytical Processing Optimized for reporting Data is stored using star (snowflake) format De-normalize data Tables with more columns Data may be repeated A Dimensional Modeling Manifesto Ralph Kimball DBMS August 1997

What is a Data Warehouse Data mart for management of VHP TN population was modeled after Ralph Kimball approach to data warehousing Utilized Star Schema

What is a Data Warehouse De-normalized Dimensional tables City, County and Region spelled out instead of using a code

Objectives Data Group staff Data storage concepts What is a Data Warehouse What’s in the Data Warehouse (Vanderbilt’s Enterprise Data Warehouse - EDW) EDW?

What’s in the Data Warehouse Event Reporting System Hospital Billing System Physician Scheduling Billing System Physician Order Entry System CPOE Nursing Documentation System Cath Lab Documentation System Time Clock System Lab System StarForms are part of the EHR

What’s in the Data Warehouse Vanderbilt’s Enterprise data warehouse (EDW) contains the data from the systems used in care of the patient or billing of the healthcare encounter Physician Order Entry system (Wiz/HEO) Electronic Medical Record (StarPanel) Nursing Documentation System (HED) Hospital/Physician Billing System (Medipac/Epic) etc. External databases UHC Comparative Database NHSN (National Healthcare Safety Network) etc.

What’s in the Data Warehouse Medipac is an Example of a production system Medipac is used to bill hospital charges (hospital charges cover the use of the facility, supplies, medications, nursing care etc.) Coders review the medical record and assign codes that describe the patient’s disease The codes for an individual patient can be reviewed in Medipac

What’s in the Data Warehouse Medipac data is loaded into the EDW in an automated nightly process Same diagnosis codes that are stored in Medipac are stored in a table in the EDW (MPAC_ABSTRACT_DIAG) Diagnosis codes from all patients are stored in the same table in the EDW This makes it possible to identify patients with specific diseases (i.e. Diabetes )

What’s in the Data Warehouse StarPanel is Vanderbilt’s Electronic Health Record (EHR) StarForms are electronic fill in the blank forms The forms are saved in StarPanel to document work (i.e. procedure notes) Optionally the data can also be saved to the EDW creating a table with the fill in the blank information

What’s in the Data Warehouse Star form data can be saved to the EDW The fill in the blank fields are saved in a table. A new record is created for each new form created The table also includes indentifying information

What’s in the Data Warehouse Other servers TSI data resides on DWPRD (managed by Mark O’Hara) Legacy data warehouse is on the IBM mainframe in DB/2 (also managed by Mark O’Hara)

How to get data out of the EDW EDW is not a single structure (1 database on 1 server) Most of the EDW resides on an Oracle server BIPROD (managed by Eric Griffin) EDW is managed collaboratively by Finance and IT

Objectives Data Group staff Data storage concepts What is a Data Warehouse What’s in the Data Warehouse (Vanderbilt’s Enterprise Data Warehouse - EDW) How to get data out of the EDW

EDW can be accessed with a variety of tools Business Objects Microsoft Access using ODBC connections PL/SQL SQL+, Toad SciHealth Through UHC interface (data is uploaded to UHC from the EDW etc.

How to get data out of the EDW Business Objects Request access using form below from on EDW web site Training classes available

How to get data out of the EDW Business Objects BO reorganizes data in the EDW into logical structures called Universes This shields users from database issues like incompatible field types EDW team offers training classes for BO

How to get data out of the EDW Microsoft Access Using ODBC (Open Database Connectivity) EDW tables on the Oracle Server can be linked into Microsoft Access Tables can than be used just like Microsoft Access tables

How to get data out of the EDW Microsoft Access continued Tables are linked in a graphical view SQL statement is created behind the scenes SELECT A.MED_REC_NUMBER, A.DISCHARGE_DT, B.DIAG_CD FROM MEDIPAC_MPAC_CASEMIX A INNER JOIN MEDIPAC_MPAC_ABSTRACT_DIAG B ON (A.UNIT_NUMBER = B.UNIT_NUMBER) AND (A.VISIT_NUMBER = B.VISIT_NUMBER) WHERE (((A.DISCHARGE_DT) Between #1/1/2011# And #12/31/2011#) AND ((B.DIAG_CD)="250.00"));

How to get data out of the EDW PL/SQL PL/SQL Developer is a database development tool (Write/save SQL statements) Tool used by the EDW team to develop the ETL to load EDW as well as create maintain other EDW structures like views

How to get data out of the EDW SQL+ Toad Sign on to BIPROD Enter SQL commands (code) to retrieve data

How to get data out of the EDW SciHealth indicators report EDW data in a dashboard view UHC O/E Mortality

How to get data out of the EDW EDW data is uploaded UHC monthly and can be accessed through the Clinical Database (CDB)

How to get data out of the EDW If you have a data request for your project: If appropriate for your job you may request access to the EDW OR Send request to Renee Stiles or Martha Newton Assign work to the CCI data group staff or forward to Infection Control or PM&I

Questions