Clinical Observation Modeling

Size: px
Start display at page:

Download "Clinical Observation Modeling"

Transcription

1 Clinical Observation Modeling VA Informatics Architecture SOLOR Meeting Walter Sujansky January 31, 2013

2 Goals of Clinical Observation Modeling Create conceptual-level models of the discrete statements about patients that can be stored in, processed by, and retrieved from an information system A.k.a. Archetypes, Clinical Models, Clinical Event Models E.g., blood pressure, lab result, exam finding, symptom Standardize the capture, retrieval, and exchange of clinical observations within and between information systems Different software modules use the same clinical obs. models De-couple the creation and maintenance of clinical domainspecific objects from their technical implementation in software code and database structures Domain objects => Diverse, complex, frequently changing Technical implemenation => Brittle, costly to update 2

3 Clinical Observation Modeling Example Sujansky & Associates, LLC 3

4 Clinical Observation Models for Interoperability Data Capture (Data-Entry Forms, EDI Messages, XML Documents) Data Query (UI Displays, CDS Rules, Quality Measures) Data Exchange (APIs, EDI Messages, XML Documents) Meta-Data Models (flexible, extensible) Model-Driven Development (MDD) DB Schema & Code (invariant) Core Database Implementation Sujansky & Associates, LLC 4

5 OpenEHR: Example MDD Framework Sujansky & Associates, LLC 5

6 OpenEHR Reference Model Sujansky & Associates, LLC 6

7 OpenEHR Reference Model Sujansky & Associates, LLC 7

8 OpenEHR Reference Model Sujansky & Associates, LLC 8

9 OpenEHR Reference Model: Entry Classes Result of a clinical evaluation or test includes previous results and current observations Sujansky & Associates, LLC 9

10 OpenEHR Reference Model: Observation Class Sujansky & Associates, LLC 10

11 OpenEHR: Archetypes Sujansky & Associates, LLC 11

12 OpenEHR Example Archetype Sujansky & Associates, LLC 12

13 OpenEHR Example Archetype Sujansky & Associates, LLC 13

14 OpenEHR Example Archetype - Documentation Sujansky & Associates, LLC 14

15 Clinical Observation Models for Interoperability Data Capture (Data-Entry Forms, EDI Messages, XML Documents) Data Query (UI Displays, CDS Rules, Quality Measures) Data Exchange (APIs, EDI Messages, XML Documents) Clinical Models Reference Model Core Database Implementation Sujansky & Associates, LLC 15

16 OpenEHR Example Archetype Sujansky & Associates, LLC 16

17 OpenEHR: Templates Sujansky & Associates, LLC 17

18 OpenEHR Example Template Sujansky & Associates, LLC 18

19 OpenEHR Example Template: Use of Archetypes Sujansky & Associates, LLC 19

20 OpenEHR Example Template Sujansky & Associates, LLC 20

21 OpenEHR Example Template: Use of Archetypes Sujansky & Associates, LLC 21

22 OpenEHR Example Archetype Sujansky & Associates, LLC 22

23 OpenEHR Example Template Form View Sujansky & Associates, LLC 23

24 OpenEHR Architecture Sujansky & Associates, LLC 24

25 Clinical Observation Model (OpenEHR) Sujansky & Associates, LLC 25

26 Clinical Observation Model (OpenCEM) Sujansky & Associates, LLC 26

27 Clinical Observation Model (CIMI) Sujansky & Associates, LLC 27

28 Clinical Observations Design Patterns Observation = A Discrete Patient Descriptor E.g., Diagnosis, LDL level, Systolic BP, Apgar Score, Reported Symptom, Father s Diagnoses Facets of a patient descriptor 1. What Aspect of the patient is being described? Explicitly ( Patient s systolic BP is 130 mmhg : aspect = Systolic BP) or Implicitly ( Patient has asthma : aspect = Diagnosis) 2. What is the Value/Magnitude of the descriptor? Fatigue, 185, with units = mg/dl, Asthma, with type= intrinsic 3. Context When did the descriptor apply to the patient? Who reported it? Was patient sitting or standing at the time? What technique was used? (Sometimes fuzzy distinction between Context and Aspect) Sujansky & Associates, LLC 28

29 Multiple Valid Representations of Same Observation Patient has fasting LDL cholesterol of Aspect = Serum LDL cholesterol measurement Value = (185, with units-of-measure = mg/dl) Context = Fasting 2. Aspect = Lab Test Result Value = (Test type = Fasting Serum LDL cholesterol, mg/dl Test result = 185) Patient s Father had Heart Failure 1. Aspect = Diagnosis Value = Heart Failure Context = (Family History, with Relation = Father) 2. Aspect = Family History Value = (Heart Failure, with Relation = Father) Sujansky & Associates, LLC 29

30 Clinical Observations Patterns in Question Sujansky & Associates, LLC 30

31 Clinical Observations Patterns in Question Assertion Pattern Aspect = NULL Value = (Asthma, with type=intrinsic, severity = mild, ) Context = (Time of observation, person responsible, ) Evaluation Pattern Aspect = Serum LDL cholesterol ( the question ) Value = (185, with units-of-measure=mg/dl, ) ( the answer ) Context = Fasting Belief Pattern (??) Aspect = Diagnosis Value = (Asthma, with type=intrinsic, severity = mild, ) Aspect = LDL cholesterol, with Fasting-State = true Value = (185, with units-of-measure=mg/dl) Sujansky & Associates, LLC 31

32 Clinical Observation Patterns: Why does it matter? Desiderata for terminologies and concept models Understandable Definitions should be understandable by average clinicians [and others who use the definitions], given brief explanations Reproducible Retrieval and representation of the same concept should not vary according to the nature of the interface, user preferences, or the time of entry Usable We should ignore concepts or distinctions for which there is no current use in healthcare Sujansky & Associates, LLC 32

