PCORI Methodology Standards: Academic Curriculum Patient-Centered Outcomes Research Institute. All Rights Reserved.

Size: px
Start display at page:

Download "PCORI Methodology Standards: Academic Curriculum Patient-Centered Outcomes Research Institute. All Rights Reserved."

Transcription

1 PCORI Methodology Standards: Academic Curriculum 2016 Patient-Centered Outcomes Research Institute. All Rights Reserved.

2 Module 5: Architecture for Data Networks Category 7: Data Networks as Research-Facilitating Structures Prepared by Hadi Kharrazi, MD, PhD Dan Ford, MD, MPH Presented by Hadi Kharrazi, MD, PhD

3 Data Network Methodology Standards Mapping With Content DN-1 (requirements for the design and features of data networks) is discussed in Modules 3, 4, 5, 6, and 7 A. Data Integration Strategy Module 4 B. Risk Assessment Strategy Module 6 C. Identity Management and Authentication of Individual Researchers Module 6 D. Intellectual Property Policies Module 7 E. Standardized Terminology Encoding of Data Content Module 4 F. Metadata Annotation of Data Content Module 4 G. Common Data Model Module 5 DN-2 (selection and use of data networks) is discussed in Modules 8 and 9 4

4 Data Networks Architectures: Basics Most networks begin with basic components: A system for data sharing, Governance practices and policies for data use, and A shared strategy for integrating data from multiple sources Source: Ohno-Machado, L., et al. (2012). Standards in the Use of Collaborative or Distributed Data Networks in Patient Centered Outcomes Research. Available at: Accessed August 27,

5 Data Networks Architectures: Basics These criteria can effectively be met with unsophisticated technical methods such as IRB [institutional review board] managed governance, encrypted or SFTP [secure file transfer protocol] for data sharing, and manual, incremental management of data models for each additional analytic purpose. However, at the minimum, these methods should adhere to security and data protection practices that are reusable. In the realm of security, data access should be controlled with an authentication process; for example an intermediate storage should not result in transfer of data ownership (as it does with services such as Gmail or Dropbox); and the storage medium should not be vulnerable to theft or loss (as in media mailed via the U.S. Postal Service). Source: Ohno-Machado, L., et al. (2012). Standards in the Use of Collaborative or Distributed Data Networks in Patient Centered Outcomes Research. Available at: Accessed August 27,

6 Data Networks Architectures: Minimum Requirements Systems for data integration that facilitate reuse of data models and transformation programs are more likely to survive multiple studies. Projects that merely meet these minimum requirements rarely result in published evidence or even public discussion describing architecture. Minimum requirement of data network architecture: key architectural features of networks that have successfully advanced from these minimum requirements into systems supporting multiple multi-site, multidomain studies with a common framework. Source: Ohno-Machado, L., et al. (2012). Standards in the Use of Collaborative or Distributed Data Networks in Patient Centered Outcomes Research. Available at: Accessed August 27,

7 Common Models The consensus architectural recommendation and practice is a variation of a distributed architectural paradigm, in which local control is retained, while workflow and access are coordinated via a central hub Even some past successful research data networks have adopted the distributed model over the recent years Within the distributed model, workflow for data integration included two preferred approaches: 1. Pretransformation of source data to a common data model 2. Dynamic transformation of source data to a conceptual domain model via published transformation logic This approach is more transparent, enabling data consumers to access transformation methods used in each source and facilitating discovery and reuse of similar transformation code across the network Source: Ohno-Machado, L., et al. (2012). Standards in the Use of Collaborative or Distributed Data Networks in Patient Centered Outcomes Research. Available at: Accessed August 27,

8 Common Models a network working toward a framework for data sharing can meet minimum legal and technical standards with simple technology and data storage practices as a first step toward a scalable architecture These minimal networks often include both centralized and distributed paradigms with some features of cloud-based approaches, [but] the distributed approach has been most recommended in the literature Within a distributed architecture, query distribution to each data partner is most easily managed centrally, and data integration may be accomplished either with stored transformations performed during query execution steps or by storing data locally in a pretransformed format Recommended security practices involved role-based access control with built-in auditing procedures and a defense in depth strategy Source: Ohno-Machado, L., et al. (2012). Standards in the Use of Collaborative or Distributed Data Networks in Patient Centered Outcomes Research. Available at: Accessed August 27,

9 Architectural Paradigm: Distributed/Federated Systems Maintaining Local Nodes for Data Partners Description Examples The ultimate endpoint of materials promoting distributed approaches is to implement a grid-based system, with hardware and software for collaboration maintained by each node At a minimum, each data partner in a given distributed research network is required to adopt common practices for data extraction and transfer A hub-and-spoke design with a centrally hosted portal/gateway (as opposed to peer-to-peer design) Mini-Sentinel, FURTHeR, DARTNet/SAFTINet, BIRN, and cabig Patient-centeredness Re-identification or pre-identification is feasible under local control, which enables identification of patients for collection of patient-reported outcomes (PROs) 9

10 Architectural Paradigm: Central Repository Description Data partners transfer data from local systems to a central repository Examples All-payer claims databases, registries, and the Regenstrief Model Patient-centeredness Collection of and linkage to PROs more challenging 10

11 Architectural Paradigm: Cloud Description Resources (data and processes) remain locally controlled and administered but are stored on remote servers maintained by third parties Key features include automatic scaling of computation and data needs Examples SCANNER and Mini-Sentinel partially use the cloud Patient-centeredness Not explored yet 11

12 Architectural Paradigm EHR 1 PRO EHR 2 Registries EHR 3 Claims Federated Inconsistent Architecture (Noninteroperable) 12

13 Architectural Paradigm EHR 1 PRO EHR 2 MPI Registries EHR 3 Claims Federated Consistent Architecture (Interoperable) 13

14 Architectural Paradigm EHRs PROs Claims Data Repository Registries Imaging LABs Centralized Architecture 14

15 Architectural Paradigm EHRs PROs Claims Cloud Data Repository Registries Imaging LABs Cloud Architecture 15

16 Architectural Paradigm EHRs PROs EHRs Data Repository Claims Claims MPI Registries LABs Imaging LABs Hybrid Architecture 16

17 Query Execution Paradigm: Query Distribution / Data Request Process Description Examples More information Patient-centeredness Challenges Raw data should be stored locally, with queries distributed to data holders and responses transferred to analytic loci Mini-Sentinel publish-and-subscribe model in which data holders are notified of waiting queries DARTnet all queries run locally and simultaneously S&I Query Health Technology Working Group Options for pull mechanism may increase security and protection of patient privacy by enabling review by a data manager before execution and transfer However, such asynchronous approaches may also limit opportunities for getting feedback to and from patients, if that is a desirable outcome There are risks associated with improper local execution of queries, misinterpretation of results, and underdocumentation of sources of bias 17

