SMART-on-FHIR Genomics: Enabling Precision Medicine by Bridging Clinical and Genomic Information
|
|
|
- Melanie Barker
- 10 years ago
- Views:
Transcription
1 SMART-on-FHIR Genomics: Enabling Precision Medicine by Bridging Clinical and Genomic Information Presented by: Gil Alterovitz Assistant Professor, Harvard Medical School and Computational Health Informatics Program, Boston Children's Hospital FHIR and the FHIR Icon are trademarks of HL7, Inc. (
2 Today s Presentation The Problem: How to enable Precision Medicine at point of care. Clinical Genomic Apps for EMRs Precision Cancer Medicine SMART on FHIR/FHIR/GA4GH Precision Medicine SMART on FHIR 2.1+ Use Cases 2
3
4
5 DB (Diabetes Bear) EMR App Alterovitz & Yang Precision Cancer Medicine (PCM) App Warner & Alterovitz Genomics Advisor App Alterovitz & Zhang 5
6 Genomic Sequence/Lab Tests SMART Server SMART+FHIR+G A4GH SMART on FHIR GA4GH SMART on FHIR Genomic Datasets Electronic Medical Record (Clinical and Genomic) 6
7 Genomics Advisor App Problem EMR apps only include clinical information, but genomics can add complementary information about risk of disease, drug susceptibility, and related conditions Solution Create a module that can be integrated into disease-specific apps. Features Present relative risks of diseases based on patient's genotype. 7
8 SMART on FHIR SMART Clinical server SMART Genomic server Call variantset, readgroupset Reads, Variant info Google Genomics (Ga4gh) Get /Patient Get /Medication Get /Observation Clinical data Genetic data Get /Sequence Get /DiagnosticReport? profile=genetics Get /callset Genomics Advisor 8
9 Genomics Advisor Integrated with Ga4gh and 1KGP 9
10 Precision Cancer Medicine (PCM) Problem Many rare somatic mutations needs to be taken into account for cancer prognostics Precision Cancer Medicine PCM App Solution ipad app for clinicians to compare patient variations with those of population on site. Features View variants of patient and population Planned Bayesian updates on stats In-app comparison of patient-based prognostics for different drugs 10
11 SMART FHIR GA4GH 11
12 SMART Target: Developers, Clinicians/patients as endusers. Use: Access and search patient clinical, genomic records, and genomics datasets/repositories. FHIR GA4GH 12
13 SMART FHIR Target: Clinicians, Hospital IT Professionals Use: Standard for access and search GA4GH of patient clinical and genomic records 13
14 Target: Genomic researchers, others. Use: Standard SMART to share genomic data for research/development. FHIR GA4GH 14
15 FHIR - Genomics integrated Details directly into clinical model. - Genomics as a profile on top of Observation resource - Sequence and nonsequence based genomic tests - Genomics GA4GH adopted in FHIR DSTU Uses current standards SMART 15
16 Details FHIR SMART - FHIR Profiles - Alignment (e.g. MU 2.0) - Patient record scope/ authentication - Single sign-on layer - UI Integration Layer (Launch within EHR) - Integrates GA4GH and FHIR Genomics - Provides genomic data shadowing/constraints/ma ppings GA4GH 16
17 FHIR Genomics Development Observation Resource Sequence + Observation Resources Jan 2014 Sep 2015 Dec 2015? 2016? DSTU1 DSTU2 DSTU2.1+ Normative 17
18 FHIR Genomics + SMART on FHIR Sep 2015 Recommendation FHIR could be included as an emerging standard 4, especially for transport of data. Argonaut may provide opportunities to advance. Sample uses of FHIR: authorization; genetics, family health history, build on current work on SMART on FHIR Genomics 1 Actions to Advance Apply accelerators (e.g., S&I Initiative, pilot project, policy guidance) to existing standards by ONC Recommendation 2016 PMI S&I: Additional ONC investment in pilots of FHIR for PMI research/individual data donation use case Actions to Advance Apply accelerators (e.g., S&I Initiative, pilot project, policy guidance) to existing standards by ONC 18
19 Preparing For Precision Medicine Omics Data High-dimensional Different format Different ways to interpret New data in the future Representation Storage Analysis? 19
20 20 SMART on FHIR Genomics and GA4GH Standard Genetics Profile: AssessedCondition, familymemberhistory Diagnostic Report Subject, Order result result result DiagnosticOrdergenetics: Subject, orderer Items Observation-genetics: Subject, performer, device, specimen,.. Genetics and sequence pointer Clinical data Genetics data Clinical data Genetics data
21 SMART on FHIR Genomics and GA4GH Genetic Profile: Assessed Condition Family Member History Atomic result Observation: clinic info, knowledgebased analysis, variant Diagnostic Report result result result Variant info in ga4gh Sequence Other info not in ga4gh Read info (coordinate, name, id) (species, source, etc) SMART on FHIR Genomics Ga4gh variant info Ga4gh read group Ga4gh 21
22 Integrated into Clinical Data Model and Workflow DiagnosticReport 1 Clinical context 1: condition, patient, Observation 1 Observation 2 Observation 3 Clinic info 1 Clinic info 2 Clinic info 3 Sequence 1 Sequence 2 Sequence 3 22
23 Sequence Resource Single variant and key elements or a sequence Cross references to GA4GH Extensible to future omics 23
24 Sequence Resource GA4GH full sequence links callset 1 sample Variant call genotype determination for 1 variant Variant info Read group collections of reads produced by a sequencer Search Reads: Read group set ID, start,end GA4GH API: etc. 24
25 Examples for component.code Observation Resource 25
26 Example for Observation resource - Somatic mutation 26
27 Example for Sequence resource - EGFR mutation 27
28 Domain Analysis Model (DAM) Use Cases, Release 2 1. Specimen Identification 2. Clinical Sequencing (Germline) 3. Cancer Profiling (Somatic) 4. CDS (Family History and Drug Dosage Calculator) 5. Public Health Reporting 6. Clinical and Research Data Warehouses 28
29 DAM Case 1 Specimen Identification Explore antibacterial drug resistance over time (non-patient DNA) Get references to all DNA sequences of tuberculosis bacteria (SNOMED code: ) from given patient: GET /Observation? value-reference.species= & subject=123 29
30 DAM Case 1 Search results: <Bundle> <entry> <resource> <Observation> <id value= o1 /> <subject> <reference value= 123 /> </subject> <valuereference> <reference value= s1 /> </valuereference> </Observation> </resource> </entry> </Bundle> <Sequence> <id value="s1"/>... <species> <coding> <system value=" <code value=" "/> <display value="tuberculosis bacteria"/> </coding> </species> </Sequence> 30
31 Family History Genetics Search Results 31
32 Family History Genetics Search Results <Observation> <status value="final"/> <code> <coding> <system value=" <code value=" "/> <display value="genetic analysis master panel"/> </coding> </code> <subject> <reference value="patient/example"/> <display value="peter James Chalmers(MRN: 12345)"/> </subject> <issued value=" t15:30:10+01:00"/> <method> <coding> <system value=" <code value="gtr "/> <display value="bracanalysis CDx Offered by Myriad Genetic Laboratories, Inc"/> </coding> </method> </Observation> 32
33 Family History Genetics Search Results <DiagnosticReport> <id value= dl > <subject value= mrn12345 > <extension url= ory/> <valuereference> <reference value= f1 /> </valuereference> </extension> </DiagnosticReport> <DiagnosticReport> <id value= d2 > <subject value= mrn23456 > <result value= 111 > </DiagnosticReport> Genetic test Report for Peter James Chalmers (MRN: 12345) <FamilyMemberHistory> <id value= fl > <relationship value= mother > <extension url= /> <valuereference> <reference value= d2 /> </valuereference> </extension> </FamilyMemberHistory> Genetic test Report for the mother of Peter James Chalmers (MRN: 12345) 33
34 Desiderata For Improved Clinical-Genomics Apps FHIR for clinical omics Concise & consistency over diverse data resources Focus on relevance to clinical-genomic apps Leverages GA4GH research models for translation 34
35 FHIR Genomics Connectathon January Orlando FHIR Genomics use cases Experts meet with teams beforehand or available inperson/video conferencing/skype at event. Develop apps and put completed ones in gallery 35
36 Ver. 2.1 Staging URLs Sequence Resource Standard Profile for Genetics Standard Profile for Family Member History Genetics 36
37 Other Links FHIR Clinical Genomics (DSTU 2) GA4GH Clinical Working Group JAMIA Paper on SMART Genomics/FHIR DSTU g SMART Genomics (direct link) SMART Platform 37
38 People SMART on FHIR Ken Mandl, Isaac Kohane, Rachel Ramoni, Josh Mandel, David Kreda... SMART on FHIR Genomics Gil Alterovitz, Yao Hemming, Tom Chen, Peijin Zhang... HL7 WGM Atlanta 08Oct
39 Gil Alterovitz HL7 WGM 02Nov
Enhancing Functionality of EHRs for Genomic Research, Including E- Phenotying, Integrating Genomic Data, Transportable CDS, Privacy Threats
Enhancing Functionality of EHRs for Genomic Research, Including E- Phenotying, Integrating Genomic Data, Transportable CDS, Privacy Threats Genomic Medicine 8 meeting Alexa McCray Christopher G Chute Rex
Setting the World on FHIR
Setting the World on FHIR W. Ed Hammond. Ph.D., FACMI, FAIMBE, FIMIA, FHL7 Director, Duke Center for Health Informatics Director, Applied Informatics Research, DHTS Director of Academic Affairs, MMCi Program
Integration of genomic data into electronic health records
Integration of genomic data into electronic health records Daniel Masys, MD Affiliate Professor Biomedical & Health Informatics University of Washington, Seattle Major portion of today s lecture is based
Integration of Genetic and Familial Data into. Electronic Medical Records and Healthcare Processes
Integration of Genetic and Familial Data into Electronic Medical Records and Healthcare Processes By Thomas Kmiecik and Dale Sanders February 2, 2009 Introduction Although our health is certainly impacted
Genomics and the EHR. Mark Hoffman, Ph.D. Vice President Research Solutions Cerner Corporation
Genomics and the EHR Mark Hoffman, Ph.D. Vice President Research Solutions Cerner Corporation Overview EHR from Commercial Perspective What can be done TODAY? What could be done TOMORROW? What are some
@mandl. Bringing Big Data to the Point of Care by Creating the App Store for Health
Bringing Big Data to the Point of Care by Creating the App Store for Health @mandl Kenneth D. Mandl, MD, MPH Professor, Harvard Medical School Director, Boston Children s Hospital Computational Health
Global Alliance. Ewan Birney Associate Director EMBL-EBI
Global Alliance Ewan Birney Associate Director EMBL-EBI Our world is changing Research to Medical Research English as language Lightweight legal Identical/similar systems Open data Publications Grant-funding
#Aim2Innovate. Share session insights and questions socially. Genomics, Precision Medicine and the EHR 6/17/2015
Genomics, Precision Medicine and the EHR Making Genomics part of everyday practice Andrew Ury, M.D. CEO and founder, ActX, Inc. June 17, 2015 DISCLAIMER: The views and opinions expressed in this presentation
The 100,000 genomes project
The 100,000 genomes project Tim Hubbard @timjph Genomics England King s College London, King s Health Partners Wellcome Trust Sanger Institute ClinGen / Decipher Washington DC, 26 th May 2015 The 100,000
EMR and ehr Together for patients and providers. ehealth Conference October 3-4, 2014
EMR and ehr Together for patients and providers ehealth Conference October 3-4, 2014 DISCLOSURES: Commercial Interests NONE Susan Antosh is CEO of ehealth Saskatchewan Vision: Empowering Patients, Enabling
> Semantic Web Use Cases and Case Studies
> Semantic Web Use Cases and Case Studies Case Study: Applied Semantic Knowledgebase for Detection of Patients at Risk of Organ Failure through Immune Rejection Robert Stanley 1, Bruce McManus 2, Raymond
SMART on FHIR Open Platform
Visit us at HIMSS 15 Interoperability Showcase Booth #2084-185 smarthealthit.org SMART on FHIR Open Platform A Technology Specification for Substitutable Medical Apps White Paper HIMSS 2015 SMART on FHIR
Genomics and Health Data Standards: Lessons from the Past and Present for a Genome-enabled Future
Genomics and Health Data Standards: Lessons from the Past and Present for a Genome-enabled Future Daniel Masys, MD Professor and Chair Department of Biomedical Informatics Professor of Medicine Vanderbilt
Structured Data Capture (SDC) Initiative
Structured Data Capture (SDC) Initiative Overview for the S.M.A.R.T. Informatics Think Tank Evelyn Gallego-Haag, MBA, CPHIMS Initiative Coordinator [email protected] Title Introduction Background
Lessons from the Stanford HIV Drug Resistance Database
1 Lessons from the Stanford HIV Drug Resistance Database Bob Shafer, MD Department of Medicine and by Courtesy Pathology (Infectious Diseases) Stanford University Outline 2 Goals and rationale for HIVDB
Use Cases for Argonaut Project. Version 1.1
Page 1 Use Cases for Argonaut Project Version 1.1 July 31, 2015 Page 2 Revision History Date Version Number Summary of Changes 7/31/15 V 1.1 Modifications to use case 5, responsive to needs for clarification
Data Sharing Initiative: International Cancer Genome Consortium
Data Sharing Initiative: International Cancer Genome Consortium Tom Hudson, MD President and Scientific Director Ontario Institute for Cancer Research 1 Sharing Data Sharing BIG Genome Initiative: DATA
HL7 Clinical Genomics and Structured Documents Work Groups
HL7 Clinical Genomics and Structured Documents Work Groups CDA Implementation Guide: Genetic Testing Report (GTR) Amnon Shabo (Shvo), PhD [email protected] HL7 Clinical Genomics WG Co-chair and Modeling
Big Data Analytics Driving Healthcare Transformation
Big Data Analytics Driving Healthcare Transformation Greg Caressi SVP Healthcare & Life Sciences November, 2014 Six Big Themes for the New Healthcare Economy Themes Modernizing Care Delivery Clinical practice
Integrating Genetic Data into Clinical Workflow with Clinical Decision Support Apps
White Paper Healthcare Integrating Genetic Data into Clinical Workflow with Clinical Decision Support Apps Executive Summary The Transformation Lab at Intermountain Healthcare in Salt Lake City, Utah,
The Healthcare Services Platform Consortium
The Healthcare Services Platform Consortium JULY 31, 2014 STANLEY M. HUFF, MD CHIEF MEDICAL INFORMATICS OFFICER INTERMOUNTAIN HEALTHCARE Suggested National Strategy Develop truly interoperable data services
CollabRx, Inc. (NasdaqCM: CLRX) Southern California Investor Conference August 8, 2013. Informing Next Generation Healthcare
CollabRx, Inc. (NasdaqCM: CLRX) Southern California Investor Conference August 8, 2013 Informing Next Generation Healthcare Safe Harbor This presentation and the accompanying commentary include forward-looking
Worldwide Collaborations in Molecular Profiling
Worldwide Collaborations in Molecular Profiling Lillian L. Siu, MD Director, Phase I Program and Cancer Genomics Program Princess Margaret Cancer Centre Lillian Siu, MD Contracted Research: Novartis, Pfizer,
Structured Data Capture (SDC) The Use of Structured Data Capture for Clinical Research
Structured Data Capture (SDC) The Use of Structured Data Capture for Clinical Research July 2015 S&I Initiative Coordinator: Ed Hammond HHS/ONC Sponsor: Farrah Darbouze SDC Overview Launched in 2013 in
Presenting data: how to convey information most effectively Centre of Research Excellence in Patient Safety 20 Feb 2015
Presenting data: how to convey information most effectively Centre of Research Excellence in Patient Safety 20 Feb 2015 Biomedical Informatics: helping visualization from molecules to population Dr. Guillermo
Introduction of ehr Application. Ellen TONG, Dep SHI(eHR & SCP) Hospital Authority of Hong Kong
Introduction of ehr Application Ellen TONG, Dep SHI(eHR & SCP) Hospital Authority of Hong Kong Background Public consultation done on health-care system reform in 2008 & proposed to develop ehr sharing
Vision for the Cohort and the Precision Medicine Initiative Francis S. Collins, M.D., Ph.D. Director, National Institutes of Health Precision
Vision for the Cohort and the Precision Medicine Initiative Francis S. Collins, M.D., Ph.D. Director, National Institutes of Health Precision Medicine Initiative: Building a Large U.S. Research Cohort
Bench to Bedside Clinical Decision Support:
Bench to Bedside Clinical Decision Support: The Role of Semantic Web Technologies in Clinical and Translational Medicine Tonya Hongsermeier, MD, MBA Corporate Manager, Clinical Knowledge Management and
Personalized medicine in China s healthcare system
Personalized medicine in China s healthcare system Jingmin Kan, Sam Linsen Netherlands office for Science and Technology, Guangzhou and Shanghai, China Content PERSONALIZED MEDICINE 2 FOCUS AT THE INDIVIDUAL
Digital Health: Catapulting Personalised Medicine Forward STRATIFIED MEDICINE
Digital Health: Catapulting Personalised Medicine Forward STRATIFIED MEDICINE CRUK Stratified Medicine Initiative Somatic mutation testing for prediction of treatment response in patients with solid tumours:
Managing and Conducting Biomedical Research on the Cloud Prasad Patil
Managing and Conducting Biomedical Research on the Cloud Prasad Patil Laboratory for Personalized Medicine Center for Biomedical Informatics Harvard Medical School SaaS & PaaS gmail google docs app engine
Workshop on Establishing a Central Resource of Data from Genome Sequencing Projects
Report on the Workshop on Establishing a Central Resource of Data from Genome Sequencing Projects Background and Goals of the Workshop June 5 6, 2012 The use of genome sequencing in human research is growing
The Future of the Electronic Health Record. Gerry Higgins, Ph.D., Johns Hopkins
The Future of the Electronic Health Record Gerry Higgins, Ph.D., Johns Hopkins Topics to be covered Near Term Opportunities: Commercial, Usability, Unification of different applications. OMICS : The patient
HEALTHCARE DOES HADOOP: AN ACADEMIC MEDICAL CENTER S FIVE-YEAR JOURNEY. Charles Boicey, MS, RN-BC, CPHIMS Chief Innovation Officer Clearsense
HEALTHCARE DOES HADOOP: AN ACADEMIC MEDICAL CENTER S FIVE-YEAR JOURNEY Charles Boicey, MS, RN-BC, CPHIMS Chief Innovation Officer Clearsense The doctor of the future will give no medicine, but instead
Delivering the power of the world s most successful genomics platform
Delivering the power of the world s most successful genomics platform NextCODE Health is bringing the full power of the world s largest and most successful genomics platform to everyday clinical care NextCODE
Request for Applications. Sharing Big Data for Health Care Innovation: Advancing the Objectives of the Global Alliance for Genomics and Health
1. Overview Request for Applications Sharing Big Data for Health Care Innovation: Advancing the Objectives of the Global Alliance for Genomics and Health In order for Canada to take full advantage of the
Personalized Medicine: Humanity s Ultimate Big Data Challenge. Rob Fassett, MD Chief Medical Informatics Officer Oracle Health Sciences
Personalized Medicine: Humanity s Ultimate Big Data Challenge Rob Fassett, MD Chief Medical Informatics Officer Oracle Health Sciences 2012 Oracle Corporation Proprietary and Confidential 2 3 Humanity
How To Write An Ehr Blueprint
A Blueprint for Digital Health Beyond the EHR Presented by: Ron Parker Group Director Emerging Technologies Canada Health Infoway Inc. ehealth 2014 June 4, 2014 The EHRS Blueprint The EHR Solutions (EHRS)
Information Exchange and Data Transformation (INFORMED) Initiative
Information Exchange and Data Transformation (INFORMED) Initiative Sean Khozin, MD, MPH Senior Medical Officer Office of Hematology and Oncology Products (OHOP) Food and Drug Administration (FDA) The opinions
How Can Institutions Foster OMICS Research While Protecting Patients?
IOM Workshop on the Review of Omics-Based Tests for Predicting Patient Outcomes in Clinical Trials How Can Institutions Foster OMICS Research While Protecting Patients? E. Albert Reece, MD, PhD, MBA Vice
Dr. Rob Donald - Curriculum Vitae. Email: [email protected], Web: http://www.statsresearch.co.uk Mob: 07780 650 910
Dr. Rob Donald - Curriculum Vitae Email: [email protected], Web: http://www.statsresearch.co.uk Mob: 07780 650 910 Profile Data Scientist, Systems and Data Analyst In my current role I am a senior
A leader in the development and application of information technology to prevent and treat disease.
A leader in the development and application of information technology to prevent and treat disease. About MOLECULAR HEALTH Molecular Health was founded in 2004 with the vision of changing healthcare. Today
Clinical and research data integration: the i2b2 FSM experience
Clinical and research data integration: the i2b2 FSM experience Laboratory of Biomedical Informatics for Clinical Research Fondazione Salvatore Maugeri - FSM - Hospital, Pavia, italy Laboratory of Biomedical
Developing VA GDx: An Informatics Platform to Capture and Integrate Genetic Diagnostic Testing Data into the VA Electronic Medical Record
Developing VA GDx: An Informatics Platform to Capture and Integrate Genetic Diagnostic Testing Data into the VA Electronic Medical Record Scott L. DuVall Jun 27, 2014 1 Julie Lynch Vickie Venne Dawn Provenzale
Three data delivery cases for EMBL- EBI s Embassy. Guy Cochrane www.ebi.ac.uk
Three data delivery cases for EMBL- EBI s Embassy Guy Cochrane www.ebi.ac.uk EMBL European Bioinformatics Institute Genes, genomes & variation European Nucleotide Archive 1000 Genomes Ensembl Ensembl Genomes
Find the signal in the noise
Find the signal in the noise Electronic Health Records: The challenge The adoption of Electronic Health Records (EHRs) in the USA is rapidly increasing, due to the Health Information Technology and Clinical
OpenCB a next generation big data analytics and visualisation platform for the Omics revolution
OpenCB a next generation big data analytics and visualisation platform for the Omics revolution Development at the University of Cambridge - Closing the Omics / Moore s law gap with Dell & Intel Ignacio
Electronic Medical Records and Genomics: Possibilities, Realities, Ethical Issues to Consider
Electronic Medical Records and Genomics: Possibilities, Realities, Ethical Issues to Consider Daniel Masys, M.D. Affiliate Professor Biomedical and Health Informatics University of Washington, Seattle
Creating a national electronic health record: The Canada Health Infoway experience
Creating a national electronic health record: The Canada Health Infoway experience Presentation by Dennis Giokas Chief Technology Officer, Canada Health Infoway October 11, 2007 Overview The need for EHR
The EHR Agenda in Canada
The EHR Agenda in Canada IHE Workshop June 28, 2005 Dennis Giokas, Chief Technology Officer Agenda Background on Canadian Healthcare System About Canada Health Infoway Interoperable EHR Solution Definitions
Building open source safety-critical medical device platforms and Meaningful Use EHR gateways
Building open source safety-critical medical device platforms and Meaningful Use EHR gateways Inherent connectivity creates significant opportunities in medical science Who is Shahid? 20+ years of software
i2b2 Clinical Research Chart
i2b2 Clinical Research Chart Shawn Murphy MD, Ph.D. Griffin Weber MD, Ph.D. Michael Mendis Andrew McMurry Vivian Gainer MS Lori Phillips MS Rajesh Kuttan Wensong Pan MS Henry Chueh MD Susanne Churchill
An Essential Ingredient for a Successful ACO: The Clinical Knowledge Exchange
An Essential Ingredient for a Successful ACO: The Clinical Knowledge Exchange Jonathan Everett Director, Health Information Technology Chinese Community Health Care Association Darren Schulte, MD, MPP
Open-Source Clinical Decision Support Models
Open-Source Clinical Decision Support Models December 2, 2011 NHGRI Workshop on Characterizing and Displaying Genetic Variants for Clinical Action, Gaithersburg, Maryland Kensaku Kawamoto, MD, PhD Director,
Enabling the Health Continuum with Informatics. Jeroen Tas Healthcare Informatics.Solutions.Services
Enabling the Health Continuum with Informatics Jeroen Tas Healthcare Informatics.Solutions.Services The changing global healthcare landscape requires a fundamentally different informatics approach Enabling
Managing customer entitlement with Adobe Digital Publishing Suite
Managing customer entitlement with Adobe Digital Publishing Suite Accelerate digital readership by making content easily accessible to existing users and customers Table of contents 1: Overview of Adobe
MCB 4934: Introduction to Genetics and Genomics in Health Care Section 125D Fall 2012 2 Credits
MCB 4934: Introduction to Genetics and Genomics in Health Care Section 125D Fall 2012 2 Credits Instructor Dr. Jennifer Drew Microbiology & Cell Science [email protected] Skype username: jennifercdrew I am
medexter clinical decision support
medexter Arden Syntax training course Klaus-Peter Adlassnig and Karsten Fehre Medexter Healthcare Borschkegasse 7/5 A-1090 Vienna www.medexter.com Arden Syntax training course, Vienna, 17 June 2015 Computers
Open Platform. Clinical Portal. Provider Mobile. Orion Health. Rhapsody Integration Engine. RAD LAB PAYER Rx
Open Platform Provider Mobile Clinical Portal Engage Portal Allegro PRIVACY EMR Connect Amadeus Big Data Engine Data Processing Pipeline PAYER CLINICAL CONSUMER CUSTOM Open APIs EMPI TERMINOLOGY SERVICES
Adding Management. www.starlims.com
Adding Management to Your LIS Given the dynamic nature of their operations, today s clinical laboratories need to be nimble and agile. They need to cope with ever changing requirements brought about by
BIOINF 525 Winter 2016 Foundations of Bioinformatics and Systems Biology http://tinyurl.com/bioinf525-w16
Course Director: Dr. Barry Grant (DCM&B, [email protected]) Description: This is a three module course covering (1) Foundations of Bioinformatics, (2) Statistics in Bioinformatics, and (3) Systems
Adoption of HL7 Standards in Taiwan
Adoption of HL7 Standards in Taiwan Chien-Tsai Liu Professor, Taipei Medical University Board of Directors, HL7 Taiwan IHIC 2009, May 8-9, Kyoto, Japan BACKGROUND The Overview of health informatics projects
Pathology Informatics Summit
Pathology Informatics Summit Pathology Information Systems in Genomic Medicine May 5 th, 2015 Lynn Bry, MD, PhD Director, Center for Metagenomics and Crimson Core Associate Professor, Harvard Medical School
Health Information Technology and the National Quality Agenda. Daphne Ayn Bascom, MD PhD Chief Clinical Systems Officer Medical Operations
Health Information Technology and the National Quality Agenda Daphne Ayn Bascom, MD PhD Chief Clinical Systems Officer Medical Operations Institute of Medicine Definition of Quality "The degree to which
The Spectrum of Biomedical Informatics and the UAB Informatics Institute
The Spectrum of Biomedical Informatics and the UAB Informatics Institute Molecular and Cellular Pathology Seminar September 22, 2015 James J. Cimino, MD Director, Informatics Institute University of Alabama
School of Nursing. Presented by Yvette Conley, PhD
Presented by Yvette Conley, PhD What we will cover during this webcast: Briefly discuss the approaches introduced in the paper: Genome Sequencing Genome Wide Association Studies Epigenomics Gene Expression
Analytic-Driven Quality Keys Success in Risk-Based Contracts. Ross Gustafson, Vice President Allina Performance Resources, Health Catalyst
Analytic-Driven Quality Keys Success in Risk-Based Contracts March 2 nd, 2016 Ross Gustafson, Vice President Allina Performance Resources, Health Catalyst Brian Rice, Vice President Network/ACO Integration,
European Genome-phenome Archive database of human data consented for use in biomedical research at the European Bioinformatics Institute
European Genome-phenome Archive database of human data consented for use in biomedical research at the European Bioinformatics Institute Justin Paschall Team Leader Genetic Variation / EGA ! European Genome-phenome
THE EHR4CR PLATFORM AND SERVICES
THE EHR4CR PLATFORM AND SERVICES Brecht Claerhout Custodix Electronic Health Records for Clinical Research 108 Background CV Ageing Population COPD Asthma Diabetes HIV/ AIDS Mental disorders Cancer 1993-1997
Leading Genomics. Diagnostic. Discove. Collab. harma. Shanghai Cambridge, MA Reykjavik
Leading Genomics Diagnostic harma Discove Collab Shanghai Cambridge, MA Reykjavik Global leadership for using the genome to create better medicine WuXi NextCODE provides a uniquely proven and integrated
UMA in Health Care: Providing Patient Control or Creating Chaos?
SESSION ID: IDY-F03 UMA in Health Care: Providing Patient Control or Creating Chaos? David Staggs JD, CISSP Technologist / IP Attorney Staggs PLLC UMA Value Proposition User Managed Access (UMA) brings
IMPLEMENTING BIG DATA IN TODAY S HEALTH CARE PRAXIS: A CONUNDRUM TO PATIENTS, CAREGIVERS AND OTHER STAKEHOLDERS - WHAT IS THE VALUE AND WHO PAYS
IMPLEMENTING BIG DATA IN TODAY S HEALTH CARE PRAXIS: A CONUNDRUM TO PATIENTS, CAREGIVERS AND OTHER STAKEHOLDERS - WHAT IS THE VALUE AND WHO PAYS 29 OCTOBER 2015 DR. DIRK J. EVERS BACKGROUND TreatmentMAP
Meaningful use. Meaningful data. Meaningful care. The 3M Healthcare Data Dictionary: Standardizing lab data to LOINC for meaningful use
Meaningful use. Meaningful data. Meaningful care. The 3M Healthcare Data Dictionary: Standardizing lab data to LOINC for meaningful use Executive summary By using standard terminologies to report on core
International HL7 Interoperability Conference - IHIC 2010
International HL7 Interoperability Conference - IHIC 2010 National ehealth Initiatives: Global Health Information Technology Standards Serving Local Needs Building Interoperability across many localities
Informatics Domain Task Force (idtf) CTSA PI Meeting 02/04/2015
Informatics Domain Task Force (idtf) CTSA PI Meeting 02/04/2015 Informatics Domain Task Force (idtf) Lead Team Paul Harris, Vanderbilt University Medical Center, (co-chair) Steven Reis, University of Pittsburgh
HL7 FHIR for Executives
HL7 FHIR for Executives Summary The FHIR (Fast Healthcare Interoperable Resources, pronounced fire ) standard is created by HL7. It supports the exchange of data between software applications in healthcare,
