SlideShare une entreprise Scribd logo
1  sur  21
The Myth of Health Data
Integration Complexity
There’s nothing special about health IT data that
justifies complex, expensive, or special technology

By Shahid N. Shah, CEO
NETSPECTIVE

Who is Shahid?
•

•
•
•

20+ years of software engineering and multidiscipline complex IT implementations (Gov.,
defense, health, finance, insurance)
12+ years of healthcare IT and medical
devices experience (blog at
http://healthcareguy.com)
15+ years of technology management
experience (government, non-profit,
commercial)
10+ years as architect, engineer, and
implementation manager on various EMR
and EHR initiatives (commercial and nonprofit)

www.netspective.com

Author of Chapter 13, “You’re
the CIO of your Own Office”
2
NETSPECTIVE

What’s this talk about?
Background
•
•

•

•

A deluge of healthcare data is being
created as we digitize biology,
chemistry, and physics.
Data changes the questions we ask
and it can actually democratize and
improve the science of medicine, if we
let it.
While cures are the only real miracles
of medicine, data can help solve
intractable problems and lead to more
cures.
Healthcare-focused software
engineering is going to do more harm
than good (industry-neutral is better).

www.netspective.com

Key takeaways
•
•
•

•

Applications come and go, data lives
forever. He who owns, integrates,
and uses data wins in the end.
Never leave your data in the hands
of an application/system vendor.
There’s nothing special about
health IT data that justifies
complex, expensive, or special
technology.
Spend freely on multiple systems
and integration-friendly solutions.
3
NETSPECTIVE

NEJM believes doctors are trapped
It is a widely accepted myth that medicine requires
complex, highly specialized information-technology (IT)
systems.
This myth continues to justify soaring IT costs,
burdensome physician workloads, and stagnation in
innovation — while doctors become increasingly bound
to documentation and communication products that are
functionally decades behind those they use in their
“civilian” life.
New England Journal of Medicine “Escaping the EHR Trap - The Future of Health IT”, June 2012
www.netspective.com

4
NETSPECTIVE

Data changes the questions we ask

Simple visual facts
www.netspective.com

Complex visual facts

Complex computable
facts
5
NETSPECTIVE

Implications for scientific discovery
The old way
Identify problem

Identify data

Ask questions

Generate questions

Collect data

Mine data

Answer questions
www.netspective.com

The new way

Answer questions
6
NETSPECTIVE

Application focus is biggest mistake
Application-focused IT instead of Data-focused IT is causing business problems.
Silos of information exist across
groups (duplication, little sharing)

Clinical
Apps

Billing
Apps

Lab
Apps

Other
Apps

Healthcare Provider Systems

Patient
Apps

Partner Systems

Poor data integration across
application bases
www.netspective.com

7
NETSPECTIVE

The Strategy: Modernize Integration
Need to get existing applications to share data through modern integration
techniques

Clinical
Apps
NCI
App

Billing
Apps

Lab
Other
Apps
Apps
NEI
App
Healthcare Provider Systems

Patient
Apps
NHLBI
App

Partner Systems

Master Data Management, Entity Resolution, and Data Integration
Improved integration by services
that can communicate between applications
www.netspective.com

8
NETSPECTIVE

Confronting Data Integration Myths
My EHR will handle
everything I need
and push data
where required
Without semantic
mapping the
aggregated data is
not useful
www.netspective.com

I can’t possibly store
everything

I don’t have to
worry about storing
certain types of data

I only need to store
data for a period of
time

If I don’t understand
how to synthesize
data now, I’d rather
not store it
9
NETSPECTIVE

Why health IT system integrate poorly
•
•

•

•

Permissions-oriented culture
prevents tinkering and “hacking”
We don't support shared identities,
single sign on (SSO), and industryneutral authentication and
authorization
We're too focused on "structured
data integration" instead of "practical
app integration" in our early project
phases
We focus more on "pushing" versus
"pulling" data than is warranted
early in projects

www.netspective.com

•
•
•
•

We have “Inside out” architecture,
not “Outside in”
We're too focused on heavyweight
industry-specific formats instead of
lightweight or micro formats
Data emitted is not tagged using
semantic markup, so it's not
securable or searchable by default
When health IT systems produce
HTML, CSS, JavaScript, JSON, and
other common outputs, it's not done
in a security- and integrationfriendly manner

10
How do we modernize integration?
NETSPECTIVE

Encourage clinical “tinkering” and “hacking”
• Clinicians usually go
into medicine because
they’re problem solvers
• Today’s permissionsoriented culture now
prevents “playing” with
data and discovering
solutions
www.netspective.com

12
NETSPECTIVE

Promote “Outside-in” architecture
Think about clinical and
hospital operations and
processes as a collection
of business capabilities or
services that can be
delivered across
organizations.
www.netspective.com

13
NETSPECTIVE

Implement industry-neutral ICAM

Implement shared identities, single sign on (SSO), neutral authentication and authorization

Proprietary identity is hurting us
•

•

Most health IT systems create their own
custom identity, credentialing, and access
management (ICAM) in an opaque part of
a proprietary database.
We’re waiting for solutions from health IT
vendors but free or commercial industryneutral solutions are much better and
future proof.

www.netspective.com

Identity exchange is possible
• Follow National Strategy for Trusted Identities
in Cyberspace (NSTIC)
• Use open identity exchange protocols such as
SAML, OpenID, and Oauth
• Use open roles and permissions-management
protocols, such as XACML
• Consider open source tools such as OpenAM,
Apache Directory, OpenLDAP Shibboleth, or
,
commercial vendors.
• Externalize attribute-based access control
(ABAC) and role-based access control (RBAC)
from clinical systems into enterprise systems
like Active Directory or LDAP
.

14
NETSPECTIVE

App-focused integration is better than nothing
Structured data dogma gets in the way of faster decision support real solutions

Dogma is preventing integration

App-centric sharing is possible

Many think that we shouldn’t integrate
until structured data at detailed machinecomputable levels is available.
The thinking is that because mistakes can
be made with semi-structured or hard to
map data, we should rely on paper, make
users live with missing data, or just make
educated guesses instead.

Instead of waiting for HL7 or other structured
data about patients, we can use simple
techniques like HTML widgets to share
"snippets" of our apps.
• Allow applications immediate access to
portions of data they don't already manage.
• Widgets are portions of apps that can be
embedded or "mashed up" in other apps
without tight coupling.
• Blue Button has demonstrated the power of
app integration versus structured data
integration. It provides immediate benefit to
users while the data geeks figure out what
they need for analytics, computations, etc.

www.netspective.com

15
NETSPECTIVE

Pushing data is more expensive than pulling it
We focus more on "pushing" versus "pulling" data than is warranted early in projects

Old way to architect:
“What data can you send me?” (push)

Better way to architect:
“What data can I publish safely?” (pull)

The "push" model, where the system that
contains the data is responsible for sending the
data to all those that are interested (or to some
central provider, such as a health information
exchange or HL7 router) shouldn’t be the only
model used for data integration.

• Implement syndicated Atom-like feeds (which
could contain HL7 or other formats).
• Data holders should allow secure
authenticated subscriptions to their data and
not worry about direct coupling with other
apps.
• Consider the Open Data Protocol (oData).
• Enable auditing of protected health
information by logging data transfers through
use of syslog and other reliable methods.
• Enable proper access control rules expressed
in standards like XACML.

www.netspective.com

16
NETSPECTIVE

Industry-specific formats aren’t always necessary

Reliance on heavyweight industry-specific formats instead of lightweight micro formats is bad

HL7 and X.12 aren’t the only formats

Consider industry-neutral protocols

The general assumption is that
formats like HL7, CCD, and X.12 are
the only ways to do data integration
in healthcare but of course that’s
not quite true.

•

•
•
•

www.netspective.com

Consider identity exchange
protocols like SAML for integration
of user profile data and even for
exchange of patient demographics
and related profile information.
Consider iCalendar/ICS publishing
and subscribing for schedule data.
Consider microformats like FOAF
and similar formats from
schema.org.
Consider semantic data formats
like RDF, RDFa, and related family.
17
NETSPECTIVE

Tag all app data using semantic markup

When data is not tagged using semantic markup, it's not securable or shareable by default

Legacy systems trap valuable data

Semantic markup and tagging is easy

In many existing contracts, the
vendors of systems that house the
data also ‘own’ the data and it can’t
be easily liberated because the
vendors of the systems actively
prevent it from being shared or are
just too busy to liberate the data.

• One easy way to create semantically
meaningful and easier to share and
secure patient data is to have all
HTML tags be generated with
companion RDFa or HTML5 Data
Attributes using industry-neutral
schemas and microformats similar to
the ones defined at Schema.org.
• Google's recent implementation of
its Knowledge Graph is a great
example of the utility of this
semantic mapping approach.

www.netspective.com

18
NETSPECTIVE

Produce data in search-friendly manner

Produce HTML, JavaScript and other data in a security- and integration-friendly approach

Proprietary data formats limit findability

Search engines are great integrators

• Legacy applications only present
through text or windowed
interfaces that can be “scraped”.
• Web-based applications present
HTML, JavaScript, images, and
other assets but aren’t search
engine friendly.

• Most users need access to
information trapped in existing
applications but sometimes they
don’t need must more than access
that a search engine could easily
provide.
• Assume that all pages in an
application, especial web
applications, will be “ingested” by
a securable, protectable, search
engine that can act as the first
method of integration.

www.netspective.com

19
NETSPECTIVE

Rely first on open source, then proprietary

“Free” is not as important as open source, you should pay for software but require openness

Healthcare fears open source

Open source can save health IT

• Only the government spends more per
user on antiquated software than we do
in healthcare.
• There is a general fear that open source
means unsupported software or lower
quality solutions or unwanted security
breaches.

• Other industries save billions by using
open source.
• Commercial vendors give better pricing,
service, and support when they know
they are competing with open source.
• Open source is sometimes more secure,
higher quality, and better supported
than commercial equivalents.
• Don’t dismiss open source, consider it
the default choice and select commercial
alternatives when they are known to be
better.

www.netspective.com

20
Visit
http://www.netspective.com
http://www.healthcareguy.com
E-mail shahid.shah@netspective.com
Follow @ShahidNShah
Call 202-713-5409

Thank You

Contenu connexe

Tendances

Reasons why health data is poorly integrated today and what we can do about it
Reasons why health data is poorly integrated today and what we can do about itReasons why health data is poorly integrated today and what we can do about it
Reasons why health data is poorly integrated today and what we can do about it
Shahid Shah
 
How to Commercialize Your Healthcare/IT/Media Product
How to Commercialize Your Healthcare/IT/Media ProductHow to Commercialize Your Healthcare/IT/Media Product
How to Commercialize Your Healthcare/IT/Media Product
Shahid Shah
 
Brown blake upcon 2013
Brown blake upcon 2013Brown blake upcon 2013
Brown blake upcon 2013
sapenov
 

Tendances (20)

How to emrace risk-based Security management in a compliance-driven culture
How to emrace risk-based Security management in a compliance-driven cultureHow to emrace risk-based Security management in a compliance-driven culture
How to emrace risk-based Security management in a compliance-driven culture
 
Reasons why health data is poorly integrated today and what we can do about it
Reasons why health data is poorly integrated today and what we can do about itReasons why health data is poorly integrated today and what we can do about it
Reasons why health data is poorly integrated today and what we can do about it
 
OSEHRA and VistA Platform Overview
OSEHRA and VistA Platform OverviewOSEHRA and VistA Platform Overview
OSEHRA and VistA Platform Overview
 
How Wireless Networks Empower Patients
How Wireless Networks Empower PatientsHow Wireless Networks Empower Patients
How Wireless Networks Empower Patients
 
How to Use Open Source Technologies in Safety-critical Medical Device Platforms
How to Use Open Source Technologies in Safety-critical Medical Device PlatformsHow to Use Open Source Technologies in Safety-critical Medical Device Platforms
How to Use Open Source Technologies in Safety-critical Medical Device Platforms
 
The five essential_elements_of_self-service_data_integration_0816
The five essential_elements_of_self-service_data_integration_0816The five essential_elements_of_self-service_data_integration_0816
The five essential_elements_of_self-service_data_integration_0816
 
Healthcare Analytics Summit Keynote Fall 2017
Healthcare Analytics Summit Keynote Fall 2017Healthcare Analytics Summit Keynote Fall 2017
Healthcare Analytics Summit Keynote Fall 2017
 
How to Commercialize Your Healthcare/IT/Media Product
How to Commercialize Your Healthcare/IT/Media ProductHow to Commercialize Your Healthcare/IT/Media Product
How to Commercialize Your Healthcare/IT/Media Product
 
OSEHRA is a Great Business Opportunity for Systems Integrators
OSEHRA is a Great Business Opportunity for Systems IntegratorsOSEHRA is a Great Business Opportunity for Systems Integrators
OSEHRA is a Great Business Opportunity for Systems Integrators
 
Data foundation for analytics excellence
Data foundation for analytics excellenceData foundation for analytics excellence
Data foundation for analytics excellence
 
The Hive Data Virtualization Introduction - Sanjay Krishnamurti, Chief Archit...
The Hive Data Virtualization Introduction - Sanjay Krishnamurti, Chief Archit...The Hive Data Virtualization Introduction - Sanjay Krishnamurti, Chief Archit...
The Hive Data Virtualization Introduction - Sanjay Krishnamurti, Chief Archit...
 
Brown blake upcon 2013
Brown blake upcon 2013Brown blake upcon 2013
Brown blake upcon 2013
 
Blockchain Applications in Healthcare
Blockchain Applications in HealthcareBlockchain Applications in Healthcare
Blockchain Applications in Healthcare
 
Data-Driven is Passé: Transform Into An Insights-Driven Enterprise
Data-Driven is Passé: Transform Into An Insights-Driven EnterpriseData-Driven is Passé: Transform Into An Insights-Driven Enterprise
Data-Driven is Passé: Transform Into An Insights-Driven Enterprise
 
SOA enabled next generatione EMR/EHR
SOA enabled next generatione EMR/EHRSOA enabled next generatione EMR/EHR
SOA enabled next generatione EMR/EHR
 
Datastax HealthCare Anytime
Datastax HealthCare AnytimeDatastax HealthCare Anytime
Datastax HealthCare Anytime
 
Big data and analytics
Big data and analyticsBig data and analytics
Big data and analytics
 
BDW Chicago 2016 - Ramu Kalvakuntla, Sr. Principal - Technical - Big Data Pra...
BDW Chicago 2016 - Ramu Kalvakuntla, Sr. Principal - Technical - Big Data Pra...BDW Chicago 2016 - Ramu Kalvakuntla, Sr. Principal - Technical - Big Data Pra...
BDW Chicago 2016 - Ramu Kalvakuntla, Sr. Principal - Technical - Big Data Pra...
 
20 Years in Healthcare Analytics & Data Warehousing: What did we learn? What'...
20 Years in Healthcare Analytics & Data Warehousing: What did we learn? What'...20 Years in Healthcare Analytics & Data Warehousing: What did we learn? What'...
20 Years in Healthcare Analytics & Data Warehousing: What did we learn? What'...
 
Getting a clue: uncovering the truth about your data with mobile forensics
Getting a clue: uncovering the truth about your data with mobile forensicsGetting a clue: uncovering the truth about your data with mobile forensics
Getting a clue: uncovering the truth about your data with mobile forensics
 

En vedette (7)

Presentation1
Presentation1Presentation1
Presentation1
 
Using Case-based Methods for Evaluating Complexity in the Health Sector
Using Case-based Methods for Evaluating Complexity in the Health SectorUsing Case-based Methods for Evaluating Complexity in the Health Sector
Using Case-based Methods for Evaluating Complexity in the Health Sector
 
Unit 3(1)
Unit 3(1)Unit 3(1)
Unit 3(1)
 
Standards & Coding Systems in Biomedical and Health Informatics
Standards & Coding Systems in Biomedical and Health InformaticsStandards & Coding Systems in Biomedical and Health Informatics
Standards & Coding Systems in Biomedical and Health Informatics
 
Ecg analysis in the cloud
Ecg analysis in the cloudEcg analysis in the cloud
Ecg analysis in the cloud
 
Non Invasive Health Monitoring with mHealth
Non Invasive Health Monitoring with mHealthNon Invasive Health Monitoring with mHealth
Non Invasive Health Monitoring with mHealth
 
Health Informatics - The Big Picture
Health Informatics - The Big PictureHealth Informatics - The Big Picture
Health Informatics - The Big Picture
 

Similaire à The Myth of Health Data Integration Complexity

HxRefactored - HealthIMPACT - Shahid Shah
HxRefactored - HealthIMPACT - Shahid ShahHxRefactored - HealthIMPACT - Shahid Shah
HxRefactored - HealthIMPACT - Shahid Shah
HxRefactored
 
Med Device Vendors Have Big Opportunities in Health IT Software, Services, an...
Med Device Vendors Have Big Opportunities in Health IT Software, Services, an...Med Device Vendors Have Big Opportunities in Health IT Software, Services, an...
Med Device Vendors Have Big Opportunities in Health IT Software, Services, an...
Shahid Shah
 

Similaire à The Myth of Health Data Integration Complexity (20)

Proper Data Integration can change Medical Science
Proper Data Integration can change Medical ScienceProper Data Integration can change Medical Science
Proper Data Integration can change Medical Science
 
HxRefactored - HealthIMPACT - Shahid Shah
HxRefactored - HealthIMPACT - Shahid ShahHxRefactored - HealthIMPACT - Shahid Shah
HxRefactored - HealthIMPACT - Shahid Shah
 
Revenue opportunities in the management of healthcare data deluge
Revenue opportunities in the management of healthcare data delugeRevenue opportunities in the management of healthcare data deluge
Revenue opportunities in the management of healthcare data deluge
 
Service oriented architecture (SOA) deserves service oriented data
Service oriented architecture (SOA) deserves service oriented dataService oriented architecture (SOA) deserves service oriented data
Service oriented architecture (SOA) deserves service oriented data
 
The Data Operating System: Changing the Digital Trajectory of Healthcare
The Data Operating System: Changing the Digital Trajectory of HealthcareThe Data Operating System: Changing the Digital Trajectory of Healthcare
The Data Operating System: Changing the Digital Trajectory of Healthcare
 
The Data Operating System: Changing the Digital Trajectory of Healthcare
The Data Operating System: Changing the Digital Trajectory of HealthcareThe Data Operating System: Changing the Digital Trajectory of Healthcare
The Data Operating System: Changing the Digital Trajectory of Healthcare
 
Med Device Vendors Have Big Opportunities in Health IT Software, Services, an...
Med Device Vendors Have Big Opportunities in Health IT Software, Services, an...Med Device Vendors Have Big Opportunities in Health IT Software, Services, an...
Med Device Vendors Have Big Opportunities in Health IT Software, Services, an...
 
The Health Catalyst Data Operating System (DOS™): Lessons Learned and Plans ...
The Health Catalyst Data Operating System (DOS™): Lessons Learned and Plans ...The Health Catalyst Data Operating System (DOS™): Lessons Learned and Plans ...
The Health Catalyst Data Operating System (DOS™): Lessons Learned and Plans ...
 
Health Bit Webinar 612010
Health Bit Webinar 612010Health Bit Webinar 612010
Health Bit Webinar 612010
 
Webinar digitally transforming healthcare with blockchain
Webinar   digitally transforming healthcare with blockchainWebinar   digitally transforming healthcare with blockchain
Webinar digitally transforming healthcare with blockchain
 
Mergers, acquisitions, and partnerships dramatically reducing it consolidati...
Mergers, acquisitions, and partnerships  dramatically reducing it consolidati...Mergers, acquisitions, and partnerships  dramatically reducing it consolidati...
Mergers, acquisitions, and partnerships dramatically reducing it consolidati...
 
Big Data Analytics in Hospitals By Dr.Mahboob ali khan Phd
Big Data Analytics in Hospitals By Dr.Mahboob ali khan PhdBig Data Analytics in Hospitals By Dr.Mahboob ali khan Phd
Big Data Analytics in Hospitals By Dr.Mahboob ali khan Phd
 
Healthcare Analytics Platform: DOS Delivers the 7 Essential Components
Healthcare Analytics Platform: DOS Delivers the 7 Essential ComponentsHealthcare Analytics Platform: DOS Delivers the 7 Essential Components
Healthcare Analytics Platform: DOS Delivers the 7 Essential Components
 
Hl7 Analytics for IT and Clinical Insights
Hl7 Analytics for IT and Clinical InsightsHl7 Analytics for IT and Clinical Insights
Hl7 Analytics for IT and Clinical Insights
 
Harness the power of data
Harness the power of dataHarness the power of data
Harness the power of data
 
Transforming Healthcare: Build vs Buy
Transforming Healthcare: Build vs BuyTransforming Healthcare: Build vs Buy
Transforming Healthcare: Build vs Buy
 
Open Insights Harvard DBMI - Personal Health Train - Kees van Bochove - The Hyve
Open Insights Harvard DBMI - Personal Health Train - Kees van Bochove - The HyveOpen Insights Harvard DBMI - Personal Health Train - Kees van Bochove - The Hyve
Open Insights Harvard DBMI - Personal Health Train - Kees van Bochove - The Hyve
 
CB insights: How Blockchain Technology Could Disrupt Healthcare
CB insights: How Blockchain Technology Could Disrupt HealthcareCB insights: How Blockchain Technology Could Disrupt Healthcare
CB insights: How Blockchain Technology Could Disrupt Healthcare
 
The value of our data
The value of our dataThe value of our data
The value of our data
 
CHC Briefing: OSEHRA is a great business opportunity for healthcare IT ISVs a...
CHC Briefing: OSEHRA is a great business opportunity for healthcare IT ISVs a...CHC Briefing: OSEHRA is a great business opportunity for healthcare IT ISVs a...
CHC Briefing: OSEHRA is a great business opportunity for healthcare IT ISVs a...
 

Plus de Shahid Shah

Plus de Shahid Shah (14)

The biggest opportunities in digital health for Turkey's Medical Sector
The biggest opportunities in digital health  for Turkey's Medical Sector The biggest opportunities in digital health  for Turkey's Medical Sector
The biggest opportunities in digital health for Turkey's Medical Sector
 
Open Source is a great opportunity for EHR, Digital Health, and Health IT Int...
Open Source is a great opportunity for EHR, Digital Health, and Health IT Int...Open Source is a great opportunity for EHR, Digital Health, and Health IT Int...
Open Source is a great opportunity for EHR, Digital Health, and Health IT Int...
 
The shift from Fee for Service to Outcomes-Driven care means huge opportuniti...
The shift from Fee for Service to Outcomes-Driven care means huge opportuniti...The shift from Fee for Service to Outcomes-Driven care means huge opportuniti...
The shift from Fee for Service to Outcomes-Driven care means huge opportuniti...
 
Healthcare New Media Marketing Conference Keynote
Healthcare New Media Marketing Conference KeynoteHealthcare New Media Marketing Conference Keynote
Healthcare New Media Marketing Conference Keynote
 
What do Secure, HIPAA Compliant, Clouds Mean to SOA in Healthcare?
What do Secure, HIPAA Compliant, Clouds Mean to SOA in Healthcare?What do Secure, HIPAA Compliant, Clouds Mean to SOA in Healthcare?
What do Secure, HIPAA Compliant, Clouds Mean to SOA in Healthcare?
 
Guaranteeing successful EHR implementations
Guaranteeing successful EHR implementationsGuaranteeing successful EHR implementations
Guaranteeing successful EHR implementations
 
The EMR/EHR and Health IT Landscape for Sales Professionals
The EMR/EHR and Health IT Landscape for Sales ProfessionalsThe EMR/EHR and Health IT Landscape for Sales Professionals
The EMR/EHR and Health IT Landscape for Sales Professionals
 
What’s next for healthcare information technology innovation?
What’s next for healthcare information technology innovation?What’s next for healthcare information technology innovation?
What’s next for healthcare information technology innovation?
 
Do’s and Don’ts of Risk-based Security management in a Compliance-driven Culture
Do’s and Don’ts of Risk-based Security management in a Compliance-driven CultureDo’s and Don’ts of Risk-based Security management in a Compliance-driven Culture
Do’s and Don’ts of Risk-based Security management in a Compliance-driven Culture
 
Differentiating your products and services at the HIMSS 2013 Conference
Differentiating your products and services at the HIMSS 2013 ConferenceDifferentiating your products and services at the HIMSS 2013 Conference
Differentiating your products and services at the HIMSS 2013 Conference
 
Enterprise Architecture and Agility
Enterprise Architecture and AgilityEnterprise Architecture and Agility
Enterprise Architecture and Agility
 
GCC-HIMSS Webinar "What’s next for healthcare information technology innovati...
GCC-HIMSS Webinar "What’s next for healthcare information technology innovati...GCC-HIMSS Webinar "What’s next for healthcare information technology innovati...
GCC-HIMSS Webinar "What’s next for healthcare information technology innovati...
 
Getting Beyond the Hype of “Disrupting Healthcare” and Focusing on Actionable...
Getting Beyond the Hype of “Disrupting Healthcare” and Focusing on Actionable...Getting Beyond the Hype of “Disrupting Healthcare” and Focusing on Actionable...
Getting Beyond the Hype of “Disrupting Healthcare” and Focusing on Actionable...
 
The future of empowered patients is in wireless capable medical devices with ...
The future of empowered patients is in wireless capable medical devices with ...The future of empowered patients is in wireless capable medical devices with ...
The future of empowered patients is in wireless capable medical devices with ...
 

Dernier

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Dernier (20)

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 

The Myth of Health Data Integration Complexity

  • 1. The Myth of Health Data Integration Complexity There’s nothing special about health IT data that justifies complex, expensive, or special technology By Shahid N. Shah, CEO
  • 2. NETSPECTIVE Who is Shahid? • • • • 20+ years of software engineering and multidiscipline complex IT implementations (Gov., defense, health, finance, insurance) 12+ years of healthcare IT and medical devices experience (blog at http://healthcareguy.com) 15+ years of technology management experience (government, non-profit, commercial) 10+ years as architect, engineer, and implementation manager on various EMR and EHR initiatives (commercial and nonprofit) www.netspective.com Author of Chapter 13, “You’re the CIO of your Own Office” 2
  • 3. NETSPECTIVE What’s this talk about? Background • • • • A deluge of healthcare data is being created as we digitize biology, chemistry, and physics. Data changes the questions we ask and it can actually democratize and improve the science of medicine, if we let it. While cures are the only real miracles of medicine, data can help solve intractable problems and lead to more cures. Healthcare-focused software engineering is going to do more harm than good (industry-neutral is better). www.netspective.com Key takeaways • • • • Applications come and go, data lives forever. He who owns, integrates, and uses data wins in the end. Never leave your data in the hands of an application/system vendor. There’s nothing special about health IT data that justifies complex, expensive, or special technology. Spend freely on multiple systems and integration-friendly solutions. 3
  • 4. NETSPECTIVE NEJM believes doctors are trapped It is a widely accepted myth that medicine requires complex, highly specialized information-technology (IT) systems. This myth continues to justify soaring IT costs, burdensome physician workloads, and stagnation in innovation — while doctors become increasingly bound to documentation and communication products that are functionally decades behind those they use in their “civilian” life. New England Journal of Medicine “Escaping the EHR Trap - The Future of Health IT”, June 2012 www.netspective.com 4
  • 5. NETSPECTIVE Data changes the questions we ask Simple visual facts www.netspective.com Complex visual facts Complex computable facts 5
  • 6. NETSPECTIVE Implications for scientific discovery The old way Identify problem Identify data Ask questions Generate questions Collect data Mine data Answer questions www.netspective.com The new way Answer questions 6
  • 7. NETSPECTIVE Application focus is biggest mistake Application-focused IT instead of Data-focused IT is causing business problems. Silos of information exist across groups (duplication, little sharing) Clinical Apps Billing Apps Lab Apps Other Apps Healthcare Provider Systems Patient Apps Partner Systems Poor data integration across application bases www.netspective.com 7
  • 8. NETSPECTIVE The Strategy: Modernize Integration Need to get existing applications to share data through modern integration techniques Clinical Apps NCI App Billing Apps Lab Other Apps Apps NEI App Healthcare Provider Systems Patient Apps NHLBI App Partner Systems Master Data Management, Entity Resolution, and Data Integration Improved integration by services that can communicate between applications www.netspective.com 8
  • 9. NETSPECTIVE Confronting Data Integration Myths My EHR will handle everything I need and push data where required Without semantic mapping the aggregated data is not useful www.netspective.com I can’t possibly store everything I don’t have to worry about storing certain types of data I only need to store data for a period of time If I don’t understand how to synthesize data now, I’d rather not store it 9
  • 10. NETSPECTIVE Why health IT system integrate poorly • • • • Permissions-oriented culture prevents tinkering and “hacking” We don't support shared identities, single sign on (SSO), and industryneutral authentication and authorization We're too focused on "structured data integration" instead of "practical app integration" in our early project phases We focus more on "pushing" versus "pulling" data than is warranted early in projects www.netspective.com • • • • We have “Inside out” architecture, not “Outside in” We're too focused on heavyweight industry-specific formats instead of lightweight or micro formats Data emitted is not tagged using semantic markup, so it's not securable or searchable by default When health IT systems produce HTML, CSS, JavaScript, JSON, and other common outputs, it's not done in a security- and integrationfriendly manner 10
  • 11. How do we modernize integration?
  • 12. NETSPECTIVE Encourage clinical “tinkering” and “hacking” • Clinicians usually go into medicine because they’re problem solvers • Today’s permissionsoriented culture now prevents “playing” with data and discovering solutions www.netspective.com 12
  • 13. NETSPECTIVE Promote “Outside-in” architecture Think about clinical and hospital operations and processes as a collection of business capabilities or services that can be delivered across organizations. www.netspective.com 13
  • 14. NETSPECTIVE Implement industry-neutral ICAM Implement shared identities, single sign on (SSO), neutral authentication and authorization Proprietary identity is hurting us • • Most health IT systems create their own custom identity, credentialing, and access management (ICAM) in an opaque part of a proprietary database. We’re waiting for solutions from health IT vendors but free or commercial industryneutral solutions are much better and future proof. www.netspective.com Identity exchange is possible • Follow National Strategy for Trusted Identities in Cyberspace (NSTIC) • Use open identity exchange protocols such as SAML, OpenID, and Oauth • Use open roles and permissions-management protocols, such as XACML • Consider open source tools such as OpenAM, Apache Directory, OpenLDAP Shibboleth, or , commercial vendors. • Externalize attribute-based access control (ABAC) and role-based access control (RBAC) from clinical systems into enterprise systems like Active Directory or LDAP . 14
  • 15. NETSPECTIVE App-focused integration is better than nothing Structured data dogma gets in the way of faster decision support real solutions Dogma is preventing integration App-centric sharing is possible Many think that we shouldn’t integrate until structured data at detailed machinecomputable levels is available. The thinking is that because mistakes can be made with semi-structured or hard to map data, we should rely on paper, make users live with missing data, or just make educated guesses instead. Instead of waiting for HL7 or other structured data about patients, we can use simple techniques like HTML widgets to share "snippets" of our apps. • Allow applications immediate access to portions of data they don't already manage. • Widgets are portions of apps that can be embedded or "mashed up" in other apps without tight coupling. • Blue Button has demonstrated the power of app integration versus structured data integration. It provides immediate benefit to users while the data geeks figure out what they need for analytics, computations, etc. www.netspective.com 15
  • 16. NETSPECTIVE Pushing data is more expensive than pulling it We focus more on "pushing" versus "pulling" data than is warranted early in projects Old way to architect: “What data can you send me?” (push) Better way to architect: “What data can I publish safely?” (pull) The "push" model, where the system that contains the data is responsible for sending the data to all those that are interested (or to some central provider, such as a health information exchange or HL7 router) shouldn’t be the only model used for data integration. • Implement syndicated Atom-like feeds (which could contain HL7 or other formats). • Data holders should allow secure authenticated subscriptions to their data and not worry about direct coupling with other apps. • Consider the Open Data Protocol (oData). • Enable auditing of protected health information by logging data transfers through use of syslog and other reliable methods. • Enable proper access control rules expressed in standards like XACML. www.netspective.com 16
  • 17. NETSPECTIVE Industry-specific formats aren’t always necessary Reliance on heavyweight industry-specific formats instead of lightweight micro formats is bad HL7 and X.12 aren’t the only formats Consider industry-neutral protocols The general assumption is that formats like HL7, CCD, and X.12 are the only ways to do data integration in healthcare but of course that’s not quite true. • • • • www.netspective.com Consider identity exchange protocols like SAML for integration of user profile data and even for exchange of patient demographics and related profile information. Consider iCalendar/ICS publishing and subscribing for schedule data. Consider microformats like FOAF and similar formats from schema.org. Consider semantic data formats like RDF, RDFa, and related family. 17
  • 18. NETSPECTIVE Tag all app data using semantic markup When data is not tagged using semantic markup, it's not securable or shareable by default Legacy systems trap valuable data Semantic markup and tagging is easy In many existing contracts, the vendors of systems that house the data also ‘own’ the data and it can’t be easily liberated because the vendors of the systems actively prevent it from being shared or are just too busy to liberate the data. • One easy way to create semantically meaningful and easier to share and secure patient data is to have all HTML tags be generated with companion RDFa or HTML5 Data Attributes using industry-neutral schemas and microformats similar to the ones defined at Schema.org. • Google's recent implementation of its Knowledge Graph is a great example of the utility of this semantic mapping approach. www.netspective.com 18
  • 19. NETSPECTIVE Produce data in search-friendly manner Produce HTML, JavaScript and other data in a security- and integration-friendly approach Proprietary data formats limit findability Search engines are great integrators • Legacy applications only present through text or windowed interfaces that can be “scraped”. • Web-based applications present HTML, JavaScript, images, and other assets but aren’t search engine friendly. • Most users need access to information trapped in existing applications but sometimes they don’t need must more than access that a search engine could easily provide. • Assume that all pages in an application, especial web applications, will be “ingested” by a securable, protectable, search engine that can act as the first method of integration. www.netspective.com 19
  • 20. NETSPECTIVE Rely first on open source, then proprietary “Free” is not as important as open source, you should pay for software but require openness Healthcare fears open source Open source can save health IT • Only the government spends more per user on antiquated software than we do in healthcare. • There is a general fear that open source means unsupported software or lower quality solutions or unwanted security breaches. • Other industries save billions by using open source. • Commercial vendors give better pricing, service, and support when they know they are competing with open source. • Open source is sometimes more secure, higher quality, and better supported than commercial equivalents. • Don’t dismiss open source, consider it the default choice and select commercial alternatives when they are known to be better. www.netspective.com 20