SlideShare uma empresa Scribd logo
1 de 35
INNOVATION IN HEALTHCARE IT STANDARDS: THE PATH
TO BIG DATA INTERCHANGE
LUCIANA TRICAI CAVALINI, MD, PHD
TIMOTHY WAYNE COOK, MSC
BIG DATA IN HEALTHCARE
MYTHS (AND FACTS)
MYTH #1: "BIG DATA" HAS A UNIVERSALLY
ACCEPTED, CLEAR DEFINITION
Two of these aspects are a particular concern in healthcare:
Variability Velocity
The various definitions have the 3V in common:
Volume: Existence of gigantic amounts of data
Variability: Coexistence of structured, non-
structured, machine generated etc data
Velocity: Data is produced, and it has to be
processed and consumed very fast
There is no consensus in scientific literature and on the specialized blogosphere
about the definition of Big Data
MYTH #2: BIG DATA IS NEW
Collecting, processing and analyzing sheer
amounts of data is not a new activity in
mankind
• Example: Middle Age monks and their concordances
(correlations of every single word in the Bible)
What is new is the volume size and
the speed it can be processed and
analyzed
MYTH #3: BIGGER DATA IS BETTER
In biomedical
science, this is
partially fact: the
bigger the sample
size, the more
precise the
estimates are
However, large
sample sizes with
bad quality data
are dangerously
misleading
In healthcare,
precision and
reliability are
both equally
important
MYTH #4: BIG DATA MEANS BIG MARKETING
There is no evidence that
analyzing Big Data
increases the number of
customers
Big Data is useful when it
helps emerging actionable
insights (e.g., an unknown
relationship between a
gene and a disease)
That has little relevance in
healthcare, especially in
universal healthcare
systems
HOW TO GET RELIABLE BIG DATA?
TRADITIONAL STANDARDS X INNOVATION
THE TRADITIONAL HEALTHCARE IT STANDARDS
HL7,
openEHR,
ISO 13606
Primary focus on
message exchange
among EMRs
All of them precede
in history the
emergence of Big
Data and the
Semantic Web
Top-down data
modeling approach:
not prepared to deal
with the 3V of Big
Data
SNOMED-
CT, LOINC,
ICD
Controlled
vocabularies
Also preceding Big
Data and Semantic
Web
Main focus on pre-
coordination (top-
down approach)
In other words: the traditional healthcare IT standards are not prepared
to deal with Big Data
A DEVELOPMENT ABOUT OPENEHR
The current version of the
Archetype Definition
Language is 1.4
It requires an archetype to
be the maximal data set for a
given concept
By the book, it means that
there can be just one
archetype for each single
concept in the whole globe
There are several archetypes
being developed in isolation,
not being submitted to the
proper governance tool (the
CKM)
In the ADL 1.5 spec, it is
promised that the “maximal
data model” requirement
will be removed
Now Everywhere Locally
BIG DATA IS BEING
PRODUCED:
A BIG DATA-AWARE HEALTHCARE IT STANDARD IS:
Compliant to Semantic Web Technologies
Respectful to the different points of view coming from different medical schools
Welcoming to all healthcare professionals (and their concepts)
Not limited to EMR data modeling
Prepared to deal with the emerging mHealth and the Internet of Things
MULTILEVEL HEALTHCARE INFORMATION
MODELING (MLHIM)
AN INNOVATION IN HEALTHCARE IT STANDARDS
THE BACKGROUND - 1
The typical application design locks up semantics in the database
structure and application source code
Different use cases in different scenarios often interpret seemingly
similar data, differently when the semantics are missing
Multilevel modelling provides a way to share semantics about
any medical (healthcare) concept between distributed and
independent applications
THE BACKGROUND - 2
MLHIM is based on the core
modelling concepts of
openEHR to provide
semantics external from
applications
From openEHR, MLHIM
inherited the multilevel
model principles
MLHIM also uses certain
conceptual principles from
HL7 v3
From HL7, MLHIM inherited
the XML-based
implementation
THE IMPLEMENTATION
MLHIM simplifies the openEHR
Reference Model
It is called a
‘minimalistic’
multilevel model
MLHIM uses XML instead of
ADL so that ubiquitous tooling
and training are available
The whole
Semantic Web is
based on XML
technologies
Because MLHIM is based on the
XML Schema data model there
is no loss of information
between model semantics and
serialization in XML instances
This is a problem
when serializing
ADL into XML
(see next)
A NOTE ON ADL X XML
There is a loss of
information when
moving between an
object model (AOM)
and XML Schema
dADL is the proper
instance serialization
for the AOM
However, in practice
implementers are
serializing
openEHR/ISO13606
data in XML
ADL X XML: A COMPARISON
ADL XML
The openEHR test suite includes approximately 1600
total files, with known independent validations of its
files
The XML Schema test suite contains more than 40,000
independently validated tests
OpenEHR tools are developed by one company and
there is one open source reference model
There are more than 30 XML editors, open source and
proprietary from as many companies. There are
additional tools in the XML family, XSLT, Xquery, Xlink
and Xproc
The FOSS Java RM has not been thoroughly tested
and validated
There are at least 3 widely used, XML
parser/validators, open source and proprietary from
different companies and communities
The only ADL courses are from Ocean Informatics and
a few startup course taught by non-experts
XML is taught in all computer science courses as well
as online
There are zero books on ADL O'Reilly has 54 books on XML, Amazon has 11,890
results for Books: "xml"
QUESTION BREAK
MODELING CLINICAL MODELS IN MLHIM
THE HEART OF HEALTHCARE IT STANDARDIZATION
CLINICAL KNOWLEDGE MODELING: FUNDAMENTALS
Modeling
clinical data is
a complex task
Requires deep
knowledge of the
specific clinical
domain
Requires at least
an intermediate
understanding of
data types
Modeling clinical data
is a core activity in
healthcare IT
It is the only way
to produce Big
Data in
healthcare with
responsibility
Even well
designed clinical
data modes in
conventional
software are not
interoperable
Multilevel model
software is
interoperable
and it requires
thoughtful
clinical
knowledge
modeling
CLINICAL MODELS IN MULTILEVEL MODELING
• The Reference Model: generic information
model shared by the ecosystem
• The Domain Model: definition of constraints to
the Reference Model for each medical concept
In multilevel modeling,
the information
ecosystem is
structured in (at least)
two levels:
Multilevel Model openEHR MLHIM
Domain Model Archetype Concept Constraint Definition (CCD)
Language ADL XML Schema 1.1
# of DM/concept 1 n
Governance Top down, consensus Bottom-up, merit
CONCEPT CONSTRAINT DEFINITION (CCD)
In MLHIM, CCDs are XML
Schemas that define
constraints to the Reference
Model, in order to model
clinical concepts
CCDs can be validated to the
correspondent MLHIM
Reference Model by third-
party applications
The CCD Schema informs the
application developer of the
structure of a valid data
instance for each concept
modeled for that system
If the CCD is made public, any
receptor of a data instance
coming from this application
can store, validate, query etc
that data instance
CCD HIGH LEVEL STRUCTURE
CCD
Care, Demographic or AdminEntry
Cluster
DvAdapter (or Cluster)
DataType
MLHIM DATATYPES FOR CCDS
Ordered
Quantified
DvCount
DvQuantity
DvRatio
DvOrdinal DvTemporal
Unordered
DvString
(with
enumeration)
(without
enumeration)
DvCodedString DvMedia DvParsable
DvInterval
RerefenceRange
MLHIM ELEMENTS: PRINCIPLES
The elements of a CCD do not carry any semantics
Since element names are structural identifiers, this is in keeping with the best practices of
healthcare knowledge artifact identifiers, as first proposed by Dr. James Cimino (circa 1988)
Characteristic #3 - Dumb Identifiers
An identifier itself should not have meaning. If an identifier is comprised of other identifiers that have
been combined, then the composite identifier is inherently unstable. If the circumstances that related the
composite identifiers together in the first place change, the resulting identifier must also change.
MLHIM CCDS: TECHNICAL ASPECTS
CCDs are the equivalent of an archetype in CEN13606 and openEHR
• They may be defined at any level, for any application use
• complexType definitions may be reused in multiple CCDs
• CCDs persist for all time and are not versioned, this is essential for data integrity across
time
• All element names are unique identifiers (Type 4 UUIDs)
With the exceptions:
CCD GOVERNANCE MODEL
Artifact governance
in MLHIM consists
of maintaining a
copy of the CCDs
and Reference
Models
This can be on the
web at the specified
location or locally
and referenced
using the standard
XML Catalog tools
Because of the
naming conventions,
changes to the
MLHIM reference
model does not
impact previously
defined CCDs or
data
This maintains
accurate semantics
for all time
MLHIM RESOURCES
PUTTING INNOVATION INTO PRACTICE
MLHIM REFERENCE MODEL
The release version is availble
at www.mlhim.org
The development version is
available at
www.github.com/mlhim
CCD GENERATOR (CCD-GEN)
CCD editor maintained by the MLHIM Laboratory at www.ccdgen.com
Produces CCDs according to the correspondent MLHIM Reference Model
CCDs are automatically validated
Other products include:
A sample data instance
JSON serialization of the
data instance
A sample HTML form
Modules for the R
programming language
to pull MLHIM data into
R data frames for
processing and analysis
OTHER MLHIM TOOLS
•A MLHIM repository using an SQL DB for persistence with a browser and a REST interface
MLHIM Application Platform & Learning Environment (MAPLE)
•Utility to convert MLHIM CCD XML instances to use shortuuids and to convert to JSON and back
again to XML
•It is intended to demonstrate how mobile apps can use smaller data files to pass over the wire to
an API that expects these formats and can convert them back to full XML instances for validation
MLHIM XML Instance Converter (MXIC)
•Web application to build a form and create a CCD from it (work in progress)
Form2CCD
•FOSS CCD editor (work in progress)
Constraint Definition Designer (CDD)
IN BRIEF
CONCLUSIONS AND THE VIEW TO THE FUTURE
MLHIM IS BIG DATA READY
MLHIM uses standard XML
technologies and embedded
RDF to define the syntax and
semantics
The semantics are in the CCD
and can be easily exchanged
or referenced via the web
Their RDF can be queried,
analyzed and linked using
standard tools
MLHIM data can be stored in
SQL or NoSQL databases
Examples are on GitHub for
eXist-DB (XML) and SQLite3
(can easily be ported to use
PostgreSQL, MySQL, Oracle,
etc.)
We also have experience
with MLHIM data in a
MarkLogic NoSQL cloud
cluster environment
In addition to native XML
DBs, the small document
oriented nature of MLHIM
data is a perfect fit for
document databases such as
MongoDB and CouchDB
MLHIM XML data can easily
be round-trip converted to
JSON for permanent storage
and/or as an exchange
serialization via REST APIs
OUR VISION OF THE FUTURE
There are intuitions
inside the healthcare
IT world already
about the
inadequacy of
conventional EMRs
to collect reliable
data at the point of
care
The real Big Data in
healthcare will come
from purpose-specific
applications modeled by
the domain experts
The hardware support of
choice for those apps is the
mobile computing
The other source of Big Data
in healthcare will come from
the Internet of Things
All that data which is
MLHIM compliant will
participate in a semantically
interoperable health
information ecosystem
lutricav@mlhim.org
tim@mlhim.org
THANK YOU!
/mlhim2
http://gplus.to/MLHIMComm
@mlhim2
https://www.youtube.com/user/MLHIMdotORG

