The Late-Binding Data Warehouse Explained. white paper. Designing for Analytic Agility and Adaptability By Dale Sanders, SVP, Health Catalyst
|
|
|
- Lorin Wright
- 10 years ago
- Views:
Transcription
1 Quality Catalyst - Corporate Identity Design al Format white paper Format olor - White Single Color - Gray Pantone DS DS U C: 100 M: 0 Y: 0 K: 0 Color System Pantone DS DS U C: 80 M: 30 Y: 3 K: 30 Pantone DS DS U C: 0 M: 0 Y: 0 K: 70 The Late-Binding Data Warehouse Explained Designing for Analytic Agility and Adaptability By Dale Sanders, SVP, healthcatalyst.com
2 Healthcare Quality Catalyst - Corporate Identity Design Horizontal Format Vertical Format The Concept of Data Binding Single Color - White Data can be bound to business rules that are implemented as algorithms, calculations, and inferences acting upon that data. Examples of binding data to business rules in healthcare include Calculating length of stay (LOS) Pantone DS DS U C: 100 M: 0 Y: 0 K: 0 Color System Pantone DS DS U C: 80 M: 30 Y: 3 K: 30 Single Color - Gray Attributing a primary care provider to a particular patient with a chronic disease Calculating revenue (or expense) allocation and projections to a department or physician Pantone DS DS U C: 0 M: 0 Y: 0 K: 70 Data definitions of general disease states for patient registries Defining patient exclusion criteria for disease/population management Defining patient admission, discharge, and transfer rules Data can also be bound to vocabulary terms, for both local and industry standards. Examples of vocabulary binding include Patient identifier Provider identifier Location of service Gender Diagnosis code Procedure code Knowing when and how tightly to bind data to rules and vocabularies is critical to the agility and success or failure of a data warehouse. In healthcare, the risks of binding data too tightly to rules or vocabularies are particularly high because of the volatility of change in the industry. Business rules and vocabulary standards in healthcare are among the most complex in any industry, and they undergo almost constant change. Lessons From Software Engineering 2 The idea of late binding in data warehousing borrows from the lessons learned in the early years of software engineering. In those early years, very large software programs characterized software development it was very common to program hundreds of thousands of lines of code in a single module, supporting numerous and widely different business functions. The code for these varied business functions was tightly bound (also known as coupled)
3 Knowing when and how tightly to bind data rules and vocabularies is critical to the agility and success or failure of a data warehouse. together all at once, at compile time. It was a timeconsuming process to write and troubleshoot these large programs. If one piece of the program failed at compile time, the entire program failed. It was all-ornothing programming. Also, if the program required changes or modifications because of new business rules and requirements after compile time, the entire program had to be modified, re-compiled, and placed back in service, often with significant downtime. Agility suffered enormously. Object Oriented Programming and Late Binding In the 1980s, software engineering practices would change significantly, moving away from large, tightly coupled, early binding programs. Alan Kay from the Universities of Colorado and Utah and Xerox/PARC introduced the concept of late binding and objectoriented programming. This new approach was based upon two radically new concepts: (1) Writing code in smaller modules or objects that were modeled after processes and services in the real world that the software was designed to support, and (2) binding these software objects at run time, not compile time, and only when those objects were needed to support the services they reflect. Alan Kay s new concepts for software engineering sat underutilized and largely unknown, confined to PARC and academic circles, until Steve Jobs founded NeXT. Jobs was not a programmer, but he instinctively understood the elegance of Kay s concepts. Objectoriented, late-binding software engineering became the standard practice at NeXT and paved the way to commercial, large-scale adoption of Kay s philosophies. Steve Jobs receives due credit for his innovation and leadership at Apple, but by making object-oriented, late-binding software a new commercial norm at NeXT, he paved the way for the entire software revolution in Silicon Valley. The agility, scalability, and performance of platforms such as Amazon, Google, Facebook, and Salesforce were enabled by this new approach to software engineering. Data Engineering and Late Binding After witnessing and reflecting upon the failure of several multimillion-dollar data warehousing projects in the US military, Dale Sanders, Senior Vice President for Strategy at, saw the same patterns in data engineering as those in software engineering prior to object oriented programming. Early and tight binding of data to rules, models, and vocabulary led to unnecessary complexity that delayed time-to-value and led to a very fragile and inflexible data warehouse infrastructure that could not adapt to rapidly changing analytic use cases or new data content. In the late 1990s, while Sanders was employed by TRW Inc., he was sponsored by the Pentagon to study advanced decision support in nuclear warfare operations a project called the Stratgic Execution Decision Aid (SEDA). He turned to the healthcare industry for what he expected to be role-model examples of computer-aided analytics to drive better decisions in time-critical, life-critical situations but instead found almost no examples, with the notable exception of a scattered few at Intermountain Healthcare in Salt Lake City. Intermountain clearly possessed the culture and willingness to fully leverage data for improving care, but the industry at large was many years behind. Anticipating the eventual demand for analytics in the industry, he made a career transition from the military, national intelligence, and manufacturing sectors into healthcare. Sanders s late-binding data engineering concept is now fundamental to s data warehouse platform. The Late-Binding Data Warehouse enables 3
4 time-to-value that is measured in days and weeks, not months and years, and has proven many times more scalable and adaptable to new analytic use cases and data content than the methodologies that utilize early binding, tightly coupled data models and vocabulary management. Data Binding Points in an Enterprise Data Warehouse There are six points in a data warehouse at which data can be bound to rules and vocabularies. As the data flows from left to right in the diagram below, points 1 and 2 are appropriate for binding to rules and vocabularies that exhibit low volatility; that is, those rules and vocabularies that change infrequently, such as patient identifiers and provider identifiers. Late binding at points 5 and 6 is appropriate for rules and vocabulary that are likely to change on a regular basis, or for which no standard rule or vocabulary exists. For example, binding in the visualization layer is appropriate for what-if scenario analysis that is associated with modeling different reimbursement models or defining disease states. Once that exploratory what-if phase is complete, the new models and definitions can be locked down and bound in points 3, 4, or 5. It is a best practice to retain a record of the bindings in the data warehouse. This record will allow analysts to quickly run models on rules and vocabulary (e.g., ICD-9 to ICD-10) that change over time, which is helpful for forecasting and predictive analytics. Catalyst recommends embedding the history of vocabulary and business rule binding into the data structures of the data warehouse so that they become a self-contained configuration control library that can easily be used to retrace analytic history when necessary. Knowing what to bind and when in the flow of data in a data warehouse requires more than technical skills. Data engineers and architects who work in a Late-Binding Data Warehouse environment must possess a strategic understanding of the short and long-term evolution of the entire industry. They must appreciate the historic volatility of vocabulary and business rules as well as an ability to predict the velocity and the specifics of volatility in the future. Healthcare is undergoing changes to business rules and vocabulary at an unprecedented rate. Data warehouses must 4
5 be designed to keep pace with the market, and the Late-Binding architecture has a proven track record of agility and adaptability to new rules, vocabularies, and data content that other designs have not matched. Data Modeling for Analytics Data Modeling and Data Binding Relational data models are inherently binding they bind data to business rules and relationships. When developing transaction-based applications for capturing data, a data model is an important aspect of the application design and data integrity strategy. When designing a data warehouse, data models can inhibit adaptability to new analytic use cases. Below are the current options for modeling data in a data warehouse, listed in order of progression, from early to late binding. The Inmon, Kimball, and I2B2 approaches to data modeling are inherently early binding. They require all source system data to be mapped into predefined data models, a process called conformance and normalization. The terms imply exactly what is required data that was modeled and captured in disparate source transaction systems must conform to a new data model in the data warehouse. While at first this approach might appear reasonable, in practice, it leads to major problems when applied to the healthcare industry. In analytic environments where data content, use cases, data rules, and vocabulary change infrequently such as the retail industry where the data model is largely reflected in the simplicity of a transaction receipt the Kimball and Inmon approaches are adequate. In the healthcare industry where the data environment is much more complicated than a sales receipt and the analytic use cases are constantly changing, these early binding data models can be disastrous in their consequences to agility and initial time-to-value. The process of mapping and conforming data to these early binding models in a healthcare delivery data warehouse typically takes months or longer. When new data sources are added to the data warehouse as occurs in mergers, acquisitions, and ACO partnerships this lengthy timeto-value is repeated again and again. Likewise, as the complexity of analytic use cases inevitably matures in an organization, the early binding data model must be modified and the source system data must be conformed and mapped again. These early binding data models cannot keep pace with the changes in the analytic environment and the data warehouse subsequently fails to deliver its initial appeal. File structure association, popularized first by IBM mainframes some 60 years ago, is reappearing in the form of Hadoop, MapReduce, PIG, and NoSQL. Data warehouses based upon this technology exhibit the Five basic approaches Corporate Information Model - Advocated by Bill Inmom and Claudia Imhoff I2B2 - Advocated by Academic Medicine Star Schema - Advocated by Ralph Kimball Late Binding Bus Architecture - Advocated by Dale Sanders File Structure Association - Popularized by IBM mainframes in 1960s - Reappearing in Hadoop & NoSQL - No traditional relational data model Early binding Late binding lowest degree of data binding and coupling. In fact, since there is no data model in this methodology, there is no data binding until the binding is declared between the files of data through associative programming. Data warehouses based upon this technology are very adept at quickly loading data into the warehouse, but the benefit of time gained in loading is more than negated by the complexity of the programming that is required to minimally bind and declare associations between the files and data. The Late-Binding Data Warehouse is balanced between the extremes of early binding in Inmon, Kimball, and I2B2 with the no-binding environment of Hadoop. The Late-Binding Data Warehouse emphasizes the following fundamental principles related to data modeling: 1. The key to success for data warehouses is relating data, not modeling data. When in doubt, model less, not more. 2. Minimize the use of new conformed data models in the data warehouse by instead leveraging the data models used in the source systems. 3. Apply data models to subsets of data in data marts when binding formerly disparate data in new contexts to support new analytic use cases. 5
6 4. Approximately 20 core data elements are fundamental to almost all analytic use cases in the healthcare industry. Early binding to these core data elements is a best practice. Bind to other terms and vocabularies later and only when required by analytic use cases. Catalyst Apps Client Developed Apps Third Party Apps Ad Hoc Query Tools Catalyst s Late Binding Bus Architecture Catalyst s Analytics Platform CPT code Date & Time DRG code Drug code Employee ID Employer ID Encounter ID Gender ICD diagnosis code Department ID Facility ID Lab code Patient type Member ID Payer/carrier ID Provider ID Catalyst Source Marts EMR Claims Rx Cost Patient Sat Etc. The core data elements are shown above, illustrating how those data elements leverage the data models of the source systems to act as a data bus for Catalyst s Late-Binding Data Warehouse platform. This approach allows queries across disparate source system content in the data warehouse in exactly the same fashion as the theoretical benefits of an enterprise data model but does not require development of, and conformance to, an enterprise data model. The diagram also illustrates how the Catalyst analytics platform can easily feed data to non-catalyst applications. Late Binding to Other Vocabulary Terms and Rules As organizations progress in analytic maturity and sophistication, the need to bind to new and more complex vocabularies and rules will follow. By focusing first on the core data elements and then binding to additional rules and vocabulary when a clear analytic use case requires it, data engineers can deliver rapid time-to-value initially as well as later, when adaptability to new analytic use cases arises. Some of the additional vocabularies that are typically appropriate for later binding in healthcare include LOINC, RxNorm, SNOMED, and HCPCS. Business and clinical rules about data are even more complex and volatile. Catalyst s Analytic Adoption Model, below, illustrates the relationship between progressively higher levels of analytic capability and the need to bind to more complex rules and vocabularies. The important concept to reemphasize is not to bind data to rules or vocabularies until the analytic use case requires it. Too often, data warehouse projects in healthcare attempt to bind data to rules and vocabularies in anticipation of functioning at Level 8 of this model when the organization is still operating at Level 0. It takes years to progress to Level 8, and during that time, rules and vocabularies in healthcare will undoubtedly change. As the 6
7 Healthcare Analytic Adoption Model Healthcare Analytic Adoption Model Data binding grows in complexity with each Level Increasing complexity of data binding to rules and vocabularies Level 8 Level 7 Level 6 Level 5 Level 4 Level 3 Level 2 Level 1 Level 0 Cost per Unit of Health Reimbursement & Prescriptive Analytics Cost per Capita Reimbursement & Predictive Analytics Cost per Case Reimbursement & Data Driven Culture Clinical Effectiveness & Population Management Automated External Reporting Automated Internal Reporting Standardized Vocabulary & Patient Registries Data Integration Enterprise Data Warehouse Fragmented Point Solutions Contracting for & managing health Taking more financial risk & managing it proactively Taking financial risk and preparing your culture for the next levels of analytics Measuring & managing evidence based care Efficient, consistent production & agility Efficient, consistent production Relating and organizing the core data Foundation of data and technology Inefficient, inconsistent versions of the truth old saying goes, don t drive beyond your headlights. It is a dangerous waste of resources and time to bind to rules and vocabularies that are far beyond the current analytic use cases of the organization. Summary of Principles in the Catalyst Late-Binding Data Warehouse Below is a summary of the principles that underlie the Catalyst approach to analytics. These principles enabled data warehouses in the military, manufacturing, and healthcare that have been operating and adapting for over 20 years with an unparalleled track record for proven results. 1. Minimize remodeling data in the data warehouse until the analytic use case requires it. Leverage the natural data models of the source systems by reflecting much of the same data modeling in the data warehouse. 2. Delay binding to rules and vocabulary as long as possible until a clear analytic use case requires it. 3. Earlier binding is appropriate for business rules or vocabularies that change infrequently or that the organization wants to lock down for consistent analytics. 4. Late binding in the visualization layer is appropriate for what-if scenario analysis. 5. Retain a record of the changes to vocabulary and rule bindings in the data models of the data warehouse. This will provide a self-contained configuration control history that can be invaluable for conducting retrospective analysis that feeds forecasting and predictive analytics. 7
8 About provides data warehousing solutions that actually work in today s rapidly changing healthcare environment. is on a mission to transform healthcare in the U.S. by utilizing its next- generation data warehousing solutions to accelerate care improvement for all types of healthcare systems. Helping hospitals and health systems to create a data-driven approach to care, provides clinical, IT and financial executives with the tools and technologies necessary to improve care by reducing costs. Clients include Allina Hospitals and Clinics, MultiCare Health Systems, North Memorial Health Care, Stanford Hospital and Clinics, Texas Children s Hospital, and Providence Health & Services., LLC 3165 East Millrock Drive, Suite 450 Salt Lake City, Utah ph. (801) healthcatalyst.com 2013 All rights reserved.
It All Starts with a Data Warehouse
It All Starts with a Data Warehouse Why the Healthcare Data Warehouse Is Becoming the Critical Foundational Platform for Analytics Success in the Upcoming Healthcare Transformation Environment 2014 HealthCatalyst.com
Before You Buy: A Checklist for Evaluating Your Analytics Vendor
Executive Report Before You Buy: A Checklist for Evaluating Your Analytics Vendor By Dale Sanders Sr. Vice President Health Catalyst Embarking on an assessment with the knowledge of key, general criteria
Business Intelligence in Healthcare: Trying to Get it Right the First Time!
Business Intelligence in Healthcare: Trying to Get it Right the First Time! David E. Garets, FHIMSS DISCLAIMER: The views and opinions expressed in this presentation are those of the author and do not
Next Generation Business Performance Management Solution
Next Generation Business Performance Management Solution Why Existing Business Intelligence (BI) Products are Inadequate Changing Business Environment In the face of increased competition, complex customer
The Worksoft Suite. Automated Business Process Discovery & Validation ENSURING THE SUCCESS OF DIGITAL BUSINESS. Worksoft Differentiators
Automated Business Process Discovery & Validation The Worksoft Suite Worksoft Differentiators The industry s only platform for automated business process discovery & validation A track record of success,
Data Warehousing and Data Mining in Business Applications
133 Data Warehousing and Data Mining in Business Applications Eesha Goel CSE Deptt. GZS-PTU Campus, Bathinda. Abstract Information technology is now required in all aspect of our lives that helps in business
Architecting your Business for Big Data Your Bridge to a Modern Information Architecture
Architecting your Business for Big Data Your Bridge to a Modern Information Architecture Robert Stackowiak Vice President, Information Architecture & Big Data Oracle Safe Harbor Statement The following
SAP/PHEMI Big Data Warehouse and the Transformation to Value-Based Health Care
PHEMI Health Systems Process Automation and Big Data Warehouse http://www.phemi.com SAP/PHEMI Big Data Warehouse and the Transformation to Value-Based Health Care Bringing Privacy and Performance to Big
SOLUTION BRIEF. SAP/PHEMI Big Data Warehouse and the Transformation to Value-Based Health Care
SOLUTION BRIEF SAP/PHEMI Big Data Warehouse and the Transformation to Value-Based Health Care Bringing Privacy and Performance to Big Data with SAP HANA and PHEMI Central Objectives Every healthcare organization
Customer Insight Appliance. Enabling retailers to understand and serve their customer
Customer Insight Appliance Enabling retailers to understand and serve their customer Customer Insight Appliance Enabling retailers to understand and serve their customer. Technology has empowered today
Making Business Intelligence Relevant for Mid-sized Companies. Improving Business Results through Performance Management
Making Business Intelligence Relevant for Mid-sized Companies Improving Business Results through Performance Management mydials Inc. 2009 www.mydials.com - 1 Contents Contents... 2 Executive Summary...
can you effectively plan for the migration and management of systems and applications on Vblock Platforms?
SOLUTION BRIEF CA Capacity Management and Reporting Suite for Vblock Platforms can you effectively plan for the migration and management of systems and applications on Vblock Platforms? agility made possible
A Tipping Point for Automation in the Data Warehouse. www.stonebranch.com
A Tipping Point for Automation in the Data Warehouse www.stonebranch.com Resolving the ETL Automation Problem The pressure on ETL Architects and Developers to utilize automation in the design and management
Using In-Memory Computing to Simplify Big Data Analytics
SCALEOUT SOFTWARE Using In-Memory Computing to Simplify Big Data Analytics by Dr. William Bain, ScaleOut Software, Inc. 2012 ScaleOut Software, Inc. 12/27/2012 T he big data revolution is upon us, fed
Next-Generation Cloud Analytics with Amazon Redshift
Next-Generation Cloud Analytics with Amazon Redshift What s inside Introduction Why Amazon Redshift is Great for Analytics Cloud Data Warehousing Strategies for Relational Databases Analyzing Fast, Transactional
WHITE PAPER. Caradigm Healthcare Analytics. Healthcare Analytics
WHITE PAPER We have witnessed a major paradigm shift in healthcare information management over the past decade, instigated by the birth of electronic medical records and medical informatics. This new world
solution brief September 2011 Can You Effectively Plan For The Migration And Management of Systems And Applications on Vblock Platforms?
solution brief September 2011 Can You Effectively Plan For The Migration And Management of Systems And Applications on Vblock Platforms? CA Capacity Management and Reporting Suite for Vblock Platforms
ORACLE BUSINESS INTELLIGENCE, ORACLE DATABASE, AND EXADATA INTEGRATION
ORACLE BUSINESS INTELLIGENCE, ORACLE DATABASE, AND EXADATA INTEGRATION EXECUTIVE SUMMARY Oracle business intelligence solutions are complete, open, and integrated. Key components of Oracle business intelligence
Scalable Enterprise Data Integration Your business agility depends on how fast you can access your complex data
Transforming Data into Intelligence Scalable Enterprise Data Integration Your business agility depends on how fast you can access your complex data Big Data Data Warehousing Data Governance and Quality
Advanced Big Data Analytics with R and Hadoop
REVOLUTION ANALYTICS WHITE PAPER Advanced Big Data Analytics with R and Hadoop 'Big Data' Analytics as a Competitive Advantage Big Analytics delivers competitive advantage in two ways compared to the traditional
How In-Memory Data Grids Can Analyze Fast-Changing Data in Real Time
SCALEOUT SOFTWARE How In-Memory Data Grids Can Analyze Fast-Changing Data in Real Time by Dr. William Bain and Dr. Mikhail Sobolev, ScaleOut Software, Inc. 2012 ScaleOut Software, Inc. 12/27/2012 T wenty-first
Big Data in Healthcare
Big Data in Healthcare อ.ดน ยร ฐ ธนบด ธรรมจาร Line ID: Danairat FB: Danairat Thanabodithammachari +668-1559-1446 June 2016 1 Agenda Introduction to Big Data Big Data Architecture for Healthcare Connected
Changing the Equation on Big Data Spending
White Paper Changing the Equation on Big Data Spending Big Data analytics can deliver new customer insights, provide competitive advantage, and drive business innovation. But complexity is holding back
Analytic-Driven Quality Keys Success in Risk-Based Contracts. Ross Gustafson, Vice President Allina Performance Resources, Health Catalyst
Analytic-Driven Quality Keys Success in Risk-Based Contracts March 2 nd, 2016 Ross Gustafson, Vice President Allina Performance Resources, Health Catalyst Brian Rice, Vice President Network/ACO Integration,
Five best practices for deploying a successful service-oriented architecture
IBM Global Services April 2008 Five best practices for deploying a successful service-oriented architecture Leveraging lessons learned from the IBM Academy of Technology Executive Summary Today s innovative
The Business Case for Using Big Data in Healthcare
SAP Thought Leadership Paper Healthcare and Big Data The Business Case for Using Big Data in Healthcare Exploring How Big Data and Analytics Can Help You Achieve Quality, Value-Based Care Table of Contents
Data Mining for Successful Healthcare Organizations
Data Mining for Successful Healthcare Organizations For successful healthcare organizations, it is important to empower the management and staff with data warehousing-based critical thinking and knowledge
A Case Study in Integrated Quality Assurance for Performance Management Systems
A Case Study in Integrated Quality Assurance for Performance Management Systems Liam Peyton, Bo Zhan, Bernard Stepien School of Information Technology and Engineering, University of Ottawa, 800 King Edward
Session # 205 Implementing Sustainable Revenue-Cycle Workflows: CayHealth ACO and Intermountain Healthcare
Session # 205 Implementing Sustainable Revenue-Cycle Workflows: CayHealth ACO and Intermountain Healthcare DISCLAIMER: The views and opinions expressed in this presentation are those of the author and
Jabil builds momentum for business analytics
Jabil builds momentum for business analytics Transforming financial analysis with help from IBM and AlignAlytics Overview Business challenge As a global electronics manufacturer and supply chain specialist,
A Service-oriented Architecture for Business Intelligence
A Service-oriented Architecture for Business Intelligence Liya Wu 1, Gilad Barash 1, Claudio Bartolini 2 1 HP Software 2 HP Laboratories {[email protected]} Abstract Business intelligence is a business
Data Warehouse Automation A Decision Guide
Data Warehouse Automation A Decision Guide A White Paper by Dave Wells Infocentric LLC Table of Contents Seven Myths of Data Warehouse Automation 1 Why Automate Data Warehousing? 2 The Basis of Data Warehouse
Banking On A Customer-Centric Approach To Data
Banking On A Customer-Centric Approach To Data Putting Content into Context to Enhance Customer Lifetime Value No matter which company they interact with, consumers today have far greater expectations
BBBT Podcast Transcript
BBBT Podcast Transcript About the BBBT Vendor: The Boulder Brain Trust, or BBBT, was founded in 2006 by Claudia Imhoff. Its mission is to leverage business intelligence for industry vendors, for its members,
Data Virtualization A Potential Antidote for Big Data Growing Pains
perspective Data Virtualization A Potential Antidote for Big Data Growing Pains Atul Shrivastava Abstract Enterprises are already facing challenges around data consolidation, heterogeneity, quality, and
Business Process Management In An Application Development Environment
Business Process Management In An Application Development Environment Overview Today, many core business processes are embedded within applications, such that it s no longer possible to make changes to
Implementing Oracle BI Applications during an ERP Upgrade
Implementing Oracle BI Applications during an ERP Upgrade Summary Jamal Syed BI Practice Lead Emerging solutions 20 N. Wacker Drive Suite 1870 Chicago, IL 60606 Emerging Solutions, a professional services
The Importance of Data Governance in Healthcare
WHITE PAPER The Importance of Data Governance in Healthcare By Bill Fleissner; Kamalakar Jasti; Joy Ales, MHA, An Encore Point of View October 2014 BSN, RN; Randy Thomas, FHIMSS AN ENCORE POINT OF VIEW
Offload Enterprise Data Warehouse (EDW) to Big Data Lake. Ample White Paper
Offload Enterprise Data Warehouse (EDW) to Big Data Lake Oracle Exadata, Teradata, Netezza and SQL Server Ample White Paper EDW (Enterprise Data Warehouse) Offloads The EDW (Enterprise Data Warehouse)
Business Usage Monitoring for Teradata
Managing Big Analytic Data Business Usage Monitoring for Teradata Increasing Operational Efficiency and Reducing Data Management Costs How to Increase Operational Efficiency and Reduce Data Management
Big Data and the Data Lake. February 2015
Big Data and the Data Lake February 2015 My Vision: Our Mission Data Intelligence is a broad term that describes the real, meaningful insights that can be extracted from your data truths that you can act
How to Enhance Traditional BI Architecture to Leverage Big Data
B I G D ATA How to Enhance Traditional BI Architecture to Leverage Big Data Contents Executive Summary... 1 Traditional BI - DataStack 2.0 Architecture... 2 Benefits of Traditional BI - DataStack 2.0...
Big Data and Transactional Databases Exploding Data Volume is Creating New Stresses on Traditional Transactional Databases
Big Data and Transactional Databases Exploding Data Volume is Creating New Stresses on Traditional Transactional Databases Introduction The world is awash in data and turning that data into actionable
Platform as a Service: The IBM point of view
Platform as a Service: The IBM point of view Don Boulia Vice President Strategy, IBM and Private Cloud Contents 1 Defining Platform as a Service 2 The IBM view of PaaS 6 IBM offerings 7 Summary 7 For more
Chapter 6 8/12/2015. Foundations of Business Intelligence: Databases and Information Management. Problem:
Foundations of Business Intelligence: Databases and Information Management VIDEO CASES Chapter 6 Case 1a: City of Dubuque Uses Cloud Computing and Sensors to Build a Smarter, Sustainable City Case 1b:
TRUVEN HEALTH UNIFY. Population Health Management Enterprise Solution
TRUVEN HEALTH UNIFY Population Health Enterprise Solution A Comprehensive Suite of Solutions for Improving Care and Managing Population Health With Truven Health Unify, you can achieve: Clinical data integration
ELECTRONIC MEDICAL RECORDS. Selecting and Utilizing an Electronic Medical Records Solution. A WHITE PAPER by CureMD.
ELECTRONIC MEDICAL RECORDS Selecting and Utilizing an Electronic Medical Records Solution A WHITE PAPER by CureMD CureMD Healthcare 55 Broad Street New York, NY 10004 Overview United States of America
Data Warehouse Overview. Srini Rengarajan
Data Warehouse Overview Srini Rengarajan Please mute Your cell! Agenda Data Warehouse Architecture Approaches to build a Data Warehouse Top Down Approach Bottom Up Approach Best Practices Case Example
IBM Cognos TM1. Enterprise planning, budgeting and analysis. Highlights. IBM Software Data Sheet
IBM Software IBM Cognos TM1 Enterprise planning, budgeting and analysis Highlights Reduces planning cycles by as much as 75% and reporting from days to minutes Owned and managed by Finance and lines of
Accountable Care: Implications for Managing Health Information. Quality Healthcare Through Quality Information
Accountable Care: Implications for Managing Health Information Quality Healthcare Through Quality Information Introduction Healthcare is currently experiencing a critical shift: away from the current the
How To Turn Big Data Into An Insight
mwd a d v i s o r s Turning Big Data into Big Insights Helena Schwenk A special report prepared for Actuate May 2013 This report is the fourth in a series and focuses principally on explaining what s needed
Business Architecture Scenarios
The OMG, Business Architecture Special Interest Group Business Architecture Scenarios Principal Authors William Ulrich, President, TSG, Inc. Co chair, OMG BASIG [email protected] Neal McWhorter, Principal,
CARADIGM HEALTHCARE ANALYTICS. By Hamid Al-Azzawe, Vice President of Engineering, Caradigm WHITEPAPER
CARADIGM HEALTHCARE ANALYTICS By Hamid Al-Azzawe, Vice President of Engineering, Caradigm WHITEPAPER We have witnessed a major paradigm shift in healthcare information management over the past decade,
Increase Agility and Reduce Costs with a Logical Data Warehouse. February 2014
Increase Agility and Reduce Costs with a Logical Data Warehouse February 2014 Table of Contents Summary... 3 Data Virtualization & the Logical Data Warehouse... 4 What is a Logical Data Warehouse?... 4
Business Intelligence and Service Oriented Architectures. An Oracle White Paper May 2007
Business Intelligence and Service Oriented Architectures An Oracle White Paper May 2007 Note: The following is intended to outline our general product direction. It is intended for information purposes
Safe Harbor Statement
Defining a Roadmap to Big Data Success Robert Stackowiak, Oracle Vice President, Big Data 17 November 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is
An Essential Ingredient for a Successful ACO: The Clinical Knowledge Exchange
An Essential Ingredient for a Successful ACO: The Clinical Knowledge Exchange Jonathan Everett Director, Health Information Technology Chinese Community Health Care Association Darren Schulte, MD, MPP
Optum One. The Intelligent Health Platform
Optum One The Intelligent Health Platform The Optum One intelligent health platform enables healthcare providers to manage patient populations. The platform combines the industry s most advanced integrated
ACCOUNTABLE CARE ANALYTICS: DEVELOPING A TRUSTED 360 DEGREE VIEW OF THE PATIENT
ACCOUNTABLE CARE ANALYTICS: DEVELOPING A TRUSTED 360 DEGREE VIEW OF THE PATIENT Accountable Care Analytics: Developing a Trusted 360 Degree View of the Patient Introduction Recent federal regulations have
IBM Analytics. Just the facts: Four critical concepts for planning the logical data warehouse
IBM Analytics Just the facts: Four critical concepts for planning the logical data warehouse 1 2 3 4 5 6 Introduction Complexity Speed is businessfriendly Cost reduction is crucial Analytics: The key to
CA Technologies Big Data Infrastructure Management Unified Management and Visibility of Big Data
Research Report CA Technologies Big Data Infrastructure Management Executive Summary CA Technologies recently exhibited new technology innovations, marking its entry into the Big Data marketplace with
WHITE PAPER. QualityAnalytics. Bridging Clinical Documentation and Quality of Care
WHITE PAPER QualityAnalytics Bridging Clinical Documentation and Quality of Care 2 EXECUTIVE SUMMARY The US Healthcare system is undergoing a gradual, but steady transformation. At the center of this transformation
An Oracle W hite Paper June 2011. Achieving Clinical and Operational Excellence: How to Establish Healthcare Service Line Costs
An Oracle W hite Paper June 2011 Achieving Clinical and Operational Excellence: How to Establish Healthcare Service Line Costs 1 Introduction Not knowing the clear direction that the healthcare reform
Alexander Nikov. 5. Database Systems and Managing Data Resources. Learning Objectives. RR Donnelley Tries to Master Its Data
INFO 1500 Introduction to IT Fundamentals 5. Database Systems and Managing Data Resources Learning Objectives 1. Describe how the problems of managing data resources in a traditional file environment are
Traditional Analytics and Beyond:
Traditional Analytics and Beyond: Intermountain Healthcare's Continuing Journey to Analytic Excellence Lee Pierce AVP, Business Intelligence & Analytics [email protected] Agenda Intermountain Healthcare
Integrating a Big Data Platform into Government:
Integrating a Big Data Platform into Government: Drive Better Decisions for Policy and Program Outcomes John Haddad, Senior Director Product Marketing, Informatica Digital Government Institute s Government
Managing Big Data with Hadoop & Vertica. A look at integration between the Cloudera distribution for Hadoop and the Vertica Analytic Database
Managing Big Data with Hadoop & Vertica A look at integration between the Cloudera distribution for Hadoop and the Vertica Analytic Database Copyright Vertica Systems, Inc. October 2009 Cloudera and Vertica
A TECHNICAL WHITE PAPER ATTUNITY VISIBILITY
A TECHNICAL WHITE PAPER ATTUNITY VISIBILITY Analytics for Enterprise Data Warehouse Management and Optimization Executive Summary Successful enterprise data management is an important initiative for growing
Networking in the Hadoop Cluster
Hadoop and other distributed systems are increasingly the solution of choice for next generation data volumes. A high capacity, any to any, easily manageable networking layer is critical for peak Hadoop
Evolution to Revolution: Big Data 2.0
Evolution to Revolution: Big Data 2.0 An ENTERPRISE MANAGEMENT ASSOCIATES (EMA ) White Paper Prepared for Actian March 2014 IT & DATA MANAGEMENT RESEARCH, INDUSTRY ANALYSIS & CONSULTING Table of Contents
Bringing Big Data into the Enterprise
Bringing Big Data into the Enterprise Overview When evaluating Big Data applications in enterprise computing, one often-asked question is how does Big Data compare to the Enterprise Data Warehouse (EDW)?
How To Create A Health Analytics Framework
ABSTRACT Paper SAS1900-2015 A Health Analytics Framework Krisa Tailor, Jeremy Racine, SAS Institute Inc. As the big data wave continues to magnify in the healthcare industry, health data available to organizations
Big Data Integration: A Buyer's Guide
SEPTEMBER 2013 Buyer s Guide to Big Data Integration Sponsored by Contents Introduction 1 Challenges of Big Data Integration: New and Old 1 What You Need for Big Data Integration 3 Preferred Technology
Hadoop Market - Global Industry Analysis, Size, Share, Growth, Trends, and Forecast, 2012 2018
Transparency Market Research Hadoop Market - Global Industry Analysis, Size, Share, Growth, Trends, and Forecast, 2012 2018 Buy Now Request Sample Published Date: July 2013 Single User License: US $ 4595
Realizing the Benefits of Data Modernization
February 2015 Perspective Realizing the Benefits of How to overcome legacy data challenges with innovative technologies and a seamless data modernization roadmap. Companies born into the digital world
COMP9321 Web Application Engineering
COMP9321 Web Application Engineering Semester 2, 2015 Dr. Amin Beheshti Service Oriented Computing Group, CSE, UNSW Australia Week 11 (Part II) http://webapps.cse.unsw.edu.au/webcms2/course/index.php?cid=2411
Decision Ready Data: Power Your Analytics with Great Data. Murthy Mathiprakasam
Decision Ready Data: Power Your Analytics with Great Data Murthy Mathiprakasam 2 Your Mission Repeatably deliver trusted and timely data for great analytics and great social impact 3 Great Data Powers
Testimony of Diane Gilbert Bradley, MD, Chief Quality and Outcomes Officer, Allscripts
Testimony of Diane Gilbert Bradley, MD, Chief Quality and Outcomes Officer, Allscripts Clinical Quality Hearing Health IT Policy Committee and Health IT Standards Committee June 7, 2012 Distinguished Members
MARKETING ANALYTICS AS A SERVICE
MARKETING ANALYTICS AS A SERVICE WEATHER BASED CONTENT PERSONALIZATION Joseph A. Marr, Ph.D. Senior Principal Data Scientist SYNTASA Kirk D. Borne, Ph.D. Advisory Board Member SYNTASA MAY 2014 INTRODUCTION:
An Enterprise Data Hub, the Next Gen Operational Data Store
An Enterprise Data Hub, the Next Gen Operational Data Store Version: 101 Table of Contents Summary 3 The ODS in Practice 4 Drawbacks of the ODS Today 5 The Case for ODS on an EDH 5 Conclusion 6 About the
BIG DATA THE NEW OPPORTUNITY
Feature Biswajit Mohapatra is an IBM Certified Consultant and a global integrated delivery leader for IBM s AMS business application modernization (BAM) practice. He is IBM India s competency head for
Healthcare Data Management
Healthcare Data Management Expanding Insight, Increasing Efficiency, Improving Care WHITE PAPER This document contains Confidential, Proprietary and Trade Secret Information ( Confidential Information
Agile EAI November 2002 Martin Fowler Gregor Hohpe
Agile EAI November 2002 Martin Fowler Gregor Hohpe Abstract Enterprise Application Integration (EAI) is a top priority in many enterprises. Requirements for improved customer service or self-service, rapidly
I n t e r S y S t e m S W h I t e P a P e r F O R H E A L T H C A R E IT E X E C U T I V E S. In accountable care
I n t e r S y S t e m S W h I t e P a P e r F O R H E A L T H C A R E IT E X E C U T I V E S The Role of healthcare InfoRmaTIcs In accountable care I n t e r S y S t e m S W h I t e P a P e r F OR H E
Master Data Management
Master Data Management Managing Data as an Asset By Bandish Gupta Consultant CIBER Global Enterprise Integration Practice Abstract: Organizations used to depend on business practices to differentiate them