33 Clinical Observation Models for Interoperability Data Capture (Data-Entry Forms, EDI Messages, XML Documents) Data Query (UI Displays, CDS Rules, Quality Measures) Data Exchange (APIs, EDI Messages, XML Documents) Clinical Models Reference Model Core Database Implementation Sujansky & Associates, LLC 33

34 Clinical Observation Patterns: Why does it matter? Desiderata for terminologies and concept models Understandable Definitions should be understandable by average clinicians [and others who use the definitions], given brief explanations Reproducible Retrieval and representation of the same concept should not vary according to the nature of the interface, user preferences, or the time of entry Usable We should ignore concepts or distinctions for which there is no current use in healthcare Sujansky & Associates, LLC 34

35 Reproducible Clinical Observation Models Avoid arbitrary variation 1. Aspect = NULL Value = Regular pulse 2. Aspect = Skin Turgor Value = Normal 3. Aspect = Physical Exam Finding Value = Brisk Knee Reflex Explicitly represent clinically relevant distinctions 1. Aspect = Patient-Reported Symptom Value = Weakness in Right Arm 2. Aspect = Physical Exam Finding Value = Weakness in Right Arm vs. vs. vs. Sujansky & Associates, LLC 35

36 Possible Perspectives 1. Standardize on a single pattern for observations Easier for data analysts and software developers to remember the pattern for all clinical models and use them in applications, CDS rules, clinical measures, etc. Most general pattern is Belief pattern Aspect = <the relationship to the patient, possibly with modifiers> Value = <value of the relationship, possible with modifiers> 2. Allow multiple patterns, specific to individual types of observations, or even to specific observations Clinical models, themselves, will be quite complex and extensive, so the basic pattern of the model will comprise the least of the variations among models Hence, doesn t matter if there is one pattern or multiple patterns, as long as they are clearly documented 36

37 OpenEHR Example Archetype Sujansky & Associates, LLC 37

38 OpenEHR Example Archetype Sujansky & Associates, LLC 38

39 BAD violates Reproducible criterion Sujansky & Associates, LLC 39

40 Thank you

41 OpenEHR Example Template Sujansky & Associates, LLC 41

42 OpenEHR Example Template: Use of Archetypes Sujansky & Associates, LLC 42

43 OpenEHR Example Template Form View Sujansky & Associates, LLC 43

The openehr approach. Background. Approach. Heather Leslie, July 17, 2014

The openehr approach. Background. Approach. Heather Leslie, July 17, 2014 Heather Leslie, July 17, 2014 The openehr approach Background The open source openehr 1 architecture specifications 2 have evolved as the result of over 20 years of research and international implementations,

More information

CLINICIAN-LED E-HEALTH RECORDS. (AKA GETTING THE LITTLE DATA RIGHT) Dr Heather Leslie Ocean Informatics/openEHR Foundation

CLINICIAN-LED E-HEALTH RECORDS. (AKA GETTING THE LITTLE DATA RIGHT) Dr Heather Leslie Ocean Informatics/openEHR Foundation CLINICIAN-LED E-HEALTH RECORDS (AKA GETTING THE LITTLE DATA RIGHT) Dr Heather Leslie Ocean Informatics/openEHR Foundation An ongoing issue In attempting to arrive at the truth, I have applied everywhere

More information

SAGE. Nick Beard Vice President, IDX Systems Corp.

SAGE. Nick Beard Vice President, IDX Systems Corp. SAGE Nick Beard Vice President, IDX Systems Corp. Sharable Active Guideline Environment An R&D consortium to develop the technology infrastructure to enable computable clinical guidelines, that will be

More information

Why Human-Centered Design Matters

Why Human-Centered Design Matters Reading Review: Article Why Human-Centered Design Matters -Dave Thomsen, Wanderful Media HUMAN CENTERED DESIGN a human-centered approach fuels the creation of products that resonate more deeply with an

More information

Designing Clinical Concept Models for a Nationwide Electronic Health Records System For Japan

Designing Clinical Concept Models for a Nationwide Electronic Health Records System For Japan Original Article 16 Designing Clinical Concept Models for a Nationwide Electronic Health Records System For Japan Shinji Kobayashi 1, Naoto Kume 1, Takahiro Nakahara 2 and Hiroyuki Yoshihara 1 1 Department

More information

Combining Archetypes with Fast Health Interoperability Resources in Future-proof Health Information Systems

Combining Archetypes with Fast Health Interoperability Resources in Future-proof Health Information Systems 180 Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed

More information

Investigating implementing CEN with HL7 V3 and SNOMED CT Final Report

Investigating implementing CEN with HL7 V3 and SNOMED CT Final Report Investigating implementing CEN 13606 with HL7 V3 and SNOMED CT Programme NPFIT Document Record ID Key Sub-Prog / Project Technology Office Prog. Director P. Jones Status

More information

Quality requirements for EHR Archetypes

Quality requirements for EHR Archetypes Quality requirements for EHR Archetypes Dr Archana Tapuria, UCL Dr Tony Austin, UCL Prof Dipak Kalra, UCL, EuroRec Prof Georges De Moor, Univ. Gent, EuroRec MIE 2012, Pisa What is an Electronic Health

More information

ORC: an Ontology Reasoning Component for Diabetes

ORC: an Ontology Reasoning Component for Diabetes ORC: an Ontology Reasoning Component for Diabetes Özgür Kafalı 1, Michal Sindlar 2, Tom van der Weide 2 and Kostas Stathis 1 1 Department of Computer Science Royal Holloway, University of London, UK {ozgur.kafali,kostas.stathis}@rhul.ac.uk

More information

WELSH INFORMATION STANDARDS BOARD

WELSH INFORMATION STANDARDS BOARD WELSH INFORMATION STANDARDS BOARD DSC Notice: DSCN 2018 / 06 Date of Issue: 8 th August 2018 Welsh Health Circular / Official Letter: (2015) 053 Subject: CT Maturity Matrix Sponsor: Chris Newbrook, Head