18 Query Execution Paradigm ONC Query Health Uses PopMedNet framework for distributed queries and integrates in i2b2 ONC Data Access Framework (DAF) (HL7 FHIR) Defines standard APIs on how to access encounter documentation (e.g., discharge summary, history and physical, CCD) and discrete data elements (e.g., demographics, medications) ONC Structured Data Capture (SDC) will develop and validate a standards-based data architecture so that a structured set of data can be accessed from EHRs [electronic health records] and be stored for merger with comparable data for other relevant purposes 18

19 Data Integration Paradigm: Strategy Description Examples Patient-centeredness Challenges Some common model for the research domain of interest must be adopted so that data sources can be harmonized Distributed networks include two approaches: N/A 1. Pretransformation of data into a static and standardized storage structure 2. Publishing of transformation logic from each source into the common model that can be executed at the time of data extraction from the source Maintenance and management of transformation services by the network requires additional overhead 19

20 Security Paradigm: Strategy Description Examples Patient-centeredness Challenges Defense-in-depth standards provide tight security control and auditing, including role-based person-level (rather than institution-level) access control for data elements and resources The easiest way to accomplish security control is via a single network hub or gateway (e.g., Public Key Infrastructure Security Exchanges, IPrestricted access to data nodes from portal, password-protected HTTPS access to gateway portal) DARTNet the overall security model adopts a defense-in-depth strategy developed by the University of Minnesota for the epcrn Portal BIRN Globus-based security solutions, authorizations, and credentials management N/A Usual tradeoffs between security and usability exist For complex queries and analyses that use locally hosted software (e.g., SAS), concerns about running programs were raised 20

21 Data Integration Versus Network Transfer Models The two dimensions, data integration strategy and network transfer model, tend to impact other elements of design (e.g., how data is accessed and transferred) Data integration strategies: Ad hoc the norm in most multisite studies and has minimal impact on practice workflow for infrequently executed queries Adoption of common data model (CDM) relies on each site to maintain data in a CDM and requires upfront investment in a transformation process and workflow, but alleviates redundant transformation processes if several queries are repeated On-the-fly transformation requires management of transformation logic but allows data to remain in their native format at the source Network transfer models: Include models such as ad hoc data transfer, centralized repository, and federated models 21

22 Increasing implementation barrier Data Integration Versus Network Transfer Models Increasing implementation barrier Data integration strategy Ad-hoc ETL for individual projects and no CDM CDM for storage and query federation (data are pretransformed) On-the-fly transformation with common conceptual models for queries Data access / network transfer model Ad hoc data transfer Centralized repository Federated with remote access with local storage emerge and some other collaborative research networks HMORN VDW OMOP National registries (Pinnacle, T1DX); monolithic systems (VHA, KP); all-payer claims databases (CMS); Regenstrief model Mini-Sentinel, DARTNet, SHRINE/i2b2, cabig (multi-cdm) FURTHeR, BIRN 22

23 Common Data Model: PCORnet CDM The PCORnet data model is freely available for use. An open-source license will be selected by PCORI. The PCORnet Distributed Research Network (DRN) and its infrastructure, including the Common Data Model (CDM), is overseen and guided by the PCORnet Data Standards, Security, and Network Infrastructure (DSSNI) Task Force. The PCORnet CDM is based on the Mini-Sentinel Common Data Model (MSCDM) and has been informed by other distributed initiatives such as the HMO Research Network, the Vaccine Safety Datalink, various AHRQ Distributed Research Network projects, and the ONC Standards & Interoperability Framework Query Health Initiative. The PCORnet CDM is positioned within healthcare standard terminologies (including ICD, SNOMED, CPT, HCPCS, and LOINC) to enable interoperability with and responsiveness to evolving data standards. Source: PCORnet. Common Data Model (CDM) Specification, Version 3.0. Available at: Common-Data-Model-v3dot0-RELEASE.pdf. Accessed September 2, More info: 23

