Printer Friendly
The Free Library
19,607,059 articles and books
Member login
User name  
Password 
 
Join us Forgot password?

Changing the Rules in Enterprise Data Warehousing.


New paradigm New Paradigm

In the investing world, a totally new way of doing things that has a huge effect on business.

Notes:
The word "paradigm" is defined as a pattern or model, and it has been used in science to refer to a theoretical framework.
 brings new opportunities for data utilization.

A decision-support data warehouse plays a critical role in healthcare organizations by integrating data from across the enterprise and providing information management capabilities to the organization. A typical warehouse manages financial and clinical data, as well as data brought in from diverse systems. It serves as a strategic complement to operational systems used by caregivers and clerical staff by supplying a separate data store that answers management analysis and reporting needs without impacting information access at the point of care.

The classic definition of data warehousing See data warehouse.

data warehousing - data warehouse
 held that the data must be relatively static and support the concept of "read only" and "write once." Two philosophies emerged regarding whether the construction of a data warehouse should follow a "top-down" design, implementing a single monolithic Single object. Self contained. One unit.  warehouse for the entire enterprise, or follow a "bottom-up" design, consisting of an incremental Additional or increased growth, bulk, quantity, number, or value; enlarged.

Incremental cost is additional or increased cost of an item or service apart from its actual cost.
 string of related data marts A subset of a data warehouse for a single department or function. A data mart may have tens of gigabytes of data rather than hundreds of gigabytes for the entire enterprise. See data warehouse. .

Today, healthcare professionals typically require data warehouses to be updated on a monthly basis with encounter-level data. The warehouse must accommodate updates through multiple paths, incorporating sophisticated interfaces, such as round-trip exports to costing and revenue modeling applications. This article details some of the principle drivers of healthcare data management and focuses on the new design principles that must be deployed in creating effective healthcare data warehouses.

Keying in on Flexibility

Whether you are considering building or purchasing a data warehouse, there are several aspects to consider regarding the underlying architecture. A crucial concern is the construction of the primary keys and the flexibility required to accommodate the diversity found in healthcare data.

A major limitation of earlier warehouses was the use of "natural" keys for the primary key value (e.g., using patient account number as the primary key for encounter records). Although a seemingly seem·ing  
adj.
Apparent; ostensible.

n.
Outward appearance; semblance.



seeming·ly adv.
 logical approach, healthcare data is unique from data in other industries because there is a large number of "child" records that must be related to each encounter record (e.g., service items and payments). Maintaining this key structure results in considerable performance overhead when joining the records in a report query. The generally accepted practice today is to assign "surrogate surrogate n. 1) a person acting on behalf of another or a substitute, including a woman who gives birth to a baby of a mother who is unable to carry the child. 2) a judge in some states (notably New York) responsible only for probates, estates, and adoptions. " keys to the records as the data is imported using an incremented binary value (usually a 4-byte integer integer: see number; number theory ). Since the keys are represented by integer values, the performance during table joins is vastly improved.

Equally important in the definition of primary keys is the flexibility to change them as disparate data sets are introduced. A health system that originally loads acute care data may decide to add physician-level data from a recently acquired ambulatory surgery center ambulatory surgery center A free-standing center that performs various types of surgery , with the goal of relating records at an encounter level. The initial data sets created off the acute care data may derive the surrogate key (database) surrogate key - A unique primary key generated by the RDBMS that is not derived from any data in the database and whose only significance is to act as the primary key.