More information

Rebooting Cancer Data Through Structured Data Capture GEMMA LEE NAACCR CONFERENCE JUNE, 2017

Rebooting Cancer Data Through Structured Data Capture GEMMA LEE NAACCR CONFERENCE JUNE, 2017 Rebooting Cancer Data Through Structured Data Capture GEMMA LEE NAACCR CONFERENCE JUNE, 2017 Acknowledgement Richard Moldwin, MD, PhD, CAP Sandy Jones, CDC Wendy Blumenthal, CDC David Kwan, Cancer Care

More information

CIMI Modeling Architecture, Methodology & Style Guide

CIMI Modeling Architecture, Methodology & Style Guide CIMI Modeling Architecture, Methodology & Style Guide Version 1 Submitted On: 12/04/2017 Authors: HL7 CIMI Work Group CIMI Architecture, Methodology, and Style Guide Page 3 BACKGROUND... 7 CIMI AND FHIR...

More information

QPP/MIPS Success with Longitudinal Quality Measurement

QPP/MIPS Success with Longitudinal Quality Measurement QPP/MIPS Success with Longitudinal Quality Measurement Session #299, March 9, 2018 Laura McCrary, Executive Director, KHIN John D Amore, President, Diameter Health 1 Conflict of Interest Laura McCrary,

More information

Interoperability Framework Spine Mini Service FGM RIS Provider

Interoperability Framework Spine Mini Service FGM RIS Provider Document filename: Interoperability Framework Spine Mini Service FGM RIS Provider Requirements 1.0 Project / Programme NHS Digital FGMP Project FGM RIS Document Reference Project Manager Poonam Sian Status

More information

When and Why to use a Classifier?

When and Why to use a Classifier? When and Why to use a Classifier? Alan Rector with acknowledgement to Jeremy Rogers, Pieter Zanstra,, & the GALEN Consortium Nick Drummond, Matthew Horridge, Hai Wang in CO-ODE/ ODE/HyOntUSE Information

More information

ADA Standards Committee on Dental Informatics Working Group Structure

ADA Standards Committee on Dental Informatics Working Group Structure ADA Standards Committee on Dental Informatics Working Group Structure N5 INFORMATION EXCHANGE Dr. M. Licking Dr. S. Trapp Mr. J. McLees Dr. Carla Evans Dr. Gregory Zeller To develop standards for reliable,

More information

Semantic Alignment between ICD-11 and SNOMED-CT. By Marcie Wright RHIA, CHDA, CCS

Semantic Alignment between ICD-11 and SNOMED-CT. By Marcie Wright RHIA, CHDA, CCS Semantic Alignment between ICD-11 and SNOMED-CT By Marcie Wright RHIA, CHDA, CCS World Health Organization (WHO) owns and publishes the International Classification of Diseases (ICD) WHO was entrusted

More information

Overview of Experimentation

Overview of Experimentation The Basics of Experimentation Overview of Experiments. IVs & DVs. Operational Definitions. Reliability. Validity. Internal vs. External Validity. Classic Threats to Internal Validity. Lab: FP Overview;

More information

Heiner Oberkampf. DISSERTATION for the degree of Doctor of Natural Sciences (Dr. rer. nat.)

