SlideShare ist ein Scribd-Unternehmen logo
1 von 30
Downloaden Sie, um offline zu lesen
Rafael Richards MD MS 2014 
Linked 
Vitals 
1 
Linked Vitals  
 
A Linked Data Translation Approach  
to Semantic Interoperability 
November 12, 2014 
Dataversity Webinar 
Rafael M Richards MD MS 
Physician Informaticist 
Veterans Health Administratioan 
U.S. Department of Veterans Affairs
Rafael Richards MD MS 2014 
Linked 
Vitals 
2 
Problem Statement: General 
How does one semantically integrate data such as vital 
signs between different patient information systems?
Rafael Richards MD MS 2014 
Linked 
Vitals 
3 
Problem Statement: Specific 
How does one integrate vital sign data between VA VISTA electronic 
health record (EHR) system and a potential exchange partner using 
the HL7 FHIR standard? 
Language barriers to exchange
Rafael Richards MD MS 2014 
Linked 
Vitals 
4 
Approach: Linked Data Foundation 
One step towards minimizing data friction between systems is to 
provide common model-neutral expression language such as RDF. 
A common exchange language
Rafael Richards MD MS 2014 
Linked 
Vitals 
5 
Summary of Linked Data Translation 
Rule-based mapping 
Model alignment 
Vocabulary alignment 
Common syntax within 
model-neutral medium 
(Linked Data) 
Syntactic 
translation 
Fileman 
Semantic 
translation 
Source 
Data 
Integrated 
Data 
Different Syntax 
Different Models 
Different Vocabularies 
Common Syntax 
Common Model 
Common Vocabulary 
Common Meaning 
Syntax A 
Model A 
Vocabulary A 
Syntax B 
Model B 
Vocabulary B 
Neutral 
Model
Rafael Richards MD MS 2014 
Linked 
Vitals 
6 
VISTA: Overview 
• Veterans Information Systems and Technology Architecture 
• Information system of all VA hospitals 
• Foundation of several public healthcare systems 
– VA (VISTA): 1200+ care sites 
– DoD(CHCS): 900+ care sites 
– IHS (RPMS): 500+ care sites 
– NY State: 24 hospitals 
• Most familiar EHR in U.S. 
– Over 60% of U.S.-trained physicians have used VISTA 
• Open source 
– Deployed in many other settings in U.S. and internationally 
– Many developments by open source community
Rafael Richards MD MS 2014 
Linked 
Vitals 
7 
VISTA deployments in the U.S.
Rafael Richards MD MS 2014 
Linked 
Vitals 
8 
M 
VISTA is an integrated patient-centric 
EHR. 
The data architecture of VISTA consists 
of over150 applications for clinical care 
integrated within a single common 
multidimensional database (M DB). 
In VISTA both business logic 
(Applications) and data (Database) are 
managed with within the M data engine, 
which provides the tight integration of 
applications to each other and to shared 
data. 
The data flow and integration 
agreements between VISTA applications 
(outer ring) is visualized as blue lines. 
One Patient. 
One Database. 
All Apps. 
All Data. 
Integrated. 
VISTA: A Patient-Centric EHR
Fileman: FM hierarchical-graph store 
Rafael Richards MD MS 2014 
Linked 
Vitals 
9 
VISTA Data Model 
VISTA is based on a hybrid NoSQL database. Unlike some NoSQL stores, VISTA is 
schema-driven, not schema-less. 
Inside every VISTA is File Manager (Fileman), a hybrid hierarchal-graph data store, 
which is overlaid on top of the M multidimensional store. A comprehensive 
definition of the types of data stored in every VA FileMan represents the VA's 
Enterprise Data Model. 
With an exposed data model, VISTA’s native schema be rendered in a standard 
definition format and analyzed for use and improvement. A schema-flexible 
information model representation language that is fully machine-processable such as 
RDF provides such capability. 
M 
M: Multidimensional NoSQL data engine 
M
Rafael Richards MD MS 2014 
Linked 
Vitals 
VISTA’s native data model is 
comprised of hierarchical 
files and subfiles, each 
which addresses a specific 
M Global storage. 
10 
VISTA Data Model
Rafael Richards MD MS 2014 
Linked 
Vitals 
11 
VISTA Query: Fileman Query Language 
FMQL is the Fileman Query Language 
that leverages the native hierarchical-graph 
model of VISTA. This provides 
real-time web-based query access to 
the entirety of VistA’s data. 
This exposes the native hierarchical 
data model of Fileman in web 
standard forms including HTML, 
JSON, and RDF. 
HTML: Hypertext markup language (visual document markup) 
JSON: Javascript object notation (data serialization / packaging) 
RDF: Resource description framework (linked data / semantics) 
JSON-LD: JSON-like serialization of Linked Data (RDF)
Rafael Richards MD MS 2014 
Linked 
Vitals 
12 
VISTA Query: HTML output 
Fileman query of VistA for vital signs with output in HTML. 
HTML output: 
Human-readable
Rafael Richards MD MS 2014 
Linked 
Vitals 
13 
VISTA Query: RDF output 
Fileman query of VistA for vital signs with output in RDF. 
RDF output: 
Machine readable
Rafael Richards MD MS 2014 
Linked 
Vitals 
14 
Linked Data: What is it? 
The World Wide Web Consortium (W3C) standard for 
semantic information integration for the Internet of Data. 
HTML (hypertext markup language) 
For humans to exchange information 
RDF (resource description framework) 
For computers to exchange information 
Linked Documents 
(Document Web) 
Linked Data 
(Semantic Web) 
enables 
enables 
“The Semantic Web [Linked Data] provides a common framework that 
allows data to be shared and reused across application, enterprise, and 
community boundaries.” 
Tim Berners-Lee, MIT Professor and Inventor of the World Wide Web 
(HTML and RDF protocols)
Linking media, geographic, publications, government, and life sciences…. 
Rafael Richards MD MS 2014 
Linked 
Vitals 
Linked Data 
This represents over 300 linked data 
sources and databases, comprising 
billions of data elements and 
millions of semantic links. 
Each on of these circles represents 
a data source, which is semantically 
linked to other data sources, 
creating one virtual federated 
queryable web of data. 
Wikipedia is one of the resources 
converted to Linked Data, and is 
called DBpedia (center circle). 
15 
Linked Data and the Internet of Data 
Why not link 
healthcare?
Rafael Richards MD MS 2014 
Linked 
Vitals 
16 
VISTA Vitals in RDF 
239 instances in the sample dataset
Rafael Richards MD MS 2014 
Linked 
Vitals 
17 
VISTA Vitals in RDF
Rafael Richards MD MS 2014 
Linked 
Vitals 
18 
FHIR: Native model 
• FHIR - Observation 
• XML model in XML Schema
Rafael Richards MD MS 2014 
Linked 
Vitals 
19 
FHIR in RDF 
Automated transformation from FHIR XML Schema - RDF
Rafael Richards MD MS 2014 
Linked 
Vitals 
20 
RDF Translation Rules options 
There are many options for RDF translation. For this case study we will use 
the SPARQL Inferencing Notation (SPIN) because it is a W3C standard.
Rafael Richards MD MS 2014 
Linked 
Vitals 
21 
SPIN: SPARQL rules language 
http://spinrdf.org/spin-architecture.html
Rafael Richards MD MS 2014 
Linked 
Vitals 
22 
SPINMap: Data mapping rules engine
Rafael Richards MD MS 2014 
Linked 
Vitals 
23 
SPINMap: Data mapping rules engine 
Motivation: 
– Simplifies mappings between different models 
Key Features: 
– Creates executable transformations
Rafael Richards MD MS 2014 
Linked 
Vitals 
24 
SPINMap: Field mapping with rules 
Easier to create deep nested structures in the target
Rafael Richards MD MS 2014 
Linked 
Vitals 
25 
SPINMap: Rules for LOINC terminology
Rafael Richards MD MS 2014 
Linked 
Vitals 
26 
SPINMap Output: Linked Vitals 
Same As
Rafael Richards MD MS 2014 
Linked 
Vitals 
27 
Summary of Translation Approach 
Rule-based mapping 
Model alignment 
Vocabulary alignment 
Common syntax within 
model-flexible medium 
(Linked Data) 
Syntactic 
alignment 
Fileman 
Semantic 
alignment 
Source 
Data 
Integrated 
Data 
Different Syntax 
Different Models 
Different Vocabularies 
Common Syntax 
Common Model 
Common Vocabulary 
Common Meaning 
Syntax A 
Model A 
Vocabulary A 
Syntax B 
Model B 
Vocabulary B 
Neutral 
Model
Rafael Richards MD MS 2014 
Linked 
Vitals 
28 
Linked Vitals: A step towards Linked Health
Rafael Richards MD MS 2014 
Linked 
Vitals 
29 
In the works.. 
 