Mais conteúdo relacionado

Destaque

Big data's impact on healthcare
Big data's impact on healthcareBig data's impact on healthcare
Big data's impact on healthcareRené Kuipers
 
eBook - Data Analytics in Healthcare
eBook - Data Analytics in HealthcareeBook - Data Analytics in Healthcare
eBook - Data Analytics in HealthcareNextGen Healthcare
 
Big data in Healthcare & Life Sciences
Big data in Healthcare & Life SciencesBig data in Healthcare & Life Sciences
Big data in Healthcare & Life SciencesMatthias Vallaey
 
Big Data in Healthcare: Hype and Hope on the Path to Personalized Medicine
Big Data in Healthcare: Hype and Hope on the Path to Personalized MedicineBig Data in Healthcare: Hype and Hope on the Path to Personalized Medicine
Big Data in Healthcare: Hype and Hope on the Path to Personalized MedicineNew York eHealth Collaborative
 
Big data in healthcare
Big data in healthcareBig data in healthcare
Big data in healthcareDeZyre
 
Big Data Analytics for Healthcare Decision Support- Operational and Clinical
Big Data Analytics for Healthcare Decision Support- Operational and ClinicalBig Data Analytics for Healthcare Decision Support- Operational and Clinical
Big Data Analytics for Healthcare Decision Support- Operational and ClinicalAdrish Sannyasi
 
Optimum Healthcare IT A physician’s perspective on Big Data, Predictive Analy...
Optimum Healthcare ITA physician’s perspective on Big Data, Predictive Analy...Optimum Healthcare ITA physician’s perspective on Big Data, Predictive Analy...
Optimum Healthcare IT A physician’s perspective on Big Data, Predictive Analy...HealthXn
 
Baptist Health: Solving Healthcare Problems with Big Data
Baptist Health: Solving Healthcare Problems with Big DataBaptist Health: Solving Healthcare Problems with Big Data
Baptist Health: Solving Healthcare Problems with Big DataMapR Technologies
 
Using Big Data to Personalize the Healthcare Experience in Cancer, Genomics a...
Using Big Data to Personalize the Healthcare Experience in Cancer, Genomics a...Using Big Data to Personalize the Healthcare Experience in Cancer, Genomics a...
Using Big Data to Personalize the Healthcare Experience in Cancer, Genomics a...DrBonnie360
 
ICCES'2016 BIG DATA IN HEALTHCARE AND SOCIAL SCIENCES
ICCES'2016  BIG DATA IN HEALTHCARE AND SOCIAL SCIENCESICCES'2016  BIG DATA IN HEALTHCARE AND SOCIAL SCIENCES
ICCES'2016 BIG DATA IN HEALTHCARE AND SOCIAL SCIENCESVictoria López
 