Heiner Oberkampf. DISSERTATION for the degree of Doctor of Natural Sciences (Dr. rer. nat.) INTEGRATED REPRESENTATION OF CLINICAL DATA AND MEDICAL KNOWLEDGE AN ONTOLOGY-BASED APPROACH FOR THE RADIOLOGY DOMAIN Heiner Oberkampf DISSERTATION for the degree of Doctor of Natural Sciences (Dr. rer.

More information

SFHPT25 Explain the rationale for systemic approaches

SFHPT25 Explain the rationale for systemic approaches Overview This standard describes how explaining the rationale for a programme of systemic psychotherapy is an intrinsic, ongoing part of the therapy. It involves helping the family and significant systems

More information

GE Healthcare. Delivering the capabilities you need for Stage 2 in the Ambulatory Setting

GE Healthcare. Delivering the capabilities you need for Stage 2 in the Ambulatory Setting GE Healthcare Delivering the capabilities you need for Stage 2 in the Ambulatory Setting March 12, 2013 Topics Certification Criteria Attestation Requirements Functional Measures Clinical Quality Measures

More information

Data Structures vs. Study Results:

Data Structures vs. Study Results: Data Structures vs. Study Results: Confessions of a failed epidemiologist who had an informatics epiphany CG Chute, MD DrPH, Bloomberg Distinguished Professor of Health Informatics April 7, 2015 1 Chris

More information

Newborn Screening Issues and Answers Workshop: Laboratory Health Information Exchange November 1-2, Utah Department of Health

Newborn Screening Issues and Answers Workshop: Laboratory Health Information Exchange November 1-2, Utah Department of Health Newborn Issues and Answers Workshop: Laboratory Health Information Exchange November 1-2, 2010 User Group Access Method Query / Display Software IHC HELP2 Webkids in HELP2, querying directly and displaying

More information

Medtech32 Diabetes Get Checked II Advanced Form Release Notes

Medtech32 Diabetes Get Checked II Advanced Form Release Notes Medtech32 Diabetes Get Checked II Advanced Form Release Notes These Release Notes contain important information for all Medtech32 Users. Please ensure that they are circulated amongst all your staff. We

More information

HL7 Cross-Paradigm Specification: CIMI Logical Models, Release 1

HL7 Cross-Paradigm Specification: CIMI Logical Models, Release 1 HL7_XPARADIGM_CIMI_LM_R1_O1_2017JAN HL7 Cross-Paradigm Specification: CIMI Logical Models, Release 1 January 2017 HL7 For Comment Ballot Sponsored by: HL7 CIMI Work Group HL7 Clinical Decision Support

More information

glite Information System

glite Information System glite Information System Dr. Marco Fargetta Marco.Fargetta@ct.infn.it INFN, Italy EUAsiaGrid BioWorkshop NUS, Singapore 2010 Outline 1 Introduction 2 Background GLUE Schema LDAP 3 BDII 4 Monitoring 5 Conclusions

More information

The WCO + GEFEG WCO Data Model Implementation Tooling Packages. 1. Study Package 2. Customisation Package 3. Advanced (Extensible) Package

The WCO + GEFEG WCO Data Model Implementation Tooling Packages. 1. Study Package 2. Customisation Package 3. Advanced (Extensible) Package The WCO + GEFEG WCO Data Model Implementation Tooling Packages 1. Study Package 2. Customisation Package 3. Advanced (Extensible) Package The WCO Data Model Global Language of Customs Describes customs

More information

Binding Ontologies and Coding Systems to Electronic Health Records and Message

Binding Ontologies and Coding Systems to Electronic Health Records and Message Binding Ontologies and Coding Systems to Electronic Health Records and Message Alan Rector 1, Rahil Qamar 1 & Tom Marley 2 1 University of Manchester 2 University of Salford with acknowledgements to the

More information

Participatory Design

Participatory Design COMS W4170 UI Design and Evaluation 2 Steven Feiner Department of Computer Science Columbia University New York, NY 10027 September 27, 2018 1 Participatory Design Involve users in design process as fully

More information

Semantic Interoperable Electronic Patient Records: The Unfolding of Consensus based Archetypes

Semantic Interoperable Electronic Patient Records: The Unfolding of Consensus based Archetypes 170 Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed

More information

Report of the GUDID Clinically Relevant Size (CRS) Work Group

Report of the GUDID Clinically Relevant Size (CRS) Work Group LEARNING UDI COMMUNITY Report of the GUDID Clinically Relevant Size (CRS) Work Group WWW.AHRMM.ORG / LUC PREAMBLE The Clinically Relevant Size Work Group was convened to examine the utility of device size

More information

Semantic Interoperability for Health Network. Deliverable 4.4: Report on interface specifications between semantic artefacts

Semantic Interoperability for Health Network. Deliverable 4.4: Report on interface specifications between semantic artefacts Semantic Interoperability for Health Network Deliverable 4.4: Report on interface specifications between semantic artefacts [Version 2.0, July 31, 2015] Call: FP7 ICT 2011 7 Grant agreement for: Network

More information

APPLYING ONTOLOGY AND SEMANTIC WEB TECHNOLOGIES TO CLINICAL AND TRANSLATIONAL STUDIES

APPLYING ONTOLOGY AND SEMANTIC WEB TECHNOLOGIES TO CLINICAL AND TRANSLATIONAL STUDIES APPLYING ONTOLOGY AND SEMANTIC WEB TECHNOLOGIES TO CLINICAL AND TRANSLATIONAL STUDIES Cui Tao, PhD Assistant Professor of Biomedical Informatics University of Texas Health Science Center at Houston School

More information

Knowledge networks of biological and medical data An exhaustive and flexible solution to model life sciences domains

Knowledge networks of biological and medical data An exhaustive and flexible solution to model life sciences domains Knowledge networks of biological and medical data An exhaustive and flexible solution to model life sciences domains Dr. Sascha Losko, Dr. Karsten Wenger, Dr. Wenzel Kalus, Dr. Andrea Ramge, Dr. Jens Wiehler,

More information

The Electronic Oral Health Record

The Electronic Oral Health Record Volume 3 Number 1 February 15, 2002 The Electronic Oral Health Record Abstract This paper presents the history of the use of the computer for maintaining patient medical care information. An electronic

More information

Patient Education. intermountainhealthcare.org/diabetes. BG Tracker. for people with diabetes MONITORING BLOOD GLUCOSE

Patient Education. intermountainhealthcare.org/diabetes. BG Tracker. for people with diabetes MONITORING BLOOD GLUCOSE Patient Education intermountainhealthcare.org/diabetes Tracker for people with diabetes MONITORING BLOOD GLUCOSE Title Case My name/phone: Contact numbers: Healthcare provider: Diabetes educator: Pharmacy:

More information

Global WordNet Tools

Global WordNet Tools Faculty of Informatics, Masaryk University Botanická 68a, CZ-602 00 Brno, Czech Republic E-mail: hales@fi.muni.cz, xrambous@fi.muni.cz Web: http://deb.fi.muni.cz SeWe 2008, Svratka Outline 1 2 3 4 the

More information

EBCC Data Analysis Tool (EBCC DAT) Introduction

EBCC Data Analysis Tool (EBCC DAT) Introduction Instructor: Paul Wolfgang Faculty sponsor: Yuan Shi, Ph.D. Andrey Mavrichev CIS 4339 Project in Computer Science May 7, 2009 Research work was completed in collaboration with Michael Tobia, Kevin L. Brown,

More information

SIM HIT Assessment. Table 1: Practice Capacity to Support Data Elements

SIM HIT Assessment. Table 1: Practice Capacity to Support Data Elements SIM HIT Assessment This interactive document allows the Clinical Health Information Technology Advisors (CHITAs) to work with a SIM practice to institute sustainable quality improvement. The SIM HIT Assessment:

More information

Quality Improvement through HIT

Quality Improvement through HIT Quality Improvement through HIT What is quality in healthcare? Safe Effective Patientcentered Timely Efficient Equitable Overview Reinforce a vision for using HIT to improve quality Share our approach

More information

Explanation-Boosted Question Selection in Conversational CBR

Explanation-Boosted Question Selection in Conversational CBR Explanation-Boosted Question Selection in Conversational CBR Mingyang Gu and Agnar Aamodt Department of Computer and Information Science, Norwegian University of Science and Technology, Sem Sælands vei

More information

A Study on a Comparison of Diagnostic Domain between SNOMED CT and Korea Standard Terminology of Medicine. Mijung Kim 1* Abstract

A Study on a Comparison of Diagnostic Domain between SNOMED CT and Korea Standard Terminology of Medicine. Mijung Kim 1* Abstract , pp.49-60 http://dx.doi.org/10.14257/ijdta.2016.9.11.05 A Study on a Comparison of Diagnostic Domain between SNOMED CT and Korea Standard Terminology of Medicine Mijung Kim 1* 1 Dept. Of Health Administration,

More information

Real World Patients: The Intersection of Real World Evidence and Episode of Care Analytics

Real World Patients: The Intersection of Real World Evidence and Episode of Care Analytics PharmaSUG 2018 - Paper RW-05 Real World Patients: The Intersection of Real World Evidence and Episode of Care Analytics David Olaleye and Youngjin Park, SAS Institute Inc. ABSTRACT SAS Institute recently

More information

Standardize and Optimize. Trials and Drug Development

Standardize and Optimize. Trials and Drug Development Informatics Infrastructure to Standardize and Optimize Quantitative Imaging in Clinical Trials and Drug Development Daniel L. Rubin, MD, MS Assistant Professor of Radiology Member, Stanford Cancer Center

More information

Hypertension encoded in GLIF

Hypertension encoded in GLIF Hypertension encoded in GLIF Guideline 2 (Based on the hypertension guideline. Simplified (not all contraindications, relative contra-indications, and relative indications are specified). Drug interactions

More information

Towards use of OpenEHR Archetypes to support views of Cystic Fibrosis Review Records. Derek Corrigan

Towards use of OpenEHR Archetypes to support views of Cystic Fibrosis Review Records. Derek Corrigan Towards use of OpenEHR Archetypes to support views of Cystic Fibrosis Review Records Derek Corrigan A dissertation to the University of Dublin, in partial fulfilment of the requirements for the degree

More information

PROPOSED WORK PROGRAMME FOR THE CLEARING-HOUSE MECHANISM IN SUPPORT OF THE STRATEGIC PLAN FOR BIODIVERSITY Note by the Executive Secretary

PROPOSED WORK PROGRAMME FOR THE CLEARING-HOUSE MECHANISM IN SUPPORT OF THE STRATEGIC PLAN FOR BIODIVERSITY Note by the Executive Secretary CBD Distr. GENERAL UNEP/CBD/COP/11/31 30 July 2012 ORIGINAL: ENGLISH CONFERENCE OF THE PARTIES TO THE CONVENTION ON BIOLOGICAL DIVERSITY Eleventh meeting Hyderabad, India, 8 19 October 2012 Item 3.2 of

More information

Development of Capability Driven Development Methodology: Experiences and Recommendations

Development of Capability Driven Development Methodology: Experiences and Recommendations Development of Capability Driven Development Methodology: Experiences and Recommendations Janis Stirna, Jelena Zdravkovic, Janis Grabis, Kurt Sandkuhl Outline Objectives of the paper Requirements and principles

More information

Story Telling in Medical Imaging

Story Telling in Medical Imaging ECR'91 European Congress of Radiology Try it yourself, see how easy it is Yes, this is great! salesman radiologist Hasbergsvei 36 P.O. Box 235, NO3603 Kongsberg Norway gaudisite@gmail.com Abstract Story

More information

Integrating the Healthcare Enterprise (IHE) Structured Data Capture (SDC) Use Case: Cancer Registry Reporting

Integrating the Healthcare Enterprise (IHE) Structured Data Capture (SDC) Use Case: Cancer Registry Reporting Integrating the Healthcare Enterprise (IHE) Structured Data Capture (SDC) Use Case: Cancer Registry Reporting Sandy Jones Public Health Advisor Cancer Surveillance Branch, CDC Vijay Shah Director, Health

More information

CHAPTER 6 DESIGN AND ARCHITECTURE OF REAL TIME WEB-CENTRIC TELEHEALTH DIABETES DIAGNOSIS EXPERT SYSTEM

CHAPTER 6 DESIGN AND ARCHITECTURE OF REAL TIME WEB-CENTRIC TELEHEALTH DIABETES DIAGNOSIS EXPERT SYSTEM 87 CHAPTER 6 DESIGN AND ARCHITECTURE OF REAL TIME WEB-CENTRIC TELEHEALTH DIABETES DIAGNOSIS EXPERT SYSTEM 6.1 INTRODUCTION This chapter presents the design and architecture of real time Web centric telehealth

More information

Andrew Heed, B. Pharm. CPIO, Integration Architect. The Newcastle upon Tyne Hospitals NHS Foundation Trust.

Andrew Heed, B. Pharm. CPIO, Integration Architect. The Newcastle upon Tyne Hospitals NHS Foundation Trust. Andrew Heed, B. Pharm. CPIO, Integration Architect. The Newcastle upon Tyne Hospitals NHS Foundation Trust. Afroze Mobasher, Pharm. D Analyst Configurer Imperial College Healthcare NHS Trust Local reflection

More information

Certified Health IT Transparency and Disclosure Information 2014 Edition

Certified Health IT Transparency and Disclosure Information 2014 Edition Certified Health IT Transparency and Disclosure Information 2014 Edition 2015 Edition Certified Health IT Transparency and Disclosure Information I. Disclaimer This Complete EHR is 2014 Edition compliant

More information

Health informatics Digital imaging and communication in medicine (DICOM) including workflow and data management

Health informatics Digital imaging and communication in medicine (DICOM) including workflow and data management INTERNATIONAL STANDARD ISO 12052 Second edition 2017-08 Health informatics Digital imaging and communication in medicine (DICOM) including workflow and data management Informatique de santé Imagerie numérique

More information

The Architecture of Performance Measurement

The Architecture of Performance Measurement The Architecture of Performance Measurement Jason Oliveira Managing Director, Health Systems Consulting September 19 th, 2012 Copyright 2010 Recombinant Data Corp. All rights reserved. 1 Today s speaker

More information

Pan European ecall and TPS ecall data exchange Luca Bergonzi Sales executive EMEA & Asia Beta 80 Group. September 22, 2016

Pan European ecall and TPS ecall data exchange Luca Bergonzi Sales executive EMEA & Asia Beta 80 Group. September 22, 2016 Pan European ecall and TPS ecall data exchange Luca Bergonzi Sales executive EMEA & Asia Beta 80 Group September 22, 2016 Presentation outline Interoperability among PSAPs PSAP models The concept of Incident

More information

MIPS: Quality Direct EHR Manual for Aprima Users

MIPS: Quality Direct EHR Manual for Aprima Users MIPS: Quality Direct EHR Manual for Aprima Users CONTENTS QUALITY INTRODUCTION... 5 CMS 2: SCREENING FOR CLINICAL DEPRESSION AND FOLLOWUP PLAN....6 CMS 22: SCREENING FOR HIGH BLOOD PRESSURE AND FOLLOWUP

More information

Endocrinology TeleECHO Clinic Case Presentation Form

Endocrinology TeleECHO Clinic Case Presentation Form Endocrinology TeleECHO Clinic Case Presentation Form Complete ALL ITEMS on this form and fax to 503.228.4801 PLEASE NOTE that case consultations do not create or otherwise establish a provider-patient

More information

S160 #15. Comparing Two Proportions, Part 3 Odds Ratio. JC Wang. March 15, 2016

S160 #15. Comparing Two Proportions, Part 3 Odds Ratio. JC Wang. March 15, 2016 S60 #5 Comparing Two Proportions, Part 3 JC Wang March 5, 206 Outline Odds Odds 2 JC Wang WMU) S60 #5 S60, Lecture 5 2 / The odds that an event occurs is Odds = Odds Probability that event occurs Probability

More information

Moving Family Health History & Genetic Test Result Data into the Electronic Health Record for Clinical Decision Support

Moving Family Health History & Genetic Test Result Data into the Electronic Health Record for Clinical Decision Support Moving Family Health History & Genetic Test Result Data into the Electronic Health Record for Clinical Decision Support HL7 30 Years of Standards Development HIMSS February 21, 2017 Grant M. Wood Intermountain

More information

Interface Terminologies: Facilitating Direct Entry of Clinical Data into Electronic Health Record Systems

Interface Terminologies: Facilitating Direct Entry of Clinical Data into Electronic Health Record Systems Journal of the American Medical Informatics Association Volume 13 Number 3 May / Jun 2006 277 Review Paper j Interface Terminologies: Facilitating Direct Entry of Clinical Data into Electronic Health Record

More information

ADA Standards Committee on Dental Informatics Working Group Structure

ADA Standards Committee on Dental Informatics Working Group Structure INFORM ATION EXCHANGE ADA Standards Committee on Dental Informatics Working Group Structure Vice Dr. M. Licking Dr. Jonathan Knapp Dr. Mark Jurkovich To develop standards for reliable, persistent communication

More information

Understanding Users. - cognitive processes. Unit 3

Understanding Users. - cognitive processes. Unit 3 Understanding Users - cognitive processes Unit 3 Why do we need to understand users? Interacting with technology involves a number of cognitive processes We need to take into account Characteristic & limitations

More information

An Ontology-Based Electronic Medical Record for Chronic Disease Management

An Ontology-Based Electronic Medical Record for Chronic Disease Management An Ontology-Based Electronic Medical Record for Chronic Disease Management Ashraf Mohammed Iqbal, Michael Shepherd and Syed Sibte Raza Abidi Faculty of Computer Science Dalhousie University Halifax, NS,

More information

Avaya IP Office 10.1 Telecommunication Functions

Avaya IP Office 10.1 Telecommunication Functions Avaya IP Office 10.1 Telecommunication Functions Voluntary Product Accessibility Template (VPAT) Avaya IP Office is an all-in-one solution specially designed to meet the communications challenges facing

More information

DESCRIPTION: Percentage of new patients whose biopsy results have been reviewed and communicated to the primary care/referring physician and patient

DESCRIPTION: Percentage of new patients whose biopsy results have been reviewed and communicated to the primary care/referring physician and patient Quality ID #265: Biopsy Follow-Up National Quality Strategy Domain: Communication and Care Coordination Meaningful Measure Area: Transfer of Health Information and Interoperability 2019 COLLECTION TYPE:

More information

PRSB e-discharge summary phase 2 Medications and medical devices information model

PRSB e-discharge summary phase 2 Medications and medical devices information model PRSB e-discharge summary phase 2 Medications and medical devices information model Purpose This paper provides an information model for medications and medical devices. It is based on the discharge summary

More information

Incorporation of Imaging-Based Functional Assessment Procedures into the DICOM Standard Draft version 0.1 7/27/2011

Incorporation of Imaging-Based Functional Assessment Procedures into the DICOM Standard Draft version 0.1 7/27/2011 Incorporation of Imaging-Based Functional Assessment Procedures into the DICOM Standard Draft version 0.1 7/27/2011 I. Purpose Drawing from the profile development of the QIBA-fMRI Technical Committee,

More information

Information Technology-Driven Analytics: The Link Between Data Aggregation, Analytics and EHRs. Ronald A. Paulus, MD President and CEO June 27, 2011

Information Technology-Driven Analytics: The Link Between Data Aggregation, Analytics and EHRs. Ronald A. Paulus, MD President and CEO June 27, 2011 Information Technology-Driven Analytics: The Link Between Data Aggregation, Analytics and EHRs Ronald A. Paulus, MD President and CEO June 27, 2011 1 Summary Analytics and EHRs are co-dependent and complementary

More information

2016 General Practice/Family Practice Preferred Specialty Measure Set

2016 General Practice/Family Practice Preferred Specialty Measure Set 1 0059 5 0081 41 N/A 50 N/A 65 0069, EHR 66 0002, EHR Effective Clinical Care Effective Clinical Care Effective Clinical Care Diabetes: Hemoglobin A1c (HbA1c) Poor Control (>9%): Percentage of patients

More information

Scenario Vendor Products Standards

Scenario Vendor Products Standards Use Case Title: Cancer, Registry, Discovery, & Research Overview: Shira discovers she has colon cancer that has moved into her lungs. She seeks treatment with her oncologist and enrolls in a clinical trial

More information

Automated Blood Pressure Monitor

Automated Blood Pressure Monitor Automated Blood Pressure Monitor For Cardiac Stress and Exercise Testing SunTech Tango M2 Our cardiac stress blood pressure (BP) monitoring products give you the confidence to know that patient movement,

More information

Applying Appraisal Theories to Goal Directed Autonomy

Applying Appraisal Theories to Goal Directed Autonomy Applying Appraisal Theories to Goal Directed Autonomy Robert P. Marinier III, Michael van Lent, Randolph M. Jones Soar Technology, Inc. 3600 Green Court, Suite 600, Ann Arbor, MI 48105 {bob.marinier,vanlent,rjones}@soartech.com

More information

Avaya 3904 Digital Deskphone Voluntary Product Accessibility Template (VPAT)

Avaya 3904 Digital Deskphone Voluntary Product Accessibility Template (VPAT) Avaya 3904 Digital Deskphone Voluntary Product Accessibility Template (VPAT) The Avaya 3904 Digital Deskphone is an endpoint terminal used in conjunction with the Avaya Communication Server 1000 and Avaya

More information

Current State of Visualization of EHR data: What's needed? What's next? (Session No: S50)

Current State of Visualization of EHR data: What's needed? What's next? (Session No: S50) Current State of Visualization of EHR data: What's needed? What's next? (Session No: S50) Panel: Danny Wu, University of Michigan Vivian West, Duke University Dawn Dowding, Columbia University Hadi Kharrazi,

More information

APHL-PHDSC Collaboration Standards in the laboratory realm

APHL-PHDSC Collaboration Standards in the laboratory realm APHL-PHDSC Collaboration Standards in the laboratory realm November 9 th, 2012 PHDSC Annual Meeting Riki Merrick, MPH Contractor to Association of Public Health Laboratories Overview Collaboration between

More information

Inferencing in Artificial Intelligence and Computational Linguistics

Inferencing in Artificial Intelligence and Computational Linguistics Inferencing in Artificial Intelligence and Computational Linguistics (http://www.dfki.de/~horacek/infer-ai-cl.html) no classes on 28.5., 18.6., 25.6. 2-3 extra lectures will be scheduled Helmut Horacek

More information

Getting more out of life with Exercise! Rene Urteaga, M.S., MBA

Getting more out of life with Exercise! Rene Urteaga, M.S., MBA Getting more out of life with Exercise! Rene Urteaga, M.S., MBA Rene Urteaga, M.S., MBA CEO RUWellness, LLC Exercise Physiologist / Wellness Coach Graduate Degree Exercise Science Graduate Degree Business

More information

Welcome to the New England QIN-QIO Webinar!

Welcome to the New England QIN-QIO Webinar! Welcome to the New England QIN-QIO Webinar! Thank you for joining. Our presentation will begin shortly. If you haven t already, please dial in to the audio line: 888-895-6448 Passcode: 519-6001 Slides

More information

Intelligent Agents. CmpE 540 Principles of Artificial Intelligence

Intelligent Agents. CmpE 540 Principles of Artificial Intelligence CmpE 540 Principles of Artificial Intelligence Intelligent Agents Pınar Yolum pinar.yolum@boun.edu.tr Department of Computer Engineering Boğaziçi University 1 Chapter 2 (Based mostly on the course slides

More information

Big Data Phenomics in the VA. Outline

Big Data Phenomics in the VA. Outline Big Phenomics in the VA Mary Whooley MD Director, VA Measurement Science QUERI San Francisco VA Health Care System University of California, San Francisco Kelly Cho PhD MPH Phenomics Lead, Million Veteran

More information

Chapter 9. Tests, Procedures, and Diagnosis Codes The McGraw-Hill Companies, Inc. All rights reserved.

Chapter 9. Tests, Procedures, and Diagnosis Codes The McGraw-Hill Companies, Inc. All rights reserved. Chapter 9 Tests, Procedures, and Diagnosis Codes Chapter 9 Content: Overview Ordering A Test SpringLabsTM & Reference Lab Results Managing and Charting Tests Creating A New Test Documenting and Activating

More information

Contribution of Clinical Archetypes, and the Challenges, towards Achieving Semantic Interoperability for EHRs

Contribution of Clinical Archetypes, and the Challenges, towards Achieving Semantic Interoperability for EHRs Case Report Healthc Inform Res. 2013 December;19(4):286-292. pissn 2093-3681 eissn 2093-369X Contribution of Clinical Archetypes, and the Challenges, towards Achieving Semantic Interoperability for EHRs

More information

Avaya G450 Branch Gateway, Release 7.1 Voluntary Product Accessibility Template (VPAT)

Avaya G450 Branch Gateway, Release 7.1 Voluntary Product Accessibility Template (VPAT) Avaya G450 Branch Gateway, Release 7.1 Voluntary Product Accessibility Template (VPAT) can be administered via a graphical user interface or via a text-only command line interface. The responses in this

More information

Epic EHR workflows for CPC+

Epic EHR workflows for CPC+ Epic EHR workflows for CPC+ Wednesday 6/13/2018 12:30 to 1:30 - Presentation & EHR workflows 1:30 to 2:00 Review of Resources and Q & A Carl Barton & Anna Smolentzov Agenda Introductions Key learning objectives

More information

Chapter 1 Data Types and Data Collection. Brian Habing Department of Statistics University of South Carolina. Outline

Chapter 1 Data Types and Data Collection. Brian Habing Department of Statistics University of South Carolina. Outline STAT 515 Statistical Methods I Chapter 1 Data Types and Data Collection Brian Habing Department of Statistics University of South Carolina Redistribution of these slides without permission is a violation

More information

DENOMINATOR: All patients undergoing anterior or apical pelvic organ prolapse (POP) surgery

DENOMINATOR: All patients undergoing anterior or apical pelvic organ prolapse (POP) surgery Quality ID #434: Proportion of Patients Sustaining a Ureter Injury at the Time of Pelvic Organ Prolapse Repair National Quality Strategy Domain: Patient Safety Meaningful Measure Area: Preventable Healthcare

More information

Experimental Research in HCI. Alma Leora Culén University of Oslo, Department of Informatics, Design

Experimental Research in HCI. Alma Leora Culén University of Oslo, Department of Informatics, Design Experimental Research in HCI Alma Leora Culén University of Oslo, Department of Informatics, Design almira@ifi.uio.no INF2260/4060 1 Oslo, 15/09/16 Review Method Methodology Research methods are simply

More information

The Cochrane Skin Group - Core Outcome Set Initiative to develop core outcome sets across the whole of dermatology

The Cochrane Skin Group - Core Outcome Set Initiative to develop core outcome sets across the whole of dermatology The Cochrane Skin Group - Core Outcome Set Initiative to develop core outcome sets across the whole of dermatology Jan Kottner On behalf of the CSG-COUSIN 1 Background I Non-comparable outcome measures

More information

NIRS-based BCIs: Reliability and Challenges

NIRS-based BCIs: Reliability and Challenges NIRS-based BCIs: Reliability and Challenges Megan Strait 1 and Matthias Scheutz 1 Tufts University, Medford MA 02155, USA Abstract. Previously we contributed to the development of a braincomputer interface

More information

Haitham Maarouf 1, María Taboada 1*, Hadriana Rodriguez 1, Manuel Arias 2, Ángel Sesar 2 and María Jesús Sobrido 3

Haitham Maarouf 1, María Taboada 1*, Hadriana Rodriguez 1, Manuel Arias 2, Ángel Sesar 2 and María Jesús Sobrido 3 Maarouf et al. BMC Medical Informatics and Decision Making (2017) 17:159 DOI 10.1186/s12911-017-0568-4 RESEARCH ARTICLE Open Access An ontology-aware integration of clinical models, terminologies and guidelines:

More information

Integrated IAPT Data Guide

Integrated IAPT Data Guide Version Date Summary of changes Draft Nov 16 Initial version for feedback at early implementer workshop v3 Feb 17 Iterated version on Yammer for feedback v4 March 17 Version agreed at Outcomes & Informatics

More information

Using Big Data to Empower Consumer Choice. Oregon State of Reform Health Policy Conference September 24, 2014

Using Big Data to Empower Consumer Choice. Oregon State of Reform Health Policy Conference September 24, 2014 Using Big Data to Empower Consumer Choice Oregon State of Reform Health Policy Conference September 24, 2014 Agenda Big data Ideal state for consumers The best and worst of health information What is coming

More information

AN ONTOLOGICAL APPROACH TO REPRESENTING AND REASONING WITH TEMPORAL CONSTRAINTS IN CLINICAL TRIAL PROTOCOLS

AN ONTOLOGICAL APPROACH TO REPRESENTING AND REASONING WITH TEMPORAL CONSTRAINTS IN CLINICAL TRIAL PROTOCOLS AN ONTOLOGICAL APPROACH TO REPRESENTING AND REASONING WITH TEMPORAL CONSTRAINTS IN CLINICAL TRIAL PROTOCOLS Ravi D. Shankar, Susana B. Martins, Martin J. O Connor and Amar K. Das Stanford Medical Informatics,

More information

Women and Heart Disease

Women and Heart Disease Patient Education Women and Heart Disease Heart disease is the concern of every woman today. You might think that breast cancer and osteoporosis are the 2 biggest diseases that affect women. But, women

More information

HL7 s Version 2 standards and submission to immunization registries

HL7 s Version 2 standards and submission to immunization registries HL7 s Version 2 standards and submission to immunization registries Alean Kirnak Cochair HL7 Public Health and Emergency Response Workgroup American Immunization Registry Association Software Partners

More information

How Capturing True Clinical Intent Improves Patient Care March 1, 2016

How Capturing True Clinical Intent Improves Patient Care March 1, 2016 How Capturing True Clinical Intent Improves Patient Care March 1, 2016 John W. Showalter MD, MSIS Chief Health Information Officer University of Mississippi Medical Center Conflict of Interest John W.

More information

This product was developed by the Better Self Management of Diabetes program Evaluation Team with grant support from the Missouri Foundation for

This product was developed by the Better Self Management of Diabetes program Evaluation Team with grant support from the Missouri Foundation for This product was developed by the Better Self Management of Diabetes program Evaluation Team with grant support from the Missouri Foundation for Health. Tracking Workbook Revisions M A R Y O T OOLE, P

More information

Memory. 7.2 How Are Memories Maintained over Time? Sensory memory is brief Working Memory Is Active Long-Term Memory Is Relatively Permanent

Memory. 7.2 How Are Memories Maintained over Time? Sensory memory is brief Working Memory Is Active Long-Term Memory Is Relatively Permanent LP 7A encoding 1 Memory 7.1 What Is Memory? Memory Is the Nervous System s Capacity to Retain and Retrieve Skills and Knowledge Memory Is the Processing of Information Memory Is the Result of Brain Activity

More information

How do Categories Work?

How do Categories Work? Presentations Logistics Think about what you want to do Thursday we ll informally sign up, see if we can reach consensus. Topics Linear representations of classes Non-linear representations of classes

More information