Web-based automation 
of semantic alignment
Rafael Richards MD MS 2014 
Linked 
Vitals 
30 
VISTA-FHIR web-based translation 
The VISTA– FHIR prototype is a web-based application built with TopBraid and Semantic 
Web Page technology. The application demonstrates semantic data integration of VistA 
records and FHIR records. 
The control bar shows the steps in the demonstration 
Sub-steps are shown as 
buttons. An “Explain” button is 
provided for each sub-step. 
The number of vital signs 
records are shown across all 
patients in the dataset

Weitere ähnliche Inhalte

Was ist angesagt?

Tutorial: Describing Datasets with the Health Care and Life Sciences Communit...
Tutorial: Describing Datasets with the Health Care and Life Sciences Communit...Tutorial: Describing Datasets with the Health Care and Life Sciences Communit...
Tutorial: Describing Datasets with the Health Care and Life Sciences Communit...
Alasdair Gray
 
ORCID Update & Other Researcher Identifiers (2011 Annual Meeting)
ORCID Update & Other Researcher Identifiers (2011 Annual Meeting)ORCID Update & Other Researcher Identifiers (2011 Annual Meeting)
ORCID Update & Other Researcher Identifiers (2011 Annual Meeting)
Crossref
 
CrossRef Annual Meeting 2012 ORCID Laure Haak
CrossRef Annual Meeting 2012 ORCID Laure HaakCrossRef Annual Meeting 2012 ORCID Laure Haak
CrossRef Annual Meeting 2012 ORCID Laure Haak
Crossref
 
FundRef Update - Charleston Conference 2013
FundRef Update - Charleston Conference 2013FundRef Update - Charleston Conference 2013
FundRef Update - Charleston Conference 2013
Chris Shillum
 

Was ist angesagt? (20)

Tutorial: Describing Datasets with the Health Care and Life Sciences Communit...
Tutorial: Describing Datasets with the Health Care and Life Sciences Communit...Tutorial: Describing Datasets with the Health Care and Life Sciences Communit...
Tutorial: Describing Datasets with the Health Care and Life Sciences Communit...
 
ORCID Update & Other Researcher Identifiers (2011 Annual Meeting)
ORCID Update & Other Researcher Identifiers (2011 Annual Meeting)ORCID Update & Other Researcher Identifiers (2011 Annual Meeting)
ORCID Update & Other Researcher Identifiers (2011 Annual Meeting)
 
CrossRef Annual Meeting 2012 ORCID Laure Haak
CrossRef Annual Meeting 2012 ORCID Laure HaakCrossRef Annual Meeting 2012 ORCID Laure Haak
CrossRef Annual Meeting 2012 ORCID Laure Haak
 
FundRef Webinar
FundRef WebinarFundRef Webinar
FundRef Webinar
 
ORCID: An Overview - Alice Meadows
ORCID: An Overview - Alice MeadowsORCID: An Overview - Alice Meadows
ORCID: An Overview - Alice Meadows
 