BIG Data & Hadoop Applications in Healthcare
BIG Data & Hadoop Applications in HealthcareBIG Data & Hadoop Applications in Healthcare
BIG Data & Hadoop Applications in HealthcareSkillspeed
 
Using Big Data for Improved Healthcare Operations and Analytics
Using Big Data for Improved Healthcare Operations and AnalyticsUsing Big Data for Improved Healthcare Operations and Analytics
Using Big Data for Improved Healthcare Operations and AnalyticsPerficient, Inc.
 
Big-Data in HealthCare _ Overview
Big-Data in HealthCare _ OverviewBig-Data in HealthCare _ Overview
Big-Data in HealthCare _ OverviewHamdaoui Younes
 
5 Reasons Why Healthcare Data is Unique and Difficult to Measure
5 Reasons Why Healthcare Data is Unique and Difficult to Measure5 Reasons Why Healthcare Data is Unique and Difficult to Measure
5 Reasons Why Healthcare Data is Unique and Difficult to MeasureHealth Catalyst
 
Database vs Data Warehouse: A Comparative Review
Database vs Data Warehouse: A Comparative ReviewDatabase vs Data Warehouse: A Comparative Review
Database vs Data Warehouse: A Comparative ReviewHealth Catalyst
 
The Changing Role of Healthcare Data Analysts
The Changing Role of Healthcare Data AnalystsThe Changing Role of Healthcare Data Analysts
The Changing Role of Healthcare Data AnalystsHealth Catalyst
 
Clinical Data Repository vs. A Data Warehouse - Which Do You Need?
Clinical Data Repository vs. A Data Warehouse - Which Do You Need?Clinical Data Repository vs. A Data Warehouse - Which Do You Need?
Clinical Data Repository vs. A Data Warehouse - Which Do You Need?Health Catalyst
 
Big Data in Healthcare Made Simple: Where It Stands Today and Where It’s Going
Big Data in Healthcare Made Simple: Where It Stands Today and Where It’s GoingBig Data in Healthcare Made Simple: Where It Stands Today and Where It’s Going
Big Data in Healthcare Made Simple: Where It Stands Today and Where It’s GoingHealth Catalyst
 
4 Best Practices for Analyzing Healthcare Data
4 Best Practices for Analyzing Healthcare Data4 Best Practices for Analyzing Healthcare Data
4 Best Practices for Analyzing Healthcare DataHealth Catalyst
 

Destaque (20)

Big data's impact on healthcare
Big data's impact on healthcareBig data's impact on healthcare
Big data's impact on healthcare
 
eBook - Data Analytics in Healthcare
eBook - Data Analytics in HealthcareeBook - Data Analytics in Healthcare
eBook - Data Analytics in Healthcare
 
Big data in Healthcare & Life Sciences
Big data in Healthcare & Life SciencesBig data in Healthcare & Life Sciences
Big data in Healthcare & Life Sciences
 
Big Data in Healthcare: Hype and Hope on the Path to Personalized Medicine
Big Data in Healthcare: Hype and Hope on the Path to Personalized MedicineBig Data in Healthcare: Hype and Hope on the Path to Personalized Medicine
Big Data in Healthcare: Hype and Hope on the Path to Personalized Medicine
 
Big data in healthcare
Big data in healthcareBig data in healthcare
Big data in healthcare
 
Big Data Analytics for Healthcare Decision Support- Operational and Clinical
Big Data Analytics for Healthcare Decision Support- Operational and ClinicalBig Data Analytics for Healthcare Decision Support- Operational and Clinical
Big Data Analytics for Healthcare Decision Support- Operational and Clinical
 
Optimum Healthcare IT A physician’s perspective on Big Data, Predictive Analy...
Optimum Healthcare ITA physician’s perspective on Big Data, Predictive Analy...Optimum Healthcare ITA physician’s perspective on Big Data, Predictive Analy...
Optimum Healthcare IT A physician’s perspective on Big Data, Predictive Analy...
 
Baptist Health: Solving Healthcare Problems with Big Data
Baptist Health: Solving Healthcare Problems with Big DataBaptist Health: Solving Healthcare Problems with Big Data
Baptist Health: Solving Healthcare Problems with Big Data
 
Using Big Data to Personalize the Healthcare Experience in Cancer, Genomics a...
Using Big Data to Personalize the Healthcare Experience in Cancer, Genomics a...Using Big Data to Personalize the Healthcare Experience in Cancer, Genomics a...
Using Big Data to Personalize the Healthcare Experience in Cancer, Genomics a...
 
ICCES'2016 BIG DATA IN HEALTHCARE AND SOCIAL SCIENCES
ICCES'2016  BIG DATA IN HEALTHCARE AND SOCIAL SCIENCESICCES'2016  BIG DATA IN HEALTHCARE AND SOCIAL SCIENCES
ICCES'2016 BIG DATA IN HEALTHCARE AND SOCIAL SCIENCES
 
BIG Data & Hadoop Applications in Healthcare
BIG Data & Hadoop Applications in HealthcareBIG Data & Hadoop Applications in Healthcare
BIG Data & Hadoop Applications in Healthcare
 
Big data in healthcare
Big data in healthcareBig data in healthcare
Big data in healthcare
 
Using Big Data for Improved Healthcare Operations and Analytics
Using Big Data for Improved Healthcare Operations and AnalyticsUsing Big Data for Improved Healthcare Operations and Analytics
Using Big Data for Improved Healthcare Operations and Analytics
 
Big-Data in HealthCare _ Overview
Big-Data in HealthCare _ OverviewBig-Data in HealthCare _ Overview
Big-Data in HealthCare _ Overview
 
5 Reasons Why Healthcare Data is Unique and Difficult to Measure
5 Reasons Why Healthcare Data is Unique and Difficult to Measure5 Reasons Why Healthcare Data is Unique and Difficult to Measure
5 Reasons Why Healthcare Data is Unique and Difficult to Measure
 
Database vs Data Warehouse: A Comparative Review
Database vs Data Warehouse: A Comparative ReviewDatabase vs Data Warehouse: A Comparative Review
Database vs Data Warehouse: A Comparative Review
 
The Changing Role of Healthcare Data Analysts
The Changing Role of Healthcare Data AnalystsThe Changing Role of Healthcare Data Analysts
The Changing Role of Healthcare Data Analysts
 
Clinical Data Repository vs. A Data Warehouse - Which Do You Need?
Clinical Data Repository vs. A Data Warehouse - Which Do You Need?Clinical Data Repository vs. A Data Warehouse - Which Do You Need?
Clinical Data Repository vs. A Data Warehouse - Which Do You Need?
 
Big Data in Healthcare Made Simple: Where It Stands Today and Where It’s Going
Big Data in Healthcare Made Simple: Where It Stands Today and Where It’s GoingBig Data in Healthcare Made Simple: Where It Stands Today and Where It’s Going
Big Data in Healthcare Made Simple: Where It Stands Today and Where It’s Going
 