24 Common Data Model: PCORnet CDM Source: PCORnet Common Data Model (CDM). Available at: Accessed September 2, PCORnet Common Data Model is licensed under a Creative Commons Attribution 4.0 International License ( More info: 24

25 Common Data Model: PCORnet CDM Demographics Enrollment Dispensing Death Vitals Conditions Encounters Diagnosis Procedures Lab results Prescribing Source: PCORnet. Common Data Model (CDM) Specification, Version 3.0. Available at: Common-Data-Model-v3dot0-RELEASE.pdf. Accessed September 2,

26 Common Data Model: PCORnet CDM Source: PCORnet. Common Data Model (CDM) Specification, Version 3.0. Available at: Common-Data-Model-v3dot0-RELEASE.pdf. Accessed September 2,

27 Common Data Model: Observational Medical Outcomes Partnership (OMOP) OMOP has demonstrated the feasibility of establishing a common infrastructure to accommodate observational data of different types (both claims and EHRs) The purpose of OMOP s CDM is to standardize the format and content of the observational data, so standardized applications, tools and methods can be applied to them Source: Accessed September 2,

28 Common Data Model: Observational Medical Outcomes Partnership (OMOP) Source: OMOP CDM Version 4.0. Available at: name=cdm%20specification%20v4.0. All material is licensed under the Apache License Version 2.0, making it available to the public as Open Source with minimal restrictions ( More info: OMOP CDM v4 28

29 Common Data Model: Observational Medical Outcomes Partnership (OMOP) Source: OMOP CDM Version 4.0. Available at: name=cdm%20specification%20v4.0. All material is licensed under the Apache License Version 2.0, making it available to the public as Open Source with minimal restrictions ( OMOP CDM v4 Entity Relationship Diagram More info: 29

30 Common Data Model: Analysis Data Model (ADaM) ADaM CDM is managed by CDISC and specifies the fundamental principles and standards to follow in the creation of analysis datasets and associated metadata ADaM supports efficient generation, replication, and review of analysis results The design of analysis datasets is generally driven by the scientific and medical objectives of the clinical trial A fundamental principle is that the structure and content of the analysis datasets must support clear, unambiguous communication of the scientific and statistical aspects of the trial More info: 30

31 Common Data Model: Analysis Data Model (ADaM) Source: CDISC Analysis Data Model Version 2.1. Available at: pplication/pdf/analysis_data_model_v2.1.pdf. Accessed September 2, More info: Analysis Data Flow Diagram 31

32 Common Data Model: BRIDG The Biomedical Research Integrated Domain Group (BRIDG) Model is a collaborative effort engaging stakeholders from the CDISC, the HL7 BRIDG Work Group, NCI, and FDA. The goal of the BRIDG Model is to produce a shared view of the dynamic and static semantics for the domain of basic, pre-clinical, clinical, and translational research and its associated regulatory artifacts. This domain of interest is further defined as: The data, organization, resources, rules, and processes involved in the formal assessment of the utility, impact, or other pharmacological, physiological, or psychological effects of a drug, procedure, process, subject characteristic, biologic, cosmetic, food or device on a human, animal, or other subject or substance plus all associated regulatory artifacts required for or derived from this effort, including data specifically associated with post-marketing adverse event reporting Source: BRIDG. Available at: Accessed September 2,

33 Common Data Model: BRIDG BRIDG 4.0 is a major release for the project The scope of the BRIDG model has now changed to encompass the larger translational research domain It is no longer limited to just representing the clinical research domain Source: BRIDG 4.0 Domain Analysis Model. Available at: Accessed September 2,

34 Common Data Model: BRIDG UML-Based BRIDG Model Source: BRIDG 4.0 Domain Analysis Model. Available at: 4.0_html/index.htm. Accessed September 2,

35 Common Data Model: Virtual Data Warehouse (VDW) HMORN s Virtual Data Warehouse (VDW) facilitates research that brings together EHR data across multiple health systems Image: HCSRN. Data Resources. Available at: Accessed September 2, More info: 35

36 Common Data Model: Virtual Data Warehouse (VDW) Source: Ross, T. R., Ng, D., Brown, J. S., et al. (2014). The HMO Research Network Virtual Data Warehouse: A Public Data Model to Support Collaboration. egems, 2(1). This work is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License. HMORN Virtual Data Warehouse Entity-Relationship Diagram 36

37 Additional Resources Electronic Data Methods Annotated Bibliography Standards & Interoperability website Standards in the Use of Collaborative or Distributed Data Networks in PCOR Research.pdf 37

S18: Using PopMedNet TM to Support a Large Scale Multi-Site Research Network: Lessons from PCORnet

S18: Using PopMedNet TM to Support a Large Scale Multi-Site Research Network: Lessons from PCORnet S18: Using PopMedNet TM to Support a Large Scale Multi-Site Research Network: Lessons from PCORnet Jessica Malenfant, MPH Informatics Analyst Department of Population Medicine of Harvard Medical School

More information

Governing Interinstitutional

Governing Interinstitutional Governing Interinstitutional Research John F. Steiner, MD, MPH Senior Director Institute for Health Research Kaiser Permanente Colorado Chairman, Kaiser Permanente National Research Council Governing Board

More information

Health Sciences South Carolina: A Statewide Collaborative Learning Health System

Health Sciences South Carolina: A Statewide Collaborative Learning Health System Health Sciences South Carolina: A Statewide Collaborative Learning Health System Current data contributors include MUSC, Palmetto Health System and Spartanburg Health systems. Greenville Health System

More information

Overall Architecture and Distributed Analysis Tools

Overall Architecture and Distributed Analysis Tools Overall Architecture and Distributed Analysis Tools Daniella Meeker, PhD Department of Preventive Medicine University of Southern California Michael E. Matheny, MD, MS, MPH Tennessee Valley Healthcare

More information

The Colorado Health Observation Regional Data Service (CHORDS): Creating a Shared Distributed Data Network for Local Public Health and Research Needs

The Colorado Health Observation Regional Data Service (CHORDS): Creating a Shared Distributed Data Network for Local Public Health and Research Needs The Colorado Health Observation Regional Data Service (CHORDS): Creating a Shared Distributed Data Network for Local Public Health and Research Needs 1 Presenters Rachel Zucker, Adult and Child Consortium

More information

Interoperability for clinical research Observational Health Data Sciences and Informatics (OHDSI)

Interoperability for clinical research Observational Health Data Sciences and Informatics (OHDSI) 9 ème École d'eté Méditerranéenne d'information en Santé Corte, France July 18, 2017 Interoperability for clinical research Observational Health Data Sciences and Informatics (OHDSI) Olivier Bodenreider

More information

Jeffrey Brown, PhD. November 12, 2013 Department of Population Medicine Harvard Pilgrim Health Care Institute/ Harvard Medical School

Jeffrey Brown, PhD. November 12, 2013 Department of Population Medicine Harvard Pilgrim Health Care Institute/ Harvard Medical School info@mini-sentinel.org 1 Biosimilar Collective Intelligence System: Utilizing Data Consortiums to Prove Safety and Effectiveness of Biosimilars Reviewing current landscape of existing data consortiums:

More information

S02: Presentations - Population Health Querying Electronic Health Data for Population Health Activities using PopMedNet TM

S02: Presentations - Population Health Querying Electronic Health Data for Population Health Activities using PopMedNet TM ` S02: Presentations - Population Health Querying Electronic Health Data for Population Health Activities using PopMedNet TM Jessica Malenfant, MPH Senior Health Informatics Analyst Department of Population

More information

Functional Requirements for Enterprise Clinical Data Management: Solving Technical Problems, Satisfying User Needs

Functional Requirements for Enterprise Clinical Data Management: Solving Technical Problems, Satisfying User Needs Functional Requirements for Enterprise Clinical Data Management: Solving Technical Problems, Satisfying User Needs All around the world, regulatory requirements and market forces are driving a growing

More information

Industrialized Clinical Data Standards Management Speed of automation, Power of accuracy and Transforming clinical data into business intelligence

Industrialized Clinical Data Standards Management Speed of automation, Power of accuracy and Transforming clinical data into business intelligence Industrialized Clinical Standards Management Speed of automation, Power of accuracy and Transforming clinical data into business intelligence Executive Summary The majority of commercially available legacy

More information

Distributed Population Queries

Distributed Population Queries Distributed Population Queries Richard Elmore Digital Learning Collaborative Institute of Medicine August 18, 2011 Topics Strategic Rationale Summer Concert Series Query Health Alignment Strategic Rationale:

More information

Overview of FDA s Sentinel Initiative

Overview of FDA s Sentinel Initiative Overview of FDA s Sentinel Initiative Judy Racoosin, Sentinel Initiative Scientific Lead, Office of Medical Policy, Center for Drug Evaluation and Research, U.S. Food and Drug Administration September

More information

Distributed Health Data Networks: Implementing a Scalable Query Interface within PopMedNet for Use in Large-Scale Diverse Networks

Distributed Health Data Networks: Implementing a Scalable Query Interface within PopMedNet for Use in Large-Scale Diverse Networks Distributed Health Data Networks: Implementing a Scalable Query Interface within PopMedNet for Use in Large-Scale Diverse Networks Jessica Malenfant, MPH Department of Population Medicine of Harvard Medical

More information

Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license.

Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license. Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license. Johns Hopkins University. Welcome to Health Management Information Systems,

More information

October, Integration and Implementation of CDISC Standards

October, Integration and Implementation of CDISC Standards Integration and Implementation of CDISC Standards October, 2008 Barbara Lentz, Associate Director, Electronic Data Management Standards, Processes & Training Pat Majcher, Statistical Reporting Services

More information

Accelerating Clinical Trials Through Access to Real-World Patient Data

Accelerating Clinical Trials Through Access to Real-World Patient Data Accelerating Clinical Trials Through Access to Real-World Patient Data Accelerating Clinical Trials Through Access to Real-World Patient Data Executive Summary: Leveraging Normalized Real-World Patient

More information

From Interaction to Integration to Transformation: Healthcare s Journey & Information s Role

From Interaction to Integration to Transformation: Healthcare s Journey & Information s Role From Interaction to Integration to Transformation: Healthcare s Journey & Information s Role HealthBridge is one of the nation s largest and most successful health information exchange organizations. Mike

More information

CDISC Journal. Current status and future scope of CDISC standards. By Rebecca D. Kush, President and CEO, CDISC. 1. Introduction

CDISC Journal. Current status and future scope of CDISC standards. By Rebecca D. Kush, President and CEO, CDISC. 1. Introduction CDISC Journal Clinical Data Interchange Standards Consortium oc tober 2012 Current status and future scope of CDISC standards By Rebecca D. Kush, President and CEO, CDISC 1. Introduction In translational

More information

FHIR, Interoperability, and the World of Enablement

FHIR, Interoperability, and the World of Enablement FHIR, Interoperability, and the World of Enablement W. Ed Hammond. Ph.D., FACMI, FAIMBE, FIMIA, FHL7 Director, Duke Center for Health Informatics. DTMI Director, Applied Informatics Research, DHTS Professor,

More information

Big Data & Clinical Informatics

Big Data & Clinical Informatics Big Data & Clinical Informatics Client Overview A leading clinical intelligence company that powers healthcare providers, life sciences and research organizations to make better-informed, more confident

More information

WEDI 2015 Health Information Exchange Value and ROI Survey

WEDI 2015 Health Information Exchange Value and ROI Survey Welcome to the Workgroup for Electronic Data Exchange (WEDI) 2015 Health Information Exchange Value and ROI Survey. WEDI is a multi-stakeholder coalition dedicated to solving the most critical problems

More information

HIE.Next: Building an API-centric Infrastructure for Health Information Exchange

HIE.Next: Building an API-centric Infrastructure for Health Information Exchange HIE.Next: Building an API-centric Infrastructure for Health Information Exchange Current HIE Landscape The Health Information Exchange (HIE) landscape is perhaps more diverse today than it s ever been.

More information

Slide 1. Slide 2. Slide 3. Objectives. Who Needs Interoperability? Component 9 Networking and Health Information Exchange

Slide 1. Slide 2. Slide 3. Objectives. Who Needs Interoperability? Component 9 Networking and Health Information Exchange Slide 1 Component 9 Networking and Health Information Exchange Unit 8 Enterprise Architecture Models This material was developed by Duke University, funded by the Department of Health and Human Services,

More information

MANAGING AND INTEGRATING CLINICAL TRIAL DATA: A Challenge for Pharma and their CRO Partners

MANAGING AND INTEGRATING CLINICAL TRIAL DATA: A Challenge for Pharma and their CRO Partners MANAGING AND INTEGRATING CLINICAL TRIAL DATA: A Challenge for Pharma and their CRO Partners Within the Pharmaceutical Industry, nothing is more fundamental to business success than bringing drugs and medical

More information

Transforming Validated Clinical Research into the new Cerner and EPIC App Stores (SMART FHIR)

Transforming Validated Clinical Research into the new Cerner and EPIC App Stores (SMART FHIR) Transforming Validated Clinical Research into the new Cerner and EPIC App Stores (SMART FHIR) Iltifat Husain MD Co-founder, IMPATHIQ Assistant Professor of Emergency Medicine Wake Forest School of Medicine

More information

Webinar Tips Please mute your phone. Please do not put the call on hold. There will be time for questions after the presentation.

Webinar Tips Please mute your phone. Please do not put the call on hold. There will be time for questions after the presentation. Webinar Tips Please mute your phone. Please do not put the call on hold. There will be time for questions after the presentation. Carolinas Collaborative Pilot RFA Webinar May 8, 2017 Partners Overview

More information

CDISC Standards: Summary

CDISC Standards: Summary Business Case for CDISC Standards: Summary PhRMA-Gartner-CDISC Project September 2006 Carol Rozwell, Gartner Rebecca Daniels Kush, CDISC Ed Helton, SAS Frank Newby, CDISC Tanyss Mason, CDISC Clinical Data

More information

Duane Steward, DVM, MSIE, PhD Nemours, Chief Computer Scientist for Clinical Informatics University Central Florida, Assistant Professor

Duane Steward, DVM, MSIE, PhD Nemours, Chief Computer Scientist for Clinical Informatics University Central Florida, Assistant Professor Duane Steward, DVM, MSIE, PhD Nemours, Chief Computer Scientist for Clinical Informatics University Central Florida, Assistant Professor Agenda Define Health Information Exchange Key Issues Of Identification

More information

TOTAL CANCER CARE: CREATING PARTNERSHIPS TO ADDRESS PATIENT NEEDS

TOTAL CANCER CARE: CREATING PARTNERSHIPS TO ADDRESS PATIENT NEEDS TOTAL CANCER CARE: CREATING PARTNERSHIPS TO ADDRESS PATIENT NEEDS William S. Dalton, PhD, MD CEO, M2Gen & Director, Personalized Medicine Institute, Moffitt Cancer Center JULY 15, 2013 MOFFITT CANCER CENTER

More information

LIAISON ALLOY HEALTH PLATFORM

LIAISON ALLOY HEALTH PLATFORM PRODUCT OVERVIEW LIAISON ALLOY HEALTH PLATFORM WELCOME TO YOUR DATA-INSPIRED FUTURE THE LIAISON ALLOY HEALTH PLATFORM Healthcare and life sciences organizations are struggling to deal with unprecedented

More information

SAS Life Science Analytics Framework

SAS Life Science Analytics Framework CDISC Italian User Network Day 21Oct2016 (Data standard e loro applicazione) SAS Life Science Analytics Framework STIJN ROGIERS - SAS SENIOR INDUSTRY CONSULTANT GLOBAL PRACTICE, HEALTH & LIFE SCIENCES

More information

By Shahid N. Shah, CEO

By Shahid N. Shah, CEO Comparative Effectiveness Research and Data Interoperability Why MU and EHRs are Insufficient for Evidence Based Medicine (EBM) and Comparative Effectiveness Research (CER) By Shahid N. Shah, CEO Who is

More information

The Future of Health Data Interoperability is on FHIR: the Argonaut Project

The Future of Health Data Interoperability is on FHIR: the Argonaut Project The Future of Health Data Interoperability is on FHIR: the Argonaut Project Charles Jaffe, MD, PhD CEO, Health Level 7 British Computer Society 10 November 15 The principles underlying FHIR development

More information

Deliverable 6.4: Final report of EHR4CR Tools and services

Deliverable 6.4: Final report of EHR4CR Tools and services Electronic Health Records for Clinical Research Deliverable 6.4: Final report of EHR4CR Tools and services Version 1.0 Final 22 March 2016 Project acronym: EHR4CR Project full title: Electronic Health

More information

ambiguous insights through HCL s R&D Transformation limit your business

ambiguous insights through HCL s R&D Transformation limit your business ambiguous insights through HCL s R&D Transformation limit your business Life Sciences industry is undergoing a transformational change - blockbuster patent expirations, global interconnected world, and

More information

CDISC Controlled Terminology across the Clinical Trial Continuum. Bay Area Implementation Network 6 March 2008

CDISC Controlled Terminology across the Clinical Trial Continuum. Bay Area Implementation Network 6 March 2008 CDISC Controlled Terminology across the Clinical Trial Continuum Bay Area Implementation Network 6 March 2008 Bron Kisler Co-Founder / Director of Terminology CDISC Terminology Initiative Overview / Background

More information

Clinical Data Architecture for Business Intelligence and Quality Reporting

Clinical Data Architecture for Business Intelligence and Quality Reporting Clinical Data Architecture for Business Intelligence and Quality Reporting Aaron Abend Managing Director, Recombinant Data Corp. 11 July 2011 Copyright 2011 Recombinant Data Corp. All rights reserved.

More information

Potential Steps in Active Surveillance

Potential Steps in Active Surveillance Background The Sentinel System will augment FDA s postmarket safety assessment capabilities by enhancing its capacity to conduct active surveillance at the population level. Conducting active surveillance

More information

SOA in the pan-canadian EHR

SOA in the pan-canadian EHR SOA in the pan-canadian EHR Dennis Giokas Chief Technology Officer Solutions Products and Group Canada Health Infoway Inc. 1 Outline Infoway EHR Solution EHRS Blueprint Overview Oriented Architecture Business

More information

More Than You Think. HL7 is people, HL7 is ideas, HL7 is collaboration

More Than You Think. HL7 is people, HL7 is ideas, HL7 is collaboration More Than You Think HL7 is people, HL7 is ideas, HL7 is collaboration Getting the Most Out of Your Data Using HL7 Clinical Decision Support Standards 2 Speakers: HL7 CDS WG Co-Chairs Robert A Jenders,

More information

Technical White Paper. Metadata management. Ontologies, measures, registries, and patient attribution

Technical White Paper. Metadata management. Ontologies, measures, registries, and patient attribution Technical White Paper Ontologies, measures, registries, and patient attribution Contents 02 About Informatics and Analytics 02 Ontologies used by 04 Quality measures metadata 04 Clinical registry metadata

More information

2016 Technical Update. August 2016

2016 Technical Update. August 2016 2016 Technical Update August 2016 1 Foundational Standards Key Milestones CTR ODM XML Modernize CT Process CDISC Protocol Standards IntraChange Cross-team focus Survey CTR Content Governance: Consistent

More information

Clinical Information Interoperability Council (CIIC) Providing a Shared Repository of Detailed Clinical Models for all of Health and Healthcare

Clinical Information Interoperability Council (CIIC) Providing a Shared Repository of Detailed Clinical Models for all of Health and Healthcare Clinical Information Interoperability Council (CIIC) Providing a Shared Repository of Detailed Clinical Models for all of Health and Healthcare NIH HCS Collaboratory and PCORnet December 1, 2017 Stanley

More information

The European OHDSI Initiative: Why are we here? Peter Rijnbeek Department of Medical Informatics Erasmus MC Rotterdam

The European OHDSI Initiative: Why are we here? Peter Rijnbeek Department of Medical Informatics Erasmus MC Rotterdam The European OHDSI Initiative: Why are we here? Peter Rijnbeek Department of Medical Informatics Erasmus MC Rotterdam Performing multi-database studies in Our Goals: We want to generate real-world evidence

More information

Reimagine: Healthcare

Reimagine: Healthcare PROSPECTUS 2018 Reimagine: Healthcare OUR MISSION Redox exists to make healthcare data useful. We ve built the fastest and most cost-effective way to share health data between technologies, enabling dramatic

More information

The New World of Unified Image Management

The New World of Unified Image Management The New World of Unified Image Management A Guide to Imaging in the Enterprise A Publication by DICOM Grid What is Changing in the Healthcare Market Today? Organizations seeking to eliminate old ways of

More information

Webinar Tips Please mute your phone. Please do not put the call on hold. There will be time for questions after the presentation.

Webinar Tips Please mute your phone. Please do not put the call on hold. There will be time for questions after the presentation. Webinar Tips Please mute your phone. Please do not put the call on hold. There will be time for questions after the presentation. Carolinas Collaborative Pilot RFA Webinar June 29, 2018 Partners Overview

More information

Technical White Paper. The data curation process. Watson Health Informatics overview of mapping, standardization, and indexing

Technical White Paper. The data curation process. Watson Health Informatics overview of mapping, standardization, and indexing Technical White Paper Informatics overview of mapping, standardization, and indexing Contents 02 About Informatics and Analytics 02 Data mapping and extraction 03 04 The curation workflow 04 Curation transparency

More information

CDISC and Clinical Research Standards in the LHS

CDISC and Clinical Research Standards in the LHS CDISC and Clinical Research Standards in the LHS Learning Health System in Europe 24 September 2015, Brussels Rebecca D. Kush, PhD, President and CEO, CDISC CDISC 2015 1 CDISC Healthcare Link Goal: Optimize

More information

Network-centric Biomedicine: re-engineering the Knowledge Enterprise

Network-centric Biomedicine: re-engineering the Knowledge Enterprise Network-centric Biomedicine: re-engineering the Knowledge Enterprise Ken Buetow, Ph.D. Director Computational Science and Informatics Core Program, Complex Adaptive Systems Initiative Arizona State University

More information

Phase I 1st Stage Requirements

Phase I 1st Stage Requirements HIE Update Opportunity This project has the opportunity to leverage Health Information Exchange technology at a national level in order to effect measurable improvements in the care and treatment of patients

More information

1201 Maryland Avenue SW, Suite 900, Washington, DC ,

1201 Maryland Avenue SW, Suite 900, Washington, DC , 1201 Maryland Avenue SW, Suite 900, Washington, DC 20024 202-962-9200, www.bio.org May 31, 2012 Dockets Management Branch (HFA-305) Food and Drug Administration 5600 Fishers Lane, Rm. 1061 Rockville, MD

More information

Janus Clinical Trials Repository: Modernizing the Review Process through Innovation

Janus Clinical Trials Repository: Modernizing the Review Process through Innovation Janus Clinical Trials Repository: Modernizing the Review Process through Innovation Lilliam Rosario, Ph.D. Director Office of Computational Science Food and Drug Administration Janus Clinical Trials Repository

More information

StartUp America Challenge. Improvements to Information Structure Data Standards, Quality & Interoperability. Part 3 FINAL PROJECT PLAN

StartUp America Challenge. Improvements to Information Structure Data Standards, Quality & Interoperability. Part 3 FINAL PROJECT PLAN StartUp America Challenge Improvements to Information Structure Data Standards, Quality & Interoperability Part 3 FINAL PROJECT PLAN Lyndia A. Hayden Northwestern University MED 407, Winter 2012 StartUp

More information

Pre- Decisional Working- Document; Not for Official Use EHR-S FM Release-3 Summer Prototype Plan 7/13. R2 Ballot Reconciled

Pre- Decisional Working- Document; Not for Official Use EHR-S FM Release-3 Summer Prototype Plan 7/13. R2 Ballot Reconciled Pre- Decisional Working- Document; Not for Official Use EHR-S FM Release-3 Summer Prototype Plan 1 2 EHR Interoperability WG To Participate: Call 1-770-657-9270 PC510269# 2 PM every Tuesday Gary Dickinson,

More information

CDISC Standards: Current and Future

CDISC Standards: Current and Future CDISC 2010 CDISC Standards: Current and Future CDISC Japan Interchange Tokyo, Japan 20 July 2010 Rebecca D. Kush, PhD President and CEO, CDISC Clinical Research Standards (Content) (Protocol-driven Research;

More information

The HMO Research Network

The HMO Research Network The HMO Research Network Introducing the HMORN The HMO Research Network (HMORN) brings together research departments of some of the U.S. s best and most innovative health care systems. Collectively, the

More information

The use of electronic Health Records in Clinical Research - The value of CDISC Standards

The use of electronic Health Records in Clinical Research - The value of CDISC Standards The use of electronic Health Records in Clinical Research - The value of CDISC Standards FH-Prof. Dr. Jozef Aerts University of Applied Sciences FH Joanneum Graz, Austria Who is Jozef Aerts? CDISC volunteer

More information

Enterprise Information Architecture. Connected Government. Author name is hidden

Enterprise Information Architecture. Connected Government. Author name is hidden Enterprise Information Architecture Connected Government Author name is hidden Date: Friday, 4 September 2015 Table of contents Table of contents 1 Introduction 1 2 Conceptual Architecture 1 3 Logical

More information

CDISC Journal. Genzyme s GetSMART Program: Implementing Standards End-to-End

CDISC Journal. Genzyme s GetSMART Program: Implementing Standards End-to-End CDISC Journal Clinical Data Interchange Standards Consortium O ctober 2011 Genzyme s GetSMART Program: Implementing Standards End-to-End By Sue Dubman, Brooke Hinkson, Dana Soloff, David Fritsche and PK

More information

Bridging the Genomics-Health IT Gap for Precision Medicine

Bridging the Genomics-Health IT Gap for Precision Medicine Domain Monitor: Analytics Bridging the Genomics-Health IT Gap for Precision Medicine By Jody Ranck The Reality of Precision Medicine Since the White House launched its Precision Medicine initiative in

More information

Large electronic healthcare databases for medical product safety surveillance The U.S. FDA Mini-Sentinel project

Large electronic healthcare databases for medical product safety surveillance The U.S. FDA Mini-Sentinel project Large electronic healthcare databases for medical product safety surveillance The U.S. FDA Mini-Sentinel project Darren Toh, ScD Department of Population Medicine Harvard Medical School and Harvard Pilgrim

More information

The Transformation of Clinical Research. Health Information Technology Summit. Integration of Policy and Process with Information Technology

The Transformation of Clinical Research. Health Information Technology Summit. Integration of Policy and Process with Information Technology Health Information Technology Summit The Transformation of Clinical Research Integration of Policy and Process with Information Technology ehealth Initiative Washington October 22, 2004 Charles Jaffe,

More information

SAS Drug Development in action: efficient standards libraries and study management modules together called CDmation.

SAS Drug Development in action: efficient standards libraries and study management modules together called CDmation. SAS Drug Development in action: efficient standards libraries and study management modules together called CDmation. Mark Lambrecht (SAS) Peter Van Reusel (Business & Decision Life Sciences) The clinical

More information

Agenda. Background SNOMED International Collaborations developments Information models Extensions

Agenda. Background SNOMED International Collaborations developments Information models Extensions Agenda Background SNOMED International Collaborations 2018 developments Information models Extensions SNOMED International International not-for-profit association, based in the UK Owns and maintains SNOMED

More information

FDA s Mini-Sentinel Program Update for the Brookings Active Surveillance Implementation Council

FDA s Mini-Sentinel Program Update for the Brookings Active Surveillance Implementation Council info@mini-sentinel.org 4 FDA s Mini-Sentinel Program Update for the Brookings Active Surveillance Implementation Council Richard Platt, MD, MSc Harvard Pilgrim Health Care Institute and Harvard Medical

More information

Evolving Research Data Sharing Networks to Clinical App Sharing Networks

Evolving Research Data Sharing Networks to Clinical App Sharing Networks Evolving Research Data Sharing Networks to Clinical App Sharing Networks The Harvard community has made this article openly available. Please share how this access benefits you. Your story matters. Citation

More information

SAS & Clinical Data Repository Karthikeyan Chidambaram

SAS & Clinical Data Repository Karthikeyan Chidambaram SAS & Clinical Data Repository Karthikeyan Chidambaram Cognizant Technology Solutions, Newbury Park, CA Clinical Data Repository (CDR) Drug development lifecycle consumes a lot of time, money and effort.

More information

Developing Data Models and Standards to Support Use Cases

Developing Data Models and Standards to Support Use Cases Developing Data Models and Standards to Support Use Cases Robert R. Freimuth, PhD ClinGen/DECIPHER Meeting May 27, 2015 2014 MFMER slide-1 Interoperability Semantic Requires a common understanding of the

More information

How to Download, Install, and Run Consent2Share

How to Download, Install, and Run Consent2Share How to Download, Install, and Run Consent2Share SAMHSA s Open Source Data Segmentation and Consent Management Application April 25, 2018 1:00 p.m. 2:30 p.m. Contents Section One: Introduction to Consent2Share

More information

MARCH 2018 INDEPENDENT PERFORMANCE EVALUATION, CANADA HEALTH INFOWAY. Executive Summary of the Final Report March 2018

MARCH 2018 INDEPENDENT PERFORMANCE EVALUATION, CANADA HEALTH INFOWAY. Executive Summary of the Final Report March 2018 MARCH 2018 INDEPENDENT PERFORMANCE EVALUATION, CANADA HEALTH INFOWAY Executive Summary of the Final Report March 2018 190 Somerset Street West, Suite 207 Ottawa, Ontario K2P 0J4 EXECUTIVE SUMMARY Evaluation

More information

Functional Requirements of the National Health Infrastructure in Haiti

Functional Requirements of the National Health Infrastructure in Haiti Functional Requirements of the National Health Infrastructure in Haiti Copyright 2016 University of Washington I-TECH This work is licensed under a Creative Commons Attribution 4.0 International License

More information

Use Cases and Lessons Learned of DHIS2 in Multiple Settings. Paul Amendola, MPH

Use Cases and Lessons Learned of DHIS2 in Multiple Settings. Paul Amendola, MPH Use Cases and Lessons Learned of DHIS2 in Multiple Settings Paul Amendola, MPH Existing Projects Project MMH Hospital Intl Red Cross Special Olympics Transmara District, Kenya Merck for Mothers / ideliver

More information

Health Data Management

Health Data Management Western Technical College 10530176 Health Data Management Course Outcome Summary Course Information Description Career Cluster Instructional Level Total Credits 2.00 Total Hours 54.00 Introduces the use

More information

HITSP Construct HL7 Standard

HITSP Construct HL7 Standard EHR Lab Results Reporting HL7 /IS01 Clinical Document Architecture Release 2 (CDA R2) /C37 - Lab Report Document U.S. Realm - Interoperability Specification: Lab Result to EHR (ORU^R01) (HL7.1) September,

More information

The Payer/Provider Perspective on Interoperability Da Vinci

The Payer/Provider Perspective on Interoperability Da Vinci The Payer/Provider Perspective on Interoperability Da Vinci Lenel James, Business Lead, HIE & Innovation, Blue Cross Blue Shield Association Kirk Anderson, VP, and CTO, Cambia Health Solutions Mark Gingrich,

More information

Applications for Clinical, Financial and Administrative Patient Risk:

Applications for Clinical, Financial and Administrative Patient Risk: A Software Product for Managing Integrated Care and Risk Applications for Clinical, and Administrative Risk: Group & Personal Health, Disability, WC, EAP, OHS EMR/PHR/CDR Application for Capturing /Family

More information

Clinical Data in Business Intelligence

Clinical Data in Business Intelligence Paper DV07 Clinical Data in Business Intelligence Mike Collinson, Oracle Heath Sciences Consulting (HSC), Reading, UK ABSTRACT Clinical organizations are under increasing pressure to execute clinical trials

More information

Overcoming Statistical Challenges to the Reuse of Data within the Mini-Sentinel Distributed Database

Overcoming Statistical Challenges to the Reuse of Data within the Mini-Sentinel Distributed Database September 5, 2012 September 5, 2012 Meeting Summary Overcoming Statistical Challenges to the Reuse of Data within the Mini-Sentinel Distributed Database With passage of the Food and Drug Administration

More information

HL7 Plenary EHR In Canada

HL7 Plenary EHR In Canada HL7 Plenary EHR In Canada September 11, 2006 Dennis Giokas Chief Technology Officer Canada Health Infoway, Inc Agenda Canada Health Infoway What is the EHR and It s Benefits Architecture and Standards

More information

TOP 10 EMR FEATURES eclinicalworks V11. Eva, our first-in-the-industry. Enhanced dermatology module.

TOP 10 EMR FEATURES eclinicalworks V11. Eva, our first-in-the-industry. Enhanced dermatology module. EMR FEATURES Eva, our first-in-the-industry virtual assistant Enhanced patient safety and compliance dashboards Enhanced dermatology module Improved prescription order management Open interoperability

More information

Precision Medicine: Harnessing Biomedical Data to Improve the Prediction, Prevention, Diagnosis and Treatment of Disease

Precision Medicine: Harnessing Biomedical Data to Improve the Prediction, Prevention, Diagnosis and Treatment of Disease Precision Medicine: Harnessing Biomedical Data to Improve the Prediction, Prevention, Diagnosis and Treatment of Disease Session #61, February 20, 2017 Jason Levine, MD, Assoc. Director of Clinical Informatics,

More information

Technology Models for Building Health Information Infrastructure I. John Lightfoot VP Technology Healthvision, Inc.

Technology Models for Building Health Information Infrastructure I. John Lightfoot VP Technology Healthvision, Inc. Technology Models for Building Health Information Infrastructure I John Lightfoot VP Technology Healthvision, Inc. jlightfoot@healthvision.com Agenda > Value of Health Information Interoperability > How

More information

CHSOR. Johns Hopkins Clinical Data Opportunities for Clinical and Translational Research. Baltimore, 6 Feb 2018

CHSOR. Johns Hopkins Clinical Data Opportunities for Clinical and Translational Research. Baltimore, 6 Feb 2018 Johns Hopkins Clinical Data Opportunities for Clinical and Translational Research Christopher G. Chute, MD DrPH Bloomberg Distinguished Professor of Health Informatics Professor of Medicine, Public Health,

More information

THE IMPACT OF THE AFFORDABLE CARE ACT (ACA) ON CANCER RESEARCH, CARE, AND PREVENTION

THE IMPACT OF THE AFFORDABLE CARE ACT (ACA) ON CANCER RESEARCH, CARE, AND PREVENTION THE IMPACT OF THE AFFORDABLE CARE ACT (ACA) ON CANCER RESEARCH, CARE, AND PREVENTION William S. Dalton, PhD, MD AACR April 17, 2016 Designing a Federated Model To Support Research & Healthcare Offices

More information

Evolving Regulatory Guidance on Submission of Standardized Data. James R. Johnson, PhD RTP CDISC User Network

Evolving Regulatory Guidance on Submission of Standardized Data. James R. Johnson, PhD RTP CDISC User Network Evolving Regulatory Guidance on Submission of Standardized Data James R. Johnson, PhD RTP CDISC User Network 2014-06-11 Originally Presented at PhUSE Conference 2013 Brussels, Belgium (Paper Number: RG03)

More information

4.13 Case Study #19: Portuguese National Broker

4.13 Case Study #19: Portuguese National Broker 4.13 Case Study #19: Portuguese National Broker Author of case study within the estandards project: o Rita Cunha o Hugo Soares Project name: PNB Portuguese National Broker Project type: large-scale deployment

More information

Q4. WORK STREAMS Discovery, Cloud, Large Scale Genomics. DRIVER PROJECTS ELIXIR Beacon, EVA/EGA/ENA. WORK STREAMS Discovery

Q4. WORK STREAMS Discovery, Cloud, Large Scale Genomics. DRIVER PROJECTS ELIXIR Beacon, EVA/EGA/ENA. WORK STREAMS Discovery 2018 - Q4 Search The GA4GH Search API enables a search engine for genomic and clinical data by providing specification for query language across genomic, phenotypic, and clinical data that can be used

More information

SERVICE ORIENTED ARCHITECTURE (SOA)

SERVICE ORIENTED ARCHITECTURE (SOA) International Civil Aviation Organization SERVICE ORIENTED ARCHITECTURE (SOA) ICAO APAC OFFICE BACKGROUND SOA not a new concept. Sun defined SOA in late 1990s to describe Jini. Services delivered over

More information

SHARED HEALTH RECORD(SHR)

SHARED HEALTH RECORD(SHR) Health Information Data and Messaging Specification HEALTH INFORMATION STANDARDS COMMITTEE FOR ALBERTA SHARED HEALTH RECORD(SHR) MESSAGE AND DATA STANDARD SUMMARY Status: Accepted in Draft Version: 1.10

More information

LOINC in Regulated Clinical Research a Lab LOINC Steeringg Committee Meeting 08 June 2017

LOINC in Regulated Clinical Research a Lab LOINC Steeringg Committee Meeting 08 June 2017 LOINC in Regulated Clinical Research a Lab LOINC Steeringg Committee Meeting 08 June 2017 Lauren Becnel, Ph.D. VP, Biomedical Informatics & Alliances, CDISC Asst Prof, Duncan Comprehensive Cancer Center,

More information

Pragmatic Clinical Trials for Regulatory Decisions

Pragmatic Clinical Trials for Regulatory Decisions Pragmatic Clinical Trials for Regulatory Decisions Jacqueline Corrigan-Curay, MD JD Office of Medical Policy Center for Drug Evaluation and Research FDA May 16, 2018 Pragmatic Clinical Trials Pragmatic

More information

Information Paper. MAKING USE OF SNOMED CT: KEY QUESTIONS and STATUS as of SEPTEMBER 2013

Information Paper. MAKING USE OF SNOMED CT: KEY QUESTIONS and STATUS as of SEPTEMBER 2013 Information Paper MAKING USE OF SNOMED CT: KEY QUESTIONS and STATUS as of SEPTEMBER 2013 1. Introduction This document aims at explaining in a synthetic way why certain Member States (MS) have decided

More information

Reflections on Improving the Interoperability and Use of the Data Dividend

Reflections on Improving the Interoperability and Use of the Data Dividend Reflections on Improving the Interoperability and Use of the Data Dividend Betsy L. Humphreys Acting Director National Library of Medicine National Institutes of Health Department of Health and Human Services

More information

Integrating Standards to Achieve Semantic Interoperability. Dr Ken Lunn Director of Data Standards

Integrating Standards to Achieve Semantic Interoperability. Dr Ken Lunn Director of Data Standards Integrating Standards to Achieve Semantic Interoperability Dr Ken Lunn Director of Data Standards www.connectingforhealth.nhs.uk in the National Programme Development Programmes ETP C&B PBR SCR SUS Content

More information

Enhancing Laboratory Data Infrastructure to Access Real-World Evidence (RWE) for in vitro Diagnostics (IVDs): Three Models for RWE Use

Enhancing Laboratory Data Infrastructure to Access Real-World Evidence (RWE) for in vitro Diagnostics (IVDs): Three Models for RWE Use Enhancing Laboratory Data Infrastructure to Access Real-World Evidence (RWE) for in vitro Diagnostics (IVDs): Three Models for RWE Use Michael Waters, Ph.D. Michael.Waters@fda.hhs.gov Office of In Vitro

More information

Devices, Big Data, and Real World Evidence O R A C L E W H I T E P A P E R O C T O B E R

Devices, Big Data, and Real World Evidence O R A C L E W H I T E P A P E R O C T O B E R Devices, Big Data, and Real World Evidence O R A C L E W H I T E P A P E R O C T O B E R 2 0 1 7 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Has no real or apparent conflicts of interest to report.

Has no real or apparent conflicts of interest to report. Public Health and Support for Meaningful Use in Health Information Exchange Noam H. Arzt, PhD, FHIMSS President HLN Consulting, LLC San Diego, CA June 10, 2010 Conflict of Interest Disclosure Noam H. Arzt,

More information

SRISESHAA IN HEALTHCARE

SRISESHAA IN HEALTHCARE SRISESHAA IN HEALTHCARE www.sriseshaa.com www.mobilizeurapps.com www.seshdocmeet.com www.seshcliniq.com SRISESHAA IN HEALTHCARE Interface Mobility Collaboration SriSeshaa in Healthcare TECHNICAL IMPLEMENTATION

More information

Implementation and Operation of CDISC ODM-based EDC by UMIN

Implementation and Operation of CDISC ODM-based EDC by UMIN Implementation and Operation of CDISC ODM-based EDC by UMIN Takahiro Kiuchi, M.D., Ph.D. UMIN Center, The University of Tokyo Hospital, Tokyo, Japan 1 Content 1. CDISC standards and academic research 2.

More information