Supporting Dataset Descriptions in the Life Sciences
Supporting Dataset Descriptions in the Life SciencesSupporting Dataset Descriptions in the Life Sciences
Supporting Dataset Descriptions in the Life Sciences
 
2014 CrossRef Workshops: Support Update and Multiple Resolution Overview
2014 CrossRef Workshops: Support Update and Multiple Resolution Overview2014 CrossRef Workshops: Support Update and Multiple Resolution Overview
2014 CrossRef Workshops: Support Update and Multiple Resolution Overview
 
New Initiatives - Geoffrey Bilder - London LIVE 2017
New Initiatives - Geoffrey Bilder - London LIVE 2017New Initiatives - Geoffrey Bilder - London LIVE 2017
New Initiatives - Geoffrey Bilder - London LIVE 2017
 
The DataTags System: Sharing Sensitive Data with Confidence
The DataTags System: Sharing Sensitive Data with ConfidenceThe DataTags System: Sharing Sensitive Data with Confidence
The DataTags System: Sharing Sensitive Data with Confidence
 
Crossref DataCite joint data citation webinar
Crossref DataCite joint data citation webinarCrossref DataCite joint data citation webinar
Crossref DataCite joint data citation webinar
 
Mendeley Data FAIR hackathon
Mendeley Data FAIR hackathonMendeley Data FAIR hackathon
Mendeley Data FAIR hackathon
 
Crossref Funding Data Webinar 091616
Crossref Funding Data Webinar 091616Crossref Funding Data Webinar 091616
Crossref Funding Data Webinar 091616
 
FundRef Update - Charleston Conference 2013
FundRef Update - Charleston Conference 2013FundRef Update - Charleston Conference 2013
FundRef Update - Charleston Conference 2013
 
Crossref Community Webinar - Asia Pacific 12-14-2016
Crossref Community Webinar - Asia Pacific 12-14-2016Crossref Community Webinar - Asia Pacific 12-14-2016
Crossref Community Webinar - Asia Pacific 12-14-2016
 
Crossref XML and tools for small publishers (EASE Conference 2018)
Crossref XML and tools for small publishers (EASE Conference 2018)Crossref XML and tools for small publishers (EASE Conference 2018)
Crossref XML and tools for small publishers (EASE Conference 2018)
 
Using Funding Data
Using Funding DataUsing Funding Data
Using Funding Data
 
Open Source Tools Facilitating Sharing/Protecting Privacy: Dataverse and Data...
Open Source Tools Facilitating Sharing/Protecting Privacy: Dataverse and Data...Open Source Tools Facilitating Sharing/Protecting Privacy: Dataverse and Data...
Open Source Tools Facilitating Sharing/Protecting Privacy: Dataverse and Data...
 
Introduction to Crossref, Seoul - Ed Pentz
Introduction to Crossref, Seoul - Ed PentzIntroduction to Crossref, Seoul - Ed Pentz
Introduction to Crossref, Seoul - Ed Pentz
 
ScienceOpen for Researchers
ScienceOpen for ResearchersScienceOpen for Researchers
ScienceOpen for Researchers
 
Sparql a simple knowledge query
Sparql  a simple knowledge querySparql  a simple knowledge query
Sparql a simple knowledge query
 

Andere mochten auch

Enterprise Data World: Data Governance - The Four Critical Success Factors
Enterprise Data World: Data Governance - The Four Critical Success FactorsEnterprise Data World: Data Governance - The Four Critical Success Factors
Enterprise Data World: Data Governance - The Four Critical Success Factors
DATAVERSITY
 

Andere mochten auch (14)

Enterprise Data World 2016 and CDO Vision Mural Summary
Enterprise Data World 2016 and CDO Vision Mural SummaryEnterprise Data World 2016 and CDO Vision Mural Summary
Enterprise Data World 2016 and CDO Vision Mural Summary
 
Using Semantic Technology to Drive Agile Analytics - SLIDES
Using Semantic Technology to Drive Agile Analytics - SLIDESUsing Semantic Technology to Drive Agile Analytics - SLIDES
Using Semantic Technology to Drive Agile Analytics - SLIDES
 
WEBINAR: The Yosemite Project PART 6 -- Data-Driven Biomedical Research with ...
WEBINAR: The Yosemite Project PART 6 -- Data-Driven Biomedical Research with ...WEBINAR: The Yosemite Project PART 6 -- Data-Driven Biomedical Research with ...
WEBINAR: The Yosemite Project PART 6 -- Data-Driven Biomedical Research with ...
 
Enterprise Data World: Data Governance - The Four Critical Success Factors
Enterprise Data World: Data Governance - The Four Critical Success FactorsEnterprise Data World: Data Governance - The Four Critical Success Factors
Enterprise Data World: Data Governance - The Four Critical Success Factors
 
Data-Ed Slides: Data Architecture Strategies - Constructing Your Data Garden
Data-Ed Slides: Data Architecture Strategies - Constructing Your Data GardenData-Ed Slides: Data Architecture Strategies - Constructing Your Data Garden
Data-Ed Slides: Data Architecture Strategies - Constructing Your Data Garden
 
RWDG Webinar: The New Non-Invasive Data Governance Framework
RWDG Webinar: The New Non-Invasive Data Governance FrameworkRWDG Webinar: The New Non-Invasive Data Governance Framework
RWDG Webinar: The New Non-Invasive Data Governance Framework
 
EDW Webinar: Managing Change for Successful Data Governance
EDW Webinar: Managing Change for Successful Data GovernanceEDW Webinar: Managing Change for Successful Data Governance
EDW Webinar: Managing Change for Successful Data Governance
 
Enterprise Data World Webinar: How to Get Your MDM Program Up & Running
Enterprise Data World Webinar: How to Get Your MDM Program Up & RunningEnterprise Data World Webinar: How to Get Your MDM Program Up & Running
Enterprise Data World Webinar: How to Get Your MDM Program Up & Running
 