4 Best Practices for Analyzing Healthcare Data
4 Best Practices for Analyzing Healthcare Data4 Best Practices for Analyzing Healthcare Data
4 Best Practices for Analyzing Healthcare Data
 

Semelhante a Path to Big Data Interchange in Healthcare IT Standards

openEHR Medinfo2015 Brazil Sponsor Session
openEHR Medinfo2015 Brazil Sponsor SessionopenEHR Medinfo2015 Brazil Sponsor Session
openEHR Medinfo2015 Brazil Sponsor SessionopenEHR Foundation
 
Becoming Datacentric
Becoming DatacentricBecoming Datacentric
Becoming DatacentricTimothy Cook
 
Openehr clinical modelling
Openehr clinical modellingOpenehr clinical modelling
Openehr clinical modellingIan McNicoll
 
HL7 storia e confonti tra le versioni.ppt
HL7 storia e confonti tra le versioni.pptHL7 storia e confonti tra le versioni.ppt
HL7 storia e confonti tra le versioni.pptPierluigi10
 
Reference Domain Ontologies and Large Medical Language Models.pptx
Reference Domain Ontologies and Large Medical Language Models.pptxReference Domain Ontologies and Large Medical Language Models.pptx
Reference Domain Ontologies and Large Medical Language Models.pptxChimezie Ogbuji
 
Big Data, The Community and The Commons (May 12, 2014)
Big Data, The Community and The Commons (May 12, 2014)Big Data, The Community and The Commons (May 12, 2014)
Big Data, The Community and The Commons (May 12, 2014)Robert Grossman
 
PhD dissertation Luis Marco Ruiz
PhD dissertation Luis Marco RuizPhD dissertation Luis Marco Ruiz
PhD dissertation Luis Marco RuizLuis Marco Ruiz
 
Project 1Write 400 words that respond to the following questio.docx
Project 1Write 400 words that respond to the following questio.docxProject 1Write 400 words that respond to the following questio.docx
Project 1Write 400 words that respond to the following questio.docxbriancrawford30935
 
Enhancing the Quality of ImmPort Data
Enhancing the Quality of ImmPort DataEnhancing the Quality of ImmPort Data
Enhancing the Quality of ImmPort DataBarry Smith
 
Implementing dual model systems
Implementing dual model systemsImplementing dual model systems
Implementing dual model systemsyampeku
 
Why ICT Fails in Healthcare: Software Maintenance and Maintainability
Why ICT Fails in Healthcare: Software Maintenance and MaintainabilityWhy ICT Fails in Healthcare: Software Maintenance and Maintainability
Why ICT Fails in Healthcare: Software Maintenance and MaintainabilityKoray Atalag
 
AnIML: A New Analytical Data Standard
AnIML: A New Analytical Data StandardAnIML: A New Analytical Data Standard
AnIML: A New Analytical Data StandardStuart Chalk
 
Designing and launching the Clinical Reference Library
Designing and launching the Clinical Reference LibraryDesigning and launching the Clinical Reference Library
Designing and launching the Clinical Reference LibraryKerstin Forsberg
 
Health Information Standards & Overview of HL7 Standards (April 30, 2019)
Health Information Standards & Overview of HL7 Standards (April 30, 2019)Health Information Standards & Overview of HL7 Standards (April 30, 2019)
Health Information Standards & Overview of HL7 Standards (April 30, 2019)Nawanan Theera-Ampornpunt
 

Semelhante a Path to Big Data Interchange in Healthcare IT Standards (20)

MLHIM FHIES 2013
MLHIM FHIES 2013 MLHIM FHIES 2013
MLHIM FHIES 2013
 
Clinical Models - What Are They Good For?
Clinical Models - What Are They Good For?Clinical Models - What Are They Good For?
Clinical Models - What Are They Good For?
 
openEHR Medinfo2015 Brazil Sponsor Session
openEHR Medinfo2015 Brazil Sponsor SessionopenEHR Medinfo2015 Brazil Sponsor Session
openEHR Medinfo2015 Brazil Sponsor Session
 
The Cleft Project
The Cleft ProjectThe Cleft Project
The Cleft Project
 
Becoming Datacentric
Becoming DatacentricBecoming Datacentric
Becoming Datacentric
 
Openehr clinical modelling
Openehr clinical modellingOpenehr clinical modelling
Openehr clinical modelling
 
HL7 storia e confonti tra le versioni.ppt
HL7 storia e confonti tra le versioni.pptHL7 storia e confonti tra le versioni.ppt
HL7 storia e confonti tra le versioni.ppt
 
Reference Domain Ontologies and Large Medical Language Models.pptx
Reference Domain Ontologies and Large Medical Language Models.pptxReference Domain Ontologies and Large Medical Language Models.pptx
Reference Domain Ontologies and Large Medical Language Models.pptx
 
Big Data, The Community and The Commons (May 12, 2014)
Big Data, The Community and The Commons (May 12, 2014)Big Data, The Community and The Commons (May 12, 2014)
Big Data, The Community and The Commons (May 12, 2014)
 
Hl7 & FHIR
Hl7 & FHIRHl7 & FHIR
Hl7 & FHIR
 
PhD dissertation Luis Marco Ruiz
PhD dissertation Luis Marco RuizPhD dissertation Luis Marco Ruiz
PhD dissertation Luis Marco Ruiz
 
Project 1Write 400 words that respond to the following questio.docx
Project 1Write 400 words that respond to the following questio.docxProject 1Write 400 words that respond to the following questio.docx
Project 1Write 400 words that respond to the following questio.docx
 
Enhancing the Quality of ImmPort Data
Enhancing the Quality of ImmPort DataEnhancing the Quality of ImmPort Data
Enhancing the Quality of ImmPort Data
 
Implementing dual model systems
Implementing dual model systemsImplementing dual model systems
Implementing dual model systems
 
Phenoflow 2021
Phenoflow 2021Phenoflow 2021
Phenoflow 2021
 
1 1 anatomy of an app
1 1 anatomy of an app1 1 anatomy of an app
1 1 anatomy of an app
 
Why ICT Fails in Healthcare: Software Maintenance and Maintainability
Why ICT Fails in Healthcare: Software Maintenance and MaintainabilityWhy ICT Fails in Healthcare: Software Maintenance and Maintainability
Why ICT Fails in Healthcare: Software Maintenance and Maintainability
 
AnIML: A New Analytical Data Standard
AnIML: A New Analytical Data StandardAnIML: A New Analytical Data Standard
AnIML: A New Analytical Data Standard
 
Designing and launching the Clinical Reference Library
Designing and launching the Clinical Reference LibraryDesigning and launching the Clinical Reference Library
Designing and launching the Clinical Reference Library
 
Health Information Standards & Overview of HL7 Standards (April 30, 2019)
Health Information Standards & Overview of HL7 Standards (April 30, 2019)Health Information Standards & Overview of HL7 Standards (April 30, 2019)
Health Information Standards & Overview of HL7 Standards (April 30, 2019)
 

Mais de Timothy Cook

MLHIM @ CAIS 2014 - Buenos Aries
MLHIM @ CAIS 2014 - Buenos Aries MLHIM @ CAIS 2014 - Buenos Aries
MLHIM @ CAIS 2014 - Buenos Aries Timothy Cook
 