A surrogate key is frequently a sequential number (e.g.
 for an encounter record from a combination of patient account number and discharge date. The introduction of the physician data may require the creation of a new data set that links physician-level encounter records based on a surrogate key derived from Patient Account Number and check-in date.

The warehouse should be able to commingle commingle

to mingle together, e.g. cattle mingling with deer.
 primary key structures without needing to re-engineer the model. A flexible key structure is vital in securing the longevity longevity (lŏnjĕv`ĭtē), term denoting the length or duration of the life of an animal or plant, often used to indicate an unusually long life.  of a data warehouse and should be seriously evaluated in the design phase.

Incremental ROI (Return On Investment) The monetary benefits derived from having spent money on developing or revising a system. In the IT world, there are more ways to compute ROI than Carter has liver pills (and for those of you who never heard of that expression, it means a lot).  

Philosophical arguments continue regarding a "top-down" versus a "bottom-up" design approach. In reality; there is a steady trend in the industry toward a less risky, middle-of-the-road approach. In this paradigm, the data model is designed using a top-down healthcare enterprise model, with the actual population of data implemented in a focused, iterative it·er·a·tive  
adj.
1. Characterized by or involving repetition, recurrence, reiteration, or repetitiousness.

2. Grammar Frequentative.

Noun 1.
 manner, typically starting with financial data, then moving toward encounter data, and finally to anciliary and clinical system data. As scrubbed scrub 1  
v. scrubbed, scrub·bing, scrubs

v.tr.
1.
a. To rub hard in order to clean.

b. To remove (dirt or stains) by hard rubbing.

2.
, audited data become available in the warehouse, independent data marts are spawned that serve as the distributed reporting base for the end users.

The advantage of this approach is that it offers the quickest path to return on investment while providing flexibility to expand the data captured in the warehouse without redesigning the model. Solid investment returns should be recognized in six- to 12-month increments.

Time/Value Continuum

In traditional views of data warehousing, data remained static and updates typically occurred on a semi-annual or quarterly basis. Today, organizations need to accommodate incremental updates from diverse information systems. Update schedules generally range from weekly to monthly, providing a good balance between timely information and capturing lagging Lagging

Strategy used by a firm to stall payments, normally in response to exchange rate projections.
 data coded in the HIS system, such as late charges.

The ability to update existing records in the warehouse is also a change to the old-school mentality. Integrating cost accounting algorithms with expected reimbursement Reimbursement

Payment made to someone for out-of-pocket expenses has incurred.
 modeling adds cost and payment components to the data and facilitates analysis from a profitability viewpoint beyond the raw data. Most cost accounting applications work only on billing data. However, future needs will focus on costing from a clinical perspective, with integration and costing of orders from a care management system. This vision merges the financial and clinical perspectives of healthcare management, associating the cost of care within a clinical framework.

To achieve these long-term benefits, the data warehouse must be constructed with a focus on the data import engine, which must be flexible to allow different types of incremental update methods. Examples of update methods that minimally should be supported are: update, insert, replace, accumulate (add values within a field) and delete. The import process should also be streamlined for performance and take advantage of the native bulk copy process supported by the back-end database A back-end database is a database that is accessed by users indirectly through an external application rather than by application programming stored within the database itself or by low level manipulation of the data (e.g. through SQL commands). . Finally, the import engine should support batch processes, so large imports can be scheduled to run during off hours.

From Warehouse to "Web" House

The Internet is revolutionizing modern business and healthcare data warehousing is no exception. The original users of healthcare data warehouse information were usually limited to highly specialized data analysts. As more end users demand access to the data warehouse, browser-enabled applications provide an ideal vehicle for report distribution and analysis. The thin-client nature of most browser-based applications consumes minimal bandwidth and is the perfect choice for organizations that struggle to provide information to remote users.

The development tools surrounding these applications are maturing rapidly, with recently released products closely mirroring their client-server counterparts. When evaluating browserbased reporting tools, ease-of-use is an important consideration given the volume of users likely to be included in the rollout. The application should also be robust enough to support dynamic analysis of the data from a traditional online analytical processing Online Analytical Processing, or OLAP (IPA: /ˈoʊlæp/), is an approach to quickly provide answers to analytical queries that are multidimensional in nature.  perspective and offer sophisticated graphing capabilities.

Finally, the application should draw on a principle concept of the Web--"pushing" information into the hands of users in a meaningful way. The Web has blazed the trail for applications to support triggers within the data that are based on user-defined thresholds. When these thresholds are exceeded the application should alert the user via e-mail or other messaging avenue and enable users to evaluate and share the results with colleagues.

Overall, the future is bright for healthcare data warehousing as design evolution has given way to vast improvements in data collection and analysis. The integration of the Internet and browser-enabled report applications brings information directly to the fingertips "Fingertips" is a 1963 number-one hit single recorded live by "Little" Stevie Wonder for Motown's Tamla label. Wonder's first hit single, "Fingertips" was the first live, non-studio recording to reach number-one on the Billboard Pop Singles chart in the United States.  of the individuals who need it most and positions the data warehouse as the cornerstone of information dissemination dissemination Medtalk The spread of a pernicious process–eg, CA, acute infection Oncology Metastasis, see there  within the enterprise.

Summary of Paradigm Shift A dramatic change in methodology or practice. It often refers to a major change in thinking and planning, which ultimately changes the way projects are implemented. For example, accessing applications and data from the Web instead of from local servers is a paradigm shift. See paradigm.  
Warehouse             Traditional Beliefs     New Paradigm
                      Characteristics

Key structure         Fixed "natural" keys    Flexible "surrogate"
                                              keys

Overall design        Top-down v.s            Top-down design with
                      bottom-up design

Frequency of          Semi-annual or          Weekly to monthly
updates               quarterly

Data enhancement      Read-only "static"     Data enhanced
                      data                   thourgh value-added
                                             applications

Number of end users   Limited users          Numerous users via
                                             Web-enabled report
                                             distribution

Report distribution   Static reports         Dynamic analysis
                                             tools using "push"
                                             technology  and
                                             threshold alerts


Michael T. Wood is vice president of research and development for McKessonHBOC in Amherst, MA.
COPYRIGHT 2000 Nelson Publishing
No portion of this article can be reproduced without the express written permission from the copyright holder.
Copyright 2000 Gale, Cengage Learning. All rights reserved.

 Reader Opinion

Title:

Comment:



 

Article Details
Printer friendly Cite/link Email Feedback
Title Annotation:Technology Information
Author:Wood, Michael T.
Publication:Health Management Technology
Date:Sep 1, 2000
Words:1297
Previous Article:Diary of an Acquisition.
Next Article:Major Restoration for Dental Claims.
Topics:



Related Articles
Managing with decision support tools.
Emerging managed care technologies.
London Hosts Business Intelligence Show.
THE FRONT AND BACK OFFICE: CONNECTING THE CUSTOMER DOTS.
The future is now--living in the information age.
E.INTELLIGENCE ANNOUNCES SUITE 3.5 FOR PREDICTIVE INTELLIGENCE.
Steering the course: data-stewardship organizations assist insurers in navigating the high seas of data. (Technology: Technology Insight).
Data warehousing in 'real time'.
The data warehouse as a business tool.
Comparing two data warehouse methodologies.

Terms of use | Copyright © 2012 Farlex, Inc. | Feedback | For webmasters | Submit articles