Smart Data Webinar: Artificial General Intelligence - When Can I Get It?
Smart Data Webinar: Artificial General Intelligence - When Can I Get It?Smart Data Webinar: Artificial General Intelligence - When Can I Get It?
Smart Data Webinar: Artificial General Intelligence - When Can I Get It?
 
LDM Webinar: Data Modeling & Business Intelligence
LDM Webinar: Data Modeling & Business IntelligenceLDM Webinar: Data Modeling & Business Intelligence
LDM Webinar: Data Modeling & Business Intelligence
 
Enterprise Data World Webinar: Mastering & Referencing Data for the Enterprise
Enterprise Data World Webinar: Mastering & Referencing Data for the EnterpriseEnterprise Data World Webinar: Mastering & Referencing Data for the Enterprise
Enterprise Data World Webinar: Mastering & Referencing Data for the Enterprise
 
Focus on Your Analysis, Not Your SQL Code
Focus on Your Analysis, Not Your SQL CodeFocus on Your Analysis, Not Your SQL Code
Focus on Your Analysis, Not Your SQL Code
 
DI&A Slides: Descriptive, Prescriptive, and Predictive Analytics
DI&A Slides: Descriptive, Prescriptive, and Predictive AnalyticsDI&A Slides: Descriptive, Prescriptive, and Predictive Analytics
DI&A Slides: Descriptive, Prescriptive, and Predictive Analytics
 
Smart Data Slides: Data Science and Business Analysis - A Look at Best Practi...
Smart Data Slides: Data Science and Business Analysis - A Look at Best Practi...Smart Data Slides: Data Science and Business Analysis - A Look at Best Practi...
Smart Data Slides: Data Science and Business Analysis - A Look at Best Practi...
 

Ähnlich wie Yosemite Project - Part 3 - Transformations for Integrating VA data with FHIR in RDF

Linked data presentation for who umc 21 jan 2015
Linked data presentation for who umc 21 jan 2015Linked data presentation for who umc 21 jan 2015
Linked data presentation for who umc 21 jan 2015
Kerstin Forsberg
 

Ähnlich wie Yosemite Project - Part 3 - Transformations for Integrating VA data with FHIR in RDF (20)

Linked Vitals: A Linked Data Approach to Semantic Interoperability
Linked Vitals: A Linked Data Approach to Semantic InteroperabilityLinked Vitals: A Linked Data Approach to Semantic Interoperability
Linked Vitals: A Linked Data Approach to Semantic Interoperability
 
Linked Data efforts for data standards in biopharma and healthcare
Linked Data efforts for data standards in biopharma and healthcareLinked Data efforts for data standards in biopharma and healthcare
Linked Data efforts for data standards in biopharma and healthcare
 
A Case for linked Data for Medical Devices in the IVD Market
A Case for linked Data for Medical Devices in the IVD MarketA Case for linked Data for Medical Devices in the IVD Market
A Case for linked Data for Medical Devices in the IVD Market
 
SmartData Webinar Slides: The Yosemite Project for Healthcare Information int...
SmartData Webinar Slides: The Yosemite Project for Healthcare Information int...SmartData Webinar Slides: The Yosemite Project for Healthcare Information int...
SmartData Webinar Slides: The Yosemite Project for Healthcare Information int...
 
Linked data presentation for who umc 21 jan 2015
Linked data presentation for who umc 21 jan 2015Linked data presentation for who umc 21 jan 2015
Linked data presentation for who umc 21 jan 2015
 
Brief on Linked Data for U.S. EPA's Chief Data Scientist
Brief on Linked Data for U.S. EPA's Chief Data ScientistBrief on Linked Data for U.S. EPA's Chief Data Scientist
Brief on Linked Data for U.S. EPA's Chief Data Scientist
 
Brief on Linked Data at U.S. EPA to Chief Data Scientist
Brief on Linked Data at U.S. EPA to Chief Data ScientistBrief on Linked Data at U.S. EPA to Chief Data Scientist
Brief on Linked Data at U.S. EPA to Chief Data Scientist
 
3 Round Stones Briefing to U.S. EPA's Chief Data Scientist on Open Data
3 Round Stones Briefing to U.S. EPA's Chief Data Scientist on Open Data3 Round Stones Briefing to U.S. EPA's Chief Data Scientist on Open Data
3 Round Stones Briefing to U.S. EPA's Chief Data Scientist on Open Data
 
Decoding the Acronyms in Clinical Data Standards
Decoding the Acronyms in Clinical Data StandardsDecoding the Acronyms in Clinical Data Standards
Decoding the Acronyms in Clinical Data Standards
 
Linked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the SoftwareLinked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the Software
 
Clinical Quality Linked Data on health.data.gov
Clinical Quality Linked Data on health.data.govClinical Quality Linked Data on health.data.gov
Clinical Quality Linked Data on health.data.gov
 
Complete book Database management systems Handbook 3rd edition by Muhammad Sh...
Complete book Database management systems Handbook 3rd edition by Muhammad Sh...Complete book Database management systems Handbook 3rd edition by Muhammad Sh...
Complete book Database management systems Handbook 3rd edition by Muhammad Sh...
 
Complete book Database management systems Handbook 3rd edition by Muhammad Sh...
Complete book Database management systems Handbook 3rd edition by Muhammad Sh...Complete book Database management systems Handbook 3rd edition by Muhammad Sh...
Complete book Database management systems Handbook 3rd edition by Muhammad Sh...
 
Full book Database system Handbook 3rd edition by Muhammad Sharif.pdf
Full book Database system Handbook 3rd edition by Muhammad Sharif.pdfFull book Database system Handbook 3rd edition by Muhammad Sharif.pdf
Full book Database system Handbook 3rd edition by Muhammad Sharif.pdf
 