Presentation at the Escola Regional de Computação Aplicada à Saúde
Presentation at the Escola Regional de Computação Aplicada à SaúdePresentation at the Escola Regional de Computação Aplicada à Saúde
Presentation at the Escola Regional de Computação Aplicada à SaúdeTimothy Cook
 
Presentation WIN 2012
Presentation WIN 2012Presentation WIN 2012
Presentation WIN 2012Timothy Cook
 
Presentation HealthCom 2012
Presentation HealthCom 2012Presentation HealthCom 2012
Presentation HealthCom 2012Timothy Cook
 
Presentation WIM 2011
Presentation WIM 2011Presentation WIM 2011
Presentation WIM 2011Timothy Cook
 
Timothy Cook, MSc. presents MLHIM @ WSCHA 2010
Timothy Cook, MSc. presents MLHIM @ WSCHA 2010Timothy Cook, MSc. presents MLHIM @ WSCHA 2010
Timothy Cook, MSc. presents MLHIM @ WSCHA 2010Timothy Cook
 
Presentation WSCHA 2010 - in portuguese
Presentation WSCHA 2010 - in portuguesePresentation WSCHA 2010 - in portuguese
Presentation WSCHA 2010 - in portugueseTimothy Cook
 
Presentation WSCHA 2010 - in English
Presentation WSCHA 2010 - in EnglishPresentation WSCHA 2010 - in English
Presentation WSCHA 2010 - in EnglishTimothy Cook
 
Presentation Minicourse for Summer Program LNCC 2010
Presentation Minicourse for Summer Program  LNCC 2010Presentation Minicourse for Summer Program  LNCC 2010
Presentation Minicourse for Summer Program LNCC 2010Timothy Cook
 
Presentation Python Brasil [6] 2010
Presentation Python Brasil [6] 2010Presentation Python Brasil [6] 2010
Presentation Python Brasil [6] 2010Timothy Cook
 
Poster MEDINFO 2010
Poster MEDINFO 2010Poster MEDINFO 2010
Poster MEDINFO 2010Timothy Cook
 
Presentation CREMERJ 2010
Presentation CREMERJ 2010Presentation CREMERJ 2010
Presentation CREMERJ 2010Timothy Cook
 
Short presentation IWEEE 2010
Short presentation IWEEE 2010Short presentation IWEEE 2010
Short presentation IWEEE 2010Timothy Cook
 
Presentation IWEEE 2010
Presentation IWEEE 2010Presentation IWEEE 2010
Presentation IWEEE 2010Timothy Cook
 
Presentation Consegi 2010
Presentation Consegi 2010Presentation Consegi 2010
Presentation Consegi 2010Timothy Cook
 

Mais de Timothy Cook (20)

MLHIM @ CAIS 2014 - Buenos Aries
MLHIM @ CAIS 2014 - Buenos Aries MLHIM @ CAIS 2014 - Buenos Aries
MLHIM @ CAIS 2014 - Buenos Aries
 
Presentation at the Escola Regional de Computação Aplicada à Saúde
Presentation at the Escola Regional de Computação Aplicada à SaúdePresentation at the Escola Regional de Computação Aplicada à Saúde
Presentation at the Escola Regional de Computação Aplicada à Saúde
 
Poster IHI 2012
Poster IHI 2012Poster IHI 2012
Poster IHI 2012
 
Poster IHI 2012
Poster IHI 2012Poster IHI 2012
Poster IHI 2012
 
Poster IHI 2012
Poster IHI 2012Poster IHI 2012
Poster IHI 2012
 
Poster CBIS 2012
Poster CBIS 2012Poster CBIS 2012
Poster CBIS 2012
 
Presentation WIN 2012
Presentation WIN 2012Presentation WIN 2012
Presentation WIN 2012
 
Presentation HealthCom 2012
Presentation HealthCom 2012Presentation HealthCom 2012
Presentation HealthCom 2012
 
Presentation WIM 2011
Presentation WIM 2011Presentation WIM 2011
Presentation WIM 2011
 
Poster CBTMs 2011
Poster CBTMs 2011Poster CBTMs 2011
Poster CBTMs 2011
 
Timothy Cook, MSc. presents MLHIM @ WSCHA 2010
Timothy Cook, MSc. presents MLHIM @ WSCHA 2010Timothy Cook, MSc. presents MLHIM @ WSCHA 2010
Timothy Cook, MSc. presents MLHIM @ WSCHA 2010
 
Presentation WSCHA 2010 - in portuguese
Presentation WSCHA 2010 - in portuguesePresentation WSCHA 2010 - in portuguese
Presentation WSCHA 2010 - in portuguese
 
Presentation WSCHA 2010 - in English
Presentation WSCHA 2010 - in EnglishPresentation WSCHA 2010 - in English
Presentation WSCHA 2010 - in English
 
Presentation Minicourse for Summer Program LNCC 2010
Presentation Minicourse for Summer Program  LNCC 2010Presentation Minicourse for Summer Program  LNCC 2010
Presentation Minicourse for Summer Program LNCC 2010
 
Presentation Python Brasil [6] 2010
Presentation Python Brasil [6] 2010Presentation Python Brasil [6] 2010
Presentation Python Brasil [6] 2010
 
Poster MEDINFO 2010
Poster MEDINFO 2010Poster MEDINFO 2010
Poster MEDINFO 2010
 
Presentation CREMERJ 2010
Presentation CREMERJ 2010Presentation CREMERJ 2010
Presentation CREMERJ 2010
 
Short presentation IWEEE 2010
Short presentation IWEEE 2010Short presentation IWEEE 2010
Short presentation IWEEE 2010
 
Presentation IWEEE 2010
Presentation IWEEE 2010Presentation IWEEE 2010
Presentation IWEEE 2010
 
Presentation Consegi 2010
Presentation Consegi 2010Presentation Consegi 2010
Presentation Consegi 2010
 

Último

Kukatpally Call Girls Services 9907093804 High Class Babes Here Call Now
Kukatpally Call Girls Services 9907093804 High Class Babes Here Call NowKukatpally Call Girls Services 9907093804 High Class Babes Here Call Now
Kukatpally Call Girls Services 9907093804 High Class Babes Here Call NowHyderabad Call Girls Services
 
Call Girls Secunderabad 7001305949 all area service COD available Any Time
Call Girls Secunderabad 7001305949 all area service COD available Any TimeCall Girls Secunderabad 7001305949 all area service COD available Any Time
Call Girls Secunderabad 7001305949 all area service COD available Any Timedelhimodelshub1
 
Call Girls Kukatpally 7001305949 all area service COD available Any Time
Call Girls Kukatpally 7001305949 all area service COD available Any TimeCall Girls Kukatpally 7001305949 all area service COD available Any Time
Call Girls Kukatpally 7001305949 all area service COD available Any Timedelhimodelshub1
 
2025 Inpatient Prospective Payment System (IPPS) Proposed Rule
2025 Inpatient Prospective Payment System (IPPS) Proposed Rule2025 Inpatient Prospective Payment System (IPPS) Proposed Rule
2025 Inpatient Prospective Payment System (IPPS) Proposed RuleShelby Lewis
 
Hi,Fi Call Girl In Whitefield - [ Cash on Delivery ] Contact 7001305949 Escor...
Hi,Fi Call Girl In Whitefield - [ Cash on Delivery ] Contact 7001305949 Escor...Hi,Fi Call Girl In Whitefield - [ Cash on Delivery ] Contact 7001305949 Escor...
Hi,Fi Call Girl In Whitefield - [ Cash on Delivery ] Contact 7001305949 Escor...narwatsonia7
 
Call Girls Service Bommasandra - Call 7001305949 Rs-3500 with A/C Room Cash o...
Call Girls Service Bommasandra - Call 7001305949 Rs-3500 with A/C Room Cash o...Call Girls Service Bommasandra - Call 7001305949 Rs-3500 with A/C Room Cash o...
Call Girls Service Bommasandra - Call 7001305949 Rs-3500 with A/C Room Cash o...narwatsonia7
 
Single Assessment Framework - What We Know So Far
Single Assessment Framework - What We Know So FarSingle Assessment Framework - What We Know So Far
Single Assessment Framework - What We Know So FarCareLineLive
 
Leading transformational change: inner and outer skills
Leading transformational change: inner and outer skillsLeading transformational change: inner and outer skills
Leading transformational change: inner and outer skillsHelenBevan4
 
Hi,Fi Call Girl In Marathahalli - 7001305949 with real photos and phone numbers
Hi,Fi Call Girl In Marathahalli - 7001305949 with real photos and phone numbersHi,Fi Call Girl In Marathahalli - 7001305949 with real photos and phone numbers
Hi,Fi Call Girl In Marathahalli - 7001305949 with real photos and phone numbersnarwatsonia7
 
Call Girls in Adil Nagar 7001305949 Free Delivery at Your Door Model
Call Girls in Adil Nagar 7001305949 Free Delivery at Your Door ModelCall Girls in Adil Nagar 7001305949 Free Delivery at Your Door Model
Call Girls in Adil Nagar 7001305949 Free Delivery at Your Door ModelCall Girls Lucknow
 
Gurgaon Sector 68 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...
Gurgaon Sector 68 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...Gurgaon Sector 68 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...
Gurgaon Sector 68 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...ggsonu500
 
Call Girls Uppal 7001305949 all area service COD available Any Time
Call Girls Uppal 7001305949 all area service COD available Any TimeCall Girls Uppal 7001305949 all area service COD available Any Time
Call Girls Uppal 7001305949 all area service COD available Any Timedelhimodelshub1
 
VIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service Hyderabad
VIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service HyderabadVIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service Hyderabad
VIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service Hyderabaddelhimodelshub1
 
Call Girl Hyderabad Madhuri 9907093804 Independent Escort Service Hyderabad
Call Girl Hyderabad Madhuri 9907093804 Independent Escort Service HyderabadCall Girl Hyderabad Madhuri 9907093804 Independent Escort Service Hyderabad
Call Girl Hyderabad Madhuri 9907093804 Independent Escort Service Hyderabaddelhimodelshub1
 
Call Girls Hyderabad Krisha 9907093804 Independent Escort Service Hyderabad
Call Girls Hyderabad Krisha 9907093804 Independent Escort Service HyderabadCall Girls Hyderabad Krisha 9907093804 Independent Escort Service Hyderabad
Call Girls Hyderabad Krisha 9907093804 Independent Escort Service Hyderabaddelhimodelshub1
 
Basics of Anatomy- Language of Anatomy.pptx
Basics of Anatomy- Language of Anatomy.pptxBasics of Anatomy- Language of Anatomy.pptx
Basics of Anatomy- Language of Anatomy.pptxAyush Gupta
 
College Call Girls Hyderabad Sakshi 9907093804 Independent Escort Service Hyd...
College Call Girls Hyderabad Sakshi 9907093804 Independent Escort Service Hyd...College Call Girls Hyderabad Sakshi 9907093804 Independent Escort Service Hyd...
College Call Girls Hyderabad Sakshi 9907093804 Independent Escort Service Hyd...delhimodelshub1
 

Último (20)

Kukatpally Call Girls Services 9907093804 High Class Babes Here Call Now
Kukatpally Call Girls Services 9907093804 High Class Babes Here Call NowKukatpally Call Girls Services 9907093804 High Class Babes Here Call Now
Kukatpally Call Girls Services 9907093804 High Class Babes Here Call Now
 
Call Girls Secunderabad 7001305949 all area service COD available Any Time
Call Girls Secunderabad 7001305949 all area service COD available Any TimeCall Girls Secunderabad 7001305949 all area service COD available Any Time
Call Girls Secunderabad 7001305949 all area service COD available Any Time
 
Call Girls Kukatpally 7001305949 all area service COD available Any Time
Call Girls Kukatpally 7001305949 all area service COD available Any TimeCall Girls Kukatpally 7001305949 all area service COD available Any Time
Call Girls Kukatpally 7001305949 all area service COD available Any Time
 
Call Girls in Lucknow Esha 🔝 8923113531 🔝 🎶 Independent Escort Service Lucknow
Call Girls in Lucknow Esha 🔝 8923113531  🔝 🎶 Independent Escort Service LucknowCall Girls in Lucknow Esha 🔝 8923113531  🔝 🎶 Independent Escort Service Lucknow
Call Girls in Lucknow Esha 🔝 8923113531 🔝 🎶 Independent Escort Service Lucknow
 
2025 Inpatient Prospective Payment System (IPPS) Proposed Rule
2025 Inpatient Prospective Payment System (IPPS) Proposed Rule2025 Inpatient Prospective Payment System (IPPS) Proposed Rule
2025 Inpatient Prospective Payment System (IPPS) Proposed Rule
 
Hi,Fi Call Girl In Whitefield - [ Cash on Delivery ] Contact 7001305949 Escor...
Hi,Fi Call Girl In Whitefield - [ Cash on Delivery ] Contact 7001305949 Escor...Hi,Fi Call Girl In Whitefield - [ Cash on Delivery ] Contact 7001305949 Escor...
Hi,Fi Call Girl In Whitefield - [ Cash on Delivery ] Contact 7001305949 Escor...
 
Call Girls Service Bommasandra - Call 7001305949 Rs-3500 with A/C Room Cash o...
Call Girls Service Bommasandra - Call 7001305949 Rs-3500 with A/C Room Cash o...Call Girls Service Bommasandra - Call 7001305949 Rs-3500 with A/C Room Cash o...
Call Girls Service Bommasandra - Call 7001305949 Rs-3500 with A/C Room Cash o...
 
Single Assessment Framework - What We Know So Far
Single Assessment Framework - What We Know So FarSingle Assessment Framework - What We Know So Far
Single Assessment Framework - What We Know So Far
 
Leading transformational change: inner and outer skills
Leading transformational change: inner and outer skillsLeading transformational change: inner and outer skills
Leading transformational change: inner and outer skills
 
Hi,Fi Call Girl In Marathahalli - 7001305949 with real photos and phone numbers
Hi,Fi Call Girl In Marathahalli - 7001305949 with real photos and phone numbersHi,Fi Call Girl In Marathahalli - 7001305949 with real photos and phone numbers
Hi,Fi Call Girl In Marathahalli - 7001305949 with real photos and phone numbers
 
Call Girls in Adil Nagar 7001305949 Free Delivery at Your Door Model
Call Girls in Adil Nagar 7001305949 Free Delivery at Your Door ModelCall Girls in Adil Nagar 7001305949 Free Delivery at Your Door Model
Call Girls in Adil Nagar 7001305949 Free Delivery at Your Door Model
 
Gurgaon Sector 68 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...
Gurgaon Sector 68 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...Gurgaon Sector 68 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...
Gurgaon Sector 68 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...
 
VIP Call Girls Lucknow Isha 🔝 9719455033 🔝 🎶 Independent Escort Service Lucknow
VIP Call Girls Lucknow Isha 🔝 9719455033 🔝 🎶 Independent Escort Service LucknowVIP Call Girls Lucknow Isha 🔝 9719455033 🔝 🎶 Independent Escort Service Lucknow
VIP Call Girls Lucknow Isha 🔝 9719455033 🔝 🎶 Independent Escort Service Lucknow
 
Call Girls Uppal 7001305949 all area service COD available Any Time
Call Girls Uppal 7001305949 all area service COD available Any TimeCall Girls Uppal 7001305949 all area service COD available Any Time
Call Girls Uppal 7001305949 all area service COD available Any Time
 
VIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service Hyderabad
VIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service HyderabadVIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service Hyderabad
VIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service Hyderabad
 
Call Girl Hyderabad Madhuri 9907093804 Independent Escort Service Hyderabad
Call Girl Hyderabad Madhuri 9907093804 Independent Escort Service HyderabadCall Girl Hyderabad Madhuri 9907093804 Independent Escort Service Hyderabad
Call Girl Hyderabad Madhuri 9907093804 Independent Escort Service Hyderabad
 
Call Girl Lucknow Gauri 🔝 8923113531 🔝 🎶 Independent Escort Service Lucknow
Call Girl Lucknow Gauri 🔝 8923113531  🔝 🎶 Independent Escort Service LucknowCall Girl Lucknow Gauri 🔝 8923113531  🔝 🎶 Independent Escort Service Lucknow
Call Girl Lucknow Gauri 🔝 8923113531 🔝 🎶 Independent Escort Service Lucknow
 
Call Girls Hyderabad Krisha 9907093804 Independent Escort Service Hyderabad
Call Girls Hyderabad Krisha 9907093804 Independent Escort Service HyderabadCall Girls Hyderabad Krisha 9907093804 Independent Escort Service Hyderabad
Call Girls Hyderabad Krisha 9907093804 Independent Escort Service Hyderabad
 
Basics of Anatomy- Language of Anatomy.pptx
Basics of Anatomy- Language of Anatomy.pptxBasics of Anatomy- Language of Anatomy.pptx
Basics of Anatomy- Language of Anatomy.pptx
 
College Call Girls Hyderabad Sakshi 9907093804 Independent Escort Service Hyd...
College Call Girls Hyderabad Sakshi 9907093804 Independent Escort Service Hyd...College Call Girls Hyderabad Sakshi 9907093804 Independent Escort Service Hyd...
College Call Girls Hyderabad Sakshi 9907093804 Independent Escort Service Hyd...
 

Path to Big Data Interchange in Healthcare IT Standards

  • 1. INNOVATION IN HEALTHCARE IT STANDARDS: THE PATH TO BIG DATA INTERCHANGE LUCIANA TRICAI CAVALINI, MD, PHD TIMOTHY WAYNE COOK, MSC
  • 2. BIG DATA IN HEALTHCARE MYTHS (AND FACTS)
  • 3. MYTH #1: "BIG DATA" HAS A UNIVERSALLY ACCEPTED, CLEAR DEFINITION Two of these aspects are a particular concern in healthcare: Variability Velocity The various definitions have the 3V in common: Volume: Existence of gigantic amounts of data Variability: Coexistence of structured, non- structured, machine generated etc data Velocity: Data is produced, and it has to be processed and consumed very fast There is no consensus in scientific literature and on the specialized blogosphere about the definition of Big Data
  • 4. MYTH #2: BIG DATA IS NEW Collecting, processing and analyzing sheer amounts of data is not a new activity in mankind • Example: Middle Age monks and their concordances (correlations of every single word in the Bible) What is new is the volume size and the speed it can be processed and analyzed
  • 5. MYTH #3: BIGGER DATA IS BETTER In biomedical science, this is partially fact: the bigger the sample size, the more precise the estimates are However, large sample sizes with bad quality data are dangerously misleading In healthcare, precision and reliability are both equally important
  • 6. MYTH #4: BIG DATA MEANS BIG MARKETING There is no evidence that analyzing Big Data increases the number of customers Big Data is useful when it helps emerging actionable insights (e.g., an unknown relationship between a gene and a disease) That has little relevance in healthcare, especially in universal healthcare systems
  • 7. HOW TO GET RELIABLE BIG DATA? TRADITIONAL STANDARDS X INNOVATION
  • 8. THE TRADITIONAL HEALTHCARE IT STANDARDS HL7, openEHR, ISO 13606 Primary focus on message exchange among EMRs All of them precede in history the emergence of Big Data and the Semantic Web Top-down data modeling approach: not prepared to deal with the 3V of Big Data SNOMED- CT, LOINC, ICD Controlled vocabularies Also preceding Big Data and Semantic Web Main focus on pre- coordination (top- down approach) In other words: the traditional healthcare IT standards are not prepared to deal with Big Data
  • 9. A DEVELOPMENT ABOUT OPENEHR The current version of the Archetype Definition Language is 1.4 It requires an archetype to be the maximal data set for a given concept By the book, it means that there can be just one archetype for each single concept in the whole globe There are several archetypes being developed in isolation, not being submitted to the proper governance tool (the CKM) In the ADL 1.5 spec, it is promised that the “maximal data model” requirement will be removed
  • 10. Now Everywhere Locally BIG DATA IS BEING PRODUCED:
  • 11. A BIG DATA-AWARE HEALTHCARE IT STANDARD IS: Compliant to Semantic Web Technologies Respectful to the different points of view coming from different medical schools Welcoming to all healthcare professionals (and their concepts) Not limited to EMR data modeling Prepared to deal with the emerging mHealth and the Internet of Things
  • 12. MULTILEVEL HEALTHCARE INFORMATION MODELING (MLHIM) AN INNOVATION IN HEALTHCARE IT STANDARDS
  • 13. THE BACKGROUND - 1 The typical application design locks up semantics in the database structure and application source code Different use cases in different scenarios often interpret seemingly similar data, differently when the semantics are missing Multilevel modelling provides a way to share semantics about any medical (healthcare) concept between distributed and independent applications
  • 14. THE BACKGROUND - 2 MLHIM is based on the core modelling concepts of openEHR to provide semantics external from applications From openEHR, MLHIM inherited the multilevel model principles MLHIM also uses certain conceptual principles from HL7 v3 From HL7, MLHIM inherited the XML-based implementation
  • 15. THE IMPLEMENTATION MLHIM simplifies the openEHR Reference Model It is called a ‘minimalistic’ multilevel model MLHIM uses XML instead of ADL so that ubiquitous tooling and training are available The whole Semantic Web is based on XML technologies Because MLHIM is based on the XML Schema data model there is no loss of information between model semantics and serialization in XML instances This is a problem when serializing ADL into XML (see next)
  • 16. A NOTE ON ADL X XML There is a loss of information when moving between an object model (AOM) and XML Schema dADL is the proper instance serialization for the AOM However, in practice implementers are serializing openEHR/ISO13606 data in XML
  • 17. ADL X XML: A COMPARISON ADL XML The openEHR test suite includes approximately 1600 total files, with known independent validations of its files The XML Schema test suite contains more than 40,000 independently validated tests OpenEHR tools are developed by one company and there is one open source reference model There are more than 30 XML editors, open source and proprietary from as many companies. There are additional tools in the XML family, XSLT, Xquery, Xlink and Xproc The FOSS Java RM has not been thoroughly tested and validated There are at least 3 widely used, XML parser/validators, open source and proprietary from different companies and communities The only ADL courses are from Ocean Informatics and a few startup course taught by non-experts XML is taught in all computer science courses as well as online There are zero books on ADL O'Reilly has 54 books on XML, Amazon has 11,890 results for Books: "xml"
  • 19. MODELING CLINICAL MODELS IN MLHIM THE HEART OF HEALTHCARE IT STANDARDIZATION
  • 20. CLINICAL KNOWLEDGE MODELING: FUNDAMENTALS Modeling clinical data is a complex task Requires deep knowledge of the specific clinical domain Requires at least an intermediate understanding of data types Modeling clinical data is a core activity in healthcare IT It is the only way to produce Big Data in healthcare with responsibility Even well designed clinical data modes in conventional software are not interoperable Multilevel model software is interoperable and it requires thoughtful clinical knowledge modeling
  • 21. CLINICAL MODELS IN MULTILEVEL MODELING • The Reference Model: generic information model shared by the ecosystem • The Domain Model: definition of constraints to the Reference Model for each medical concept In multilevel modeling, the information ecosystem is structured in (at least) two levels: Multilevel Model openEHR MLHIM Domain Model Archetype Concept Constraint Definition (CCD) Language ADL XML Schema 1.1 # of DM/concept 1 n Governance Top down, consensus Bottom-up, merit
  • 22. CONCEPT CONSTRAINT DEFINITION (CCD) In MLHIM, CCDs are XML Schemas that define constraints to the Reference Model, in order to model clinical concepts CCDs can be validated to the correspondent MLHIM Reference Model by third- party applications The CCD Schema informs the application developer of the structure of a valid data instance for each concept modeled for that system If the CCD is made public, any receptor of a data instance coming from this application can store, validate, query etc that data instance
  • 23. CCD HIGH LEVEL STRUCTURE CCD Care, Demographic or AdminEntry Cluster DvAdapter (or Cluster) DataType
  • 24. MLHIM DATATYPES FOR CCDS Ordered Quantified DvCount DvQuantity DvRatio DvOrdinal DvTemporal Unordered DvString (with enumeration) (without enumeration) DvCodedString DvMedia DvParsable DvInterval RerefenceRange
  • 25. MLHIM ELEMENTS: PRINCIPLES The elements of a CCD do not carry any semantics Since element names are structural identifiers, this is in keeping with the best practices of healthcare knowledge artifact identifiers, as first proposed by Dr. James Cimino (circa 1988) Characteristic #3 - Dumb Identifiers An identifier itself should not have meaning. If an identifier is comprised of other identifiers that have been combined, then the composite identifier is inherently unstable. If the circumstances that related the composite identifiers together in the first place change, the resulting identifier must also change.
  • 26. MLHIM CCDS: TECHNICAL ASPECTS CCDs are the equivalent of an archetype in CEN13606 and openEHR • They may be defined at any level, for any application use • complexType definitions may be reused in multiple CCDs • CCDs persist for all time and are not versioned, this is essential for data integrity across time • All element names are unique identifiers (Type 4 UUIDs) With the exceptions:
  • 27. CCD GOVERNANCE MODEL Artifact governance in MLHIM consists of maintaining a copy of the CCDs and Reference Models This can be on the web at the specified location or locally and referenced using the standard XML Catalog tools Because of the naming conventions, changes to the MLHIM reference model does not impact previously defined CCDs or data This maintains accurate semantics for all time
  • 29. MLHIM REFERENCE MODEL The release version is availble at www.mlhim.org The development version is available at www.github.com/mlhim
  • 30. CCD GENERATOR (CCD-GEN) CCD editor maintained by the MLHIM Laboratory at www.ccdgen.com Produces CCDs according to the correspondent MLHIM Reference Model CCDs are automatically validated Other products include: A sample data instance JSON serialization of the data instance A sample HTML form Modules for the R programming language to pull MLHIM data into R data frames for processing and analysis
  • 31. OTHER MLHIM TOOLS •A MLHIM repository using an SQL DB for persistence with a browser and a REST interface MLHIM Application Platform & Learning Environment (MAPLE) •Utility to convert MLHIM CCD XML instances to use shortuuids and to convert to JSON and back again to XML •It is intended to demonstrate how mobile apps can use smaller data files to pass over the wire to an API that expects these formats and can convert them back to full XML instances for validation MLHIM XML Instance Converter (MXIC) •Web application to build a form and create a CCD from it (work in progress) Form2CCD •FOSS CCD editor (work in progress) Constraint Definition Designer (CDD)
  • 32. IN BRIEF CONCLUSIONS AND THE VIEW TO THE FUTURE
  • 33. MLHIM IS BIG DATA READY MLHIM uses standard XML technologies and embedded RDF to define the syntax and semantics The semantics are in the CCD and can be easily exchanged or referenced via the web Their RDF can be queried, analyzed and linked using standard tools MLHIM data can be stored in SQL or NoSQL databases Examples are on GitHub for eXist-DB (XML) and SQLite3 (can easily be ported to use PostgreSQL, MySQL, Oracle, etc.) We also have experience with MLHIM data in a MarkLogic NoSQL cloud cluster environment In addition to native XML DBs, the small document oriented nature of MLHIM data is a perfect fit for document databases such as MongoDB and CouchDB MLHIM XML data can easily be round-trip converted to JSON for permanent storage and/or as an exchange serialization via REST APIs
  • 34. OUR VISION OF THE FUTURE There are intuitions inside the healthcare IT world already about the inadequacy of conventional EMRs to collect reliable data at the point of care The real Big Data in healthcare will come from purpose-specific applications modeled by the domain experts The hardware support of choice for those apps is the mobile computing The other source of Big Data in healthcare will come from the Internet of Things All that data which is MLHIM compliant will participate in a semantically interoperable health information ecosystem

Notas do Editor

  1. NOTE: To replace a picture, just select and delete it. Then use the Insert Picture icon to replace it with one of your own!