Full book Database system Handbook 3rd edition by Muhammad Sharif.pdf
Full book Database system Handbook 3rd edition by Muhammad Sharif.pdfFull book Database system Handbook 3rd edition by Muhammad Sharif.pdf
Full book Database system Handbook 3rd edition by Muhammad Sharif.pdf
 
Complete book Database management systems Handbook 3rd edition by Muhammad Sh...
Complete book Database management systems Handbook 3rd edition by Muhammad Sh...Complete book Database management systems Handbook 3rd edition by Muhammad Sh...
Complete book Database management systems Handbook 3rd edition by Muhammad Sh...
 
Database systems Handbook by Muhammad Sharif.pdf
Database systems Handbook by Muhammad Sharif.pdfDatabase systems Handbook by Muhammad Sharif.pdf
Database systems Handbook by Muhammad Sharif.pdf
 
Database systems Handbook.pdf
Database systems Handbook.pdfDatabase systems Handbook.pdf
Database systems Handbook.pdf
 
Database systems Handbook.pdf
Database systems Handbook.pdfDatabase systems Handbook.pdf
Database systems Handbook.pdf
 
Database systems Handbook.pdf
Database systems Handbook.pdfDatabase systems Handbook.pdf
Database systems Handbook.pdf
 

Mehr von DATAVERSITY

The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
DATAVERSITY
 
Data Strategy Best Practices
Data Strategy Best PracticesData Strategy Best Practices
Data Strategy Best Practices
DATAVERSITY
 

Mehr von DATAVERSITY (20)

Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...
Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...
Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...
 
Data at the Speed of Business with Data Mastering and Governance
Data at the Speed of Business with Data Mastering and GovernanceData at the Speed of Business with Data Mastering and Governance
Data at the Speed of Business with Data Mastering and Governance
 
Exploring Levels of Data Literacy
Exploring Levels of Data LiteracyExploring Levels of Data Literacy
Exploring Levels of Data Literacy
 
Building a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business GoalsBuilding a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business Goals
 
Make Data Work for You
Make Data Work for YouMake Data Work for You
Make Data Work for You
 
Data Catalogs Are the Answer – What is the Question?
Data Catalogs Are the Answer – What is the Question?Data Catalogs Are the Answer – What is the Question?
Data Catalogs Are the Answer – What is the Question?
 
Data Catalogs Are the Answer – What Is the Question?
Data Catalogs Are the Answer – What Is the Question?Data Catalogs Are the Answer – What Is the Question?
Data Catalogs Are the Answer – What Is the Question?
 
Data Modeling Fundamentals
Data Modeling FundamentalsData Modeling Fundamentals
Data Modeling Fundamentals
 
Showing ROI for Your Analytic Project
Showing ROI for Your Analytic ProjectShowing ROI for Your Analytic Project
Showing ROI for Your Analytic Project
 
How a Semantic Layer Makes Data Mesh Work at Scale
How a Semantic Layer Makes  Data Mesh Work at ScaleHow a Semantic Layer Makes  Data Mesh Work at Scale
How a Semantic Layer Makes Data Mesh Work at Scale
 
Is Enterprise Data Literacy Possible?
Is Enterprise Data Literacy Possible?Is Enterprise Data Literacy Possible?
Is Enterprise Data Literacy Possible?
 
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
 
Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?
 
Data Governance Trends - A Look Backwards and Forwards
Data Governance Trends - A Look Backwards and ForwardsData Governance Trends - A Look Backwards and Forwards
Data Governance Trends - A Look Backwards and Forwards
 
Data Governance Trends and Best Practices To Implement Today
Data Governance Trends and Best Practices To Implement TodayData Governance Trends and Best Practices To Implement Today
Data Governance Trends and Best Practices To Implement Today
 
2023 Trends in Enterprise Analytics
2023 Trends in Enterprise Analytics2023 Trends in Enterprise Analytics
2023 Trends in Enterprise Analytics
 
Data Strategy Best Practices
Data Strategy Best PracticesData Strategy Best Practices
Data Strategy Best Practices
 
Who Should Own Data Governance – IT or Business?
Who Should Own Data Governance – IT or Business?Who Should Own Data Governance – IT or Business?
Who Should Own Data Governance – IT or Business?
 
Data Management Best Practices
Data Management Best PracticesData Management Best Practices
Data Management Best Practices
 
MLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive AdvantageMLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive Advantage
 

Kürzlich hochgeladen

Call Girl in Indore 8827247818 {Low Price}👉 Nitya Indore Call Girls * ITRG...
Call Girl in Indore 8827247818 {Low Price}👉   Nitya Indore Call Girls  * ITRG...Call Girl in Indore 8827247818 {Low Price}👉   Nitya Indore Call Girls  * ITRG...
Call Girl in Indore 8827247818 {Low Price}👉 Nitya Indore Call Girls * ITRG...
mahaiklolahd
 
surat Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
surat Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetsurat Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
surat Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Call Girls Chandigarh
 
Call Girls in Udaipur Girija Udaipur Call Girl ✔ VQRWTO ❤️ 100% offer with...
Call Girls in Udaipur  Girija  Udaipur Call Girl  ✔ VQRWTO ❤️ 100% offer with...Call Girls in Udaipur  Girija  Udaipur Call Girl  ✔ VQRWTO ❤️ 100% offer with...
Call Girls in Udaipur Girija Udaipur Call Girl ✔ VQRWTO ❤️ 100% offer with...
mahaiklolahd
 
Gorgeous Call Girls In Pune {9xx000xx09} ❤️VVIP ANKITA Call Girl in Pune Maha...
Gorgeous Call Girls In Pune {9xx000xx09} ❤️VVIP ANKITA Call Girl in Pune Maha...Gorgeous Call Girls In Pune {9xx000xx09} ❤️VVIP ANKITA Call Girl in Pune Maha...
Gorgeous Call Girls In Pune {9xx000xx09} ❤️VVIP ANKITA Call Girl in Pune Maha...
Sheetaleventcompany
 
Call Girls Service Chandigarh Sexy Video ❤️🍑 8511114078 👄🫦 Independent Escort...
Call Girls Service Chandigarh Sexy Video ❤️🍑 8511114078 👄🫦 Independent Escort...Call Girls Service Chandigarh Sexy Video ❤️🍑 8511114078 👄🫦 Independent Escort...
Call Girls Service Chandigarh Sexy Video ❤️🍑 8511114078 👄🫦 Independent Escort...
Sheetaleventcompany
 
👉Bangalore Call Girl Service👉📞 7304373326 👉📞 Just📲 Call Rajveer Call Girls Se...
👉Bangalore Call Girl Service👉📞 7304373326 👉📞 Just📲 Call Rajveer Call Girls Se...👉Bangalore Call Girl Service👉📞 7304373326 👉📞 Just📲 Call Rajveer Call Girls Se...
👉Bangalore Call Girl Service👉📞 7304373326 👉📞 Just📲 Call Rajveer Call Girls Se...
Sheetaleventcompany
 
Low Rate Call Girls Pune {9xx000xx09} ❤️VVIP NISHA Call Girls in Pune Maharas...
Low Rate Call Girls Pune {9xx000xx09} ❤️VVIP NISHA Call Girls in Pune Maharas...Low Rate Call Girls Pune {9xx000xx09} ❤️VVIP NISHA Call Girls in Pune Maharas...
Low Rate Call Girls Pune {9xx000xx09} ❤️VVIP NISHA Call Girls in Pune Maharas...
Sheetaleventcompany
 

Kürzlich hochgeladen (20)

Sexy Call Girl Kumbakonam Arshi 💚9058824046💚 Kumbakonam Escort Service
Sexy Call Girl Kumbakonam Arshi 💚9058824046💚 Kumbakonam Escort ServiceSexy Call Girl Kumbakonam Arshi 💚9058824046💚 Kumbakonam Escort Service
Sexy Call Girl Kumbakonam Arshi 💚9058824046💚 Kumbakonam Escort Service
 
AECS Layout Escorts (Bangalore) 9352852248 Women seeking Men Real Service
AECS Layout Escorts (Bangalore) 9352852248 Women seeking Men Real ServiceAECS Layout Escorts (Bangalore) 9352852248 Women seeking Men Real Service
AECS Layout Escorts (Bangalore) 9352852248 Women seeking Men Real Service
 
Independent Call Girls Service Chandigarh | 8868886958 | Call Girl Service Nu...
Independent Call Girls Service Chandigarh | 8868886958 | Call Girl Service Nu...Independent Call Girls Service Chandigarh | 8868886958 | Call Girl Service Nu...
Independent Call Girls Service Chandigarh | 8868886958 | Call Girl Service Nu...
 
Call Girl in Indore 8827247818 {Low Price}👉 Nitya Indore Call Girls * ITRG...
Call Girl in Indore 8827247818 {Low Price}👉   Nitya Indore Call Girls  * ITRG...Call Girl in Indore 8827247818 {Low Price}👉   Nitya Indore Call Girls  * ITRG...
Call Girl in Indore 8827247818 {Low Price}👉 Nitya Indore Call Girls * ITRG...
 
surat Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
surat Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetsurat Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
surat Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
💞 Safe And Secure Call Girls Coimbatore 🧿 9332606886 🧿 High Class Call Girl S...
💞 Safe And Secure Call Girls Coimbatore 🧿 9332606886 🧿 High Class Call Girl S...💞 Safe And Secure Call Girls Coimbatore 🧿 9332606886 🧿 High Class Call Girl S...
💞 Safe And Secure Call Girls Coimbatore 🧿 9332606886 🧿 High Class Call Girl S...
 
Budhwar Peth ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Budhwar Peth ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Budhwar Peth ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Budhwar Peth ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
 
Call Girls in Udaipur Girija Udaipur Call Girl ✔ VQRWTO ❤️ 100% offer with...
Call Girls in Udaipur  Girija  Udaipur Call Girl  ✔ VQRWTO ❤️ 100% offer with...Call Girls in Udaipur  Girija  Udaipur Call Girl  ✔ VQRWTO ❤️ 100% offer with...
Call Girls in Udaipur Girija Udaipur Call Girl ✔ VQRWTO ❤️ 100% offer with...
 
Dehradun Call Girls 8854095900 Call Girl in Dehradun Uttrakhand
Dehradun Call Girls 8854095900 Call Girl in Dehradun  UttrakhandDehradun Call Girls 8854095900 Call Girl in Dehradun  Uttrakhand
Dehradun Call Girls 8854095900 Call Girl in Dehradun Uttrakhand
 
(Big Boobs Indian Girls) 💓 9257276172 💓High Profile Call Girls Jaipur You Can...
(Big Boobs Indian Girls) 💓 9257276172 💓High Profile Call Girls Jaipur You Can...(Big Boobs Indian Girls) 💓 9257276172 💓High Profile Call Girls Jaipur You Can...
(Big Boobs Indian Girls) 💓 9257276172 💓High Profile Call Girls Jaipur You Can...
 
Gorgeous Call Girls In Pune {9xx000xx09} ❤️VVIP ANKITA Call Girl in Pune Maha...
Gorgeous Call Girls In Pune {9xx000xx09} ❤️VVIP ANKITA Call Girl in Pune Maha...Gorgeous Call Girls In Pune {9xx000xx09} ❤️VVIP ANKITA Call Girl in Pune Maha...
Gorgeous Call Girls In Pune {9xx000xx09} ❤️VVIP ANKITA Call Girl in Pune Maha...
 
Call Girls Service Chandigarh Sexy Video ❤️🍑 8511114078 👄🫦 Independent Escort...
Call Girls Service Chandigarh Sexy Video ❤️🍑 8511114078 👄🫦 Independent Escort...Call Girls Service Chandigarh Sexy Video ❤️🍑 8511114078 👄🫦 Independent Escort...
Call Girls Service Chandigarh Sexy Video ❤️🍑 8511114078 👄🫦 Independent Escort...
 
👉Bangalore Call Girl Service👉📞 7304373326 👉📞 Just📲 Call Rajveer Call Girls Se...
👉Bangalore Call Girl Service👉📞 7304373326 👉📞 Just📲 Call Rajveer Call Girls Se...👉Bangalore Call Girl Service👉📞 7304373326 👉📞 Just📲 Call Rajveer Call Girls Se...
👉Bangalore Call Girl Service👉📞 7304373326 👉📞 Just📲 Call Rajveer Call Girls Se...
 
Gorgeous Call Girls Mohali {7435815124} ❤️VVIP ANGEL Call Girls in Mohali Punjab
Gorgeous Call Girls Mohali {7435815124} ❤️VVIP ANGEL Call Girls in Mohali PunjabGorgeous Call Girls Mohali {7435815124} ❤️VVIP ANGEL Call Girls in Mohali Punjab
Gorgeous Call Girls Mohali {7435815124} ❤️VVIP ANGEL Call Girls in Mohali Punjab
 
Ludhiana Call Girls Service Just Call 6367187148 Top Class Call Girl Service ...
Ludhiana Call Girls Service Just Call 6367187148 Top Class Call Girl Service ...Ludhiana Call Girls Service Just Call 6367187148 Top Class Call Girl Service ...
Ludhiana Call Girls Service Just Call 6367187148 Top Class Call Girl Service ...
 
❤️Ludhiana Call Girls ☎️98157-77685☎️ Call Girl service in Ludhiana☎️Ludhiana...
❤️Ludhiana Call Girls ☎️98157-77685☎️ Call Girl service in Ludhiana☎️Ludhiana...❤️Ludhiana Call Girls ☎️98157-77685☎️ Call Girl service in Ludhiana☎️Ludhiana...
❤️Ludhiana Call Girls ☎️98157-77685☎️ Call Girl service in Ludhiana☎️Ludhiana...
 
2024 PCP #IMPerative Updates in Rheumatology
2024 PCP #IMPerative Updates in Rheumatology2024 PCP #IMPerative Updates in Rheumatology
2024 PCP #IMPerative Updates in Rheumatology
 
Kolkata Call Girls Miss Inaaya ❤️ at @30% discount Everyday Call girl
Kolkata Call Girls Miss Inaaya ❤️ at @30% discount Everyday Call girlKolkata Call Girls Miss Inaaya ❤️ at @30% discount Everyday Call girl
Kolkata Call Girls Miss Inaaya ❤️ at @30% discount Everyday Call girl
 
Sexy Call Girl Nagercoil Arshi 💚9058824046💚 Nagercoil Escort Service
Sexy Call Girl Nagercoil Arshi 💚9058824046💚 Nagercoil Escort ServiceSexy Call Girl Nagercoil Arshi 💚9058824046💚 Nagercoil Escort Service
Sexy Call Girl Nagercoil Arshi 💚9058824046💚 Nagercoil Escort Service
 
Low Rate Call Girls Pune {9xx000xx09} ❤️VVIP NISHA Call Girls in Pune Maharas...
Low Rate Call Girls Pune {9xx000xx09} ❤️VVIP NISHA Call Girls in Pune Maharas...Low Rate Call Girls Pune {9xx000xx09} ❤️VVIP NISHA Call Girls in Pune Maharas...
Low Rate Call Girls Pune {9xx000xx09} ❤️VVIP NISHA Call Girls in Pune Maharas...
 

Yosemite Project - Part 3 - Transformations for Integrating VA data with FHIR in RDF

  • 1. Rafael Richards MD MS 2014 Linked Vitals 1 Linked Vitals A Linked Data Translation Approach to Semantic Interoperability November 12, 2014 Dataversity Webinar Rafael M Richards MD MS Physician Informaticist Veterans Health Administratioan U.S. Department of Veterans Affairs
  • 2. Rafael Richards MD MS 2014 Linked Vitals 2 Problem Statement: General How does one semantically integrate data such as vital signs between different patient information systems?
  • 3. Rafael Richards MD MS 2014 Linked Vitals 3 Problem Statement: Specific How does one integrate vital sign data between VA VISTA electronic health record (EHR) system and a potential exchange partner using the HL7 FHIR standard? Language barriers to exchange
  • 4. Rafael Richards MD MS 2014 Linked Vitals 4 Approach: Linked Data Foundation One step towards minimizing data friction between systems is to provide common model-neutral expression language such as RDF. A common exchange language
  • 5. Rafael Richards MD MS 2014 Linked Vitals 5 Summary of Linked Data Translation Rule-based mapping Model alignment Vocabulary alignment Common syntax within model-neutral medium (Linked Data) Syntactic translation Fileman Semantic translation Source Data Integrated Data Different Syntax Different Models Different Vocabularies Common Syntax Common Model Common Vocabulary Common Meaning Syntax A Model A Vocabulary A Syntax B Model B Vocabulary B Neutral Model
  • 6. Rafael Richards MD MS 2014 Linked Vitals 6 VISTA: Overview • Veterans Information Systems and Technology Architecture • Information system of all VA hospitals • Foundation of several public healthcare systems – VA (VISTA): 1200+ care sites – DoD(CHCS): 900+ care sites – IHS (RPMS): 500+ care sites – NY State: 24 hospitals • Most familiar EHR in U.S. – Over 60% of U.S.-trained physicians have used VISTA • Open source – Deployed in many other settings in U.S. and internationally – Many developments by open source community
  • 7. Rafael Richards MD MS 2014 Linked Vitals 7 VISTA deployments in the U.S.
  • 8. Rafael Richards MD MS 2014 Linked Vitals 8 M VISTA is an integrated patient-centric EHR. The data architecture of VISTA consists of over150 applications for clinical care integrated within a single common multidimensional database (M DB). In VISTA both business logic (Applications) and data (Database) are managed with within the M data engine, which provides the tight integration of applications to each other and to shared data. The data flow and integration agreements between VISTA applications (outer ring) is visualized as blue lines. One Patient. One Database. All Apps. All Data. Integrated. VISTA: A Patient-Centric EHR
  • 9. Fileman: FM hierarchical-graph store Rafael Richards MD MS 2014 Linked Vitals 9 VISTA Data Model VISTA is based on a hybrid NoSQL database. Unlike some NoSQL stores, VISTA is schema-driven, not schema-less. Inside every VISTA is File Manager (Fileman), a hybrid hierarchal-graph data store, which is overlaid on top of the M multidimensional store. A comprehensive definition of the types of data stored in every VA FileMan represents the VA's Enterprise Data Model. With an exposed data model, VISTA’s native schema be rendered in a standard definition format and analyzed for use and improvement. A schema-flexible information model representation language that is fully machine-processable such as RDF provides such capability. M M: Multidimensional NoSQL data engine M
  • 10. Rafael Richards MD MS 2014 Linked Vitals VISTA’s native data model is comprised of hierarchical files and subfiles, each which addresses a specific M Global storage. 10 VISTA Data Model
  • 11. Rafael Richards MD MS 2014 Linked Vitals 11 VISTA Query: Fileman Query Language FMQL is the Fileman Query Language that leverages the native hierarchical-graph model of VISTA. This provides real-time web-based query access to the entirety of VistA’s data. This exposes the native hierarchical data model of Fileman in web standard forms including HTML, JSON, and RDF. HTML: Hypertext markup language (visual document markup) JSON: Javascript object notation (data serialization / packaging) RDF: Resource description framework (linked data / semantics) JSON-LD: JSON-like serialization of Linked Data (RDF)
  • 12. Rafael Richards MD MS 2014 Linked Vitals 12 VISTA Query: HTML output Fileman query of VistA for vital signs with output in HTML. HTML output: Human-readable
  • 13. Rafael Richards MD MS 2014 Linked Vitals 13 VISTA Query: RDF output Fileman query of VistA for vital signs with output in RDF. RDF output: Machine readable
  • 14. Rafael Richards MD MS 2014 Linked Vitals 14 Linked Data: What is it? The World Wide Web Consortium (W3C) standard for semantic information integration for the Internet of Data. HTML (hypertext markup language) For humans to exchange information RDF (resource description framework) For computers to exchange information Linked Documents (Document Web) Linked Data (Semantic Web) enables enables “The Semantic Web [Linked Data] provides a common framework that allows data to be shared and reused across application, enterprise, and community boundaries.” Tim Berners-Lee, MIT Professor and Inventor of the World Wide Web (HTML and RDF protocols)
  • 15. Linking media, geographic, publications, government, and life sciences…. Rafael Richards MD MS 2014 Linked Vitals Linked Data This represents over 300 linked data sources and databases, comprising billions of data elements and millions of semantic links. Each on of these circles represents a data source, which is semantically linked to other data sources, creating one virtual federated queryable web of data. Wikipedia is one of the resources converted to Linked Data, and is called DBpedia (center circle). 15 Linked Data and the Internet of Data Why not link healthcare?
  • 16. Rafael Richards MD MS 2014 Linked Vitals 16 VISTA Vitals in RDF 239 instances in the sample dataset
  • 17. Rafael Richards MD MS 2014 Linked Vitals 17 VISTA Vitals in RDF
  • 18. Rafael Richards MD MS 2014 Linked Vitals 18 FHIR: Native model • FHIR - Observation • XML model in XML Schema
  • 19. Rafael Richards MD MS 2014 Linked Vitals 19 FHIR in RDF Automated transformation from FHIR XML Schema - RDF
  • 20. Rafael Richards MD MS 2014 Linked Vitals 20 RDF Translation Rules options There are many options for RDF translation. For this case study we will use the SPARQL Inferencing Notation (SPIN) because it is a W3C standard.
  • 21. Rafael Richards MD MS 2014 Linked Vitals 21 SPIN: SPARQL rules language http://spinrdf.org/spin-architecture.html
  • 22. Rafael Richards MD MS 2014 Linked Vitals 22 SPINMap: Data mapping rules engine
  • 23. Rafael Richards MD MS 2014 Linked Vitals 23 SPINMap: Data mapping rules engine Motivation: – Simplifies mappings between different models Key Features: – Creates executable transformations
  • 24. Rafael Richards MD MS 2014 Linked Vitals 24 SPINMap: Field mapping with rules Easier to create deep nested structures in the target
  • 25. Rafael Richards MD MS 2014 Linked Vitals 25 SPINMap: Rules for LOINC terminology
  • 26. Rafael Richards MD MS 2014 Linked Vitals 26 SPINMap Output: Linked Vitals Same As
  • 27. Rafael Richards MD MS 2014 Linked Vitals 27 Summary of Translation Approach Rule-based mapping Model alignment Vocabulary alignment Common syntax within model-flexible medium (Linked Data) Syntactic alignment Fileman Semantic alignment Source Data Integrated Data Different Syntax Different Models Different Vocabularies Common Syntax Common Model Common Vocabulary Common Meaning Syntax A Model A Vocabulary A Syntax B Model B Vocabulary B Neutral Model
  • 28. Rafael Richards MD MS 2014 Linked Vitals 28 Linked Vitals: A step towards Linked Health
  • 29. Rafael Richards MD MS 2014 Linked Vitals 29 In the works.. Web-based automation of semantic alignment
  • 30. Rafael Richards MD MS 2014 Linked Vitals 30 VISTA-FHIR web-based translation The VISTA– FHIR prototype is a web-based application built with TopBraid and Semantic Web Page technology. The application demonstrates semantic data integration of VistA records and FHIR records. The control bar shows the steps in the demonstration Sub-steps are shown as buttons. An “Explain” button is provided for each sub-step. The number of vital signs records are shown across all patients in the dataset