User Interface Optimization for an Electronic Medical Record System

Size: px
Start display at page:

Download "User Interface Optimization for an Electronic Medical Record System"

Transcription

1 MEDINFO 2007 K. Kuhn et al. (Eds) IOS Press, The authors. All rights reserved. User Interface Optimization for an Electronic Medical Record System Kai Zheng a, Rema Padman b, Michael P. Johnson b a School of Public Health and School of Information, University of Michigan, U.S.A. b H. John Heinz III School of Public Policy and Management, Carnegie Mellon University, U.S.A. Abstract Many information technology-enabled healthcare applications have failed because their interfaces are difficult to use. Unfortunately, little attention has been paid in the health informatics community to designing effective user interfaces that are acceptable to healthcare professionals. This paper illustrates a method for improving application interface usability by applying sequential pattern analysis to analyze temporal event sequences recorded in an electronic medical record system. Such event sequences, or clickstreams, reflect clinicians navigation patterns in their everyday interactions with the computer system. The identified patterns have been used by software developers to calibrate the user interface of the system, so that the within-application workflow is better aligned with clinicians mental model of medical problem-solving. Such inferred patterns may also help to modify clinicians suboptimal practice behavior components, as manifested through their actual usage of this point-of-care electronic system. Keywords: user-centered design; user interface design; sequential pattern analysis; human-computer interaction; usability assessment; data display Introduction Medical practice is a complex process. Large amount of data must be accessed, assembled, and analyzed at the point of care to inform proper medical decision-making. In the era of paper-based patient records, clinicians flip through stacks of paper charts to look for desired information. The use of electronic systems has greatly facilitated health data retrieval. However, it has also introduced new dimensions of problems. Two paper documents, for instance, can be laid out side by side for cross reference, while on a computer screen it is usually impractical to have two windows visible at the same time. How to preserve the easy look-and-feel of paper charts is a real challenge for software developers. In addition, poorly designed application navigation flow may also escalate learning effort, decrease productivity, and increase user errors [1, 2]. Lack of good user interfaces has been long recognized as a major impediment to the acceptance and routine use of clinical informatics applications [3]. Unfortunately, very few research studies have looked at design principles for building intuitive and effective healthcare user interfaces (UI); even fewer have validated the usability of existing UI design in realistic clinical settings. Consequently, systems are created ad hoc, users are dissatisfied, and often systems are abandoned [2]. The present study was motivated by these facts. The computer system in question, the Clinical Reminder System (CRS), is a lite electronic medical record system (EMR) that collects, stores, and manages a wide range of patient and clinical data [4, 5]. In addition to its regular EMR functionalities, CRS is also intended to improve quality of care by providing clinicians just-in-time alerts and advisories using evidence-based guidelines. Since 2002, CRS has been deployed in an outpatient clinic at an urban hospital, and used by clinicians to treat patients in real time. While user, task, and representational analysis were performed during the software design phase with constant feedback by participating clinicians, its UI design was still critiqued after being routinely used in clinicians everyday practice. In a user satisfaction survey following a 10-month field trial, users complained that the application s early user interface, shown in Figure 1, provided little guidance as to a desired workflow [4, 5]. As a result, user acceptance was not satisfactory, and the utilization rate of the system remained low [4, 5]. Although this UI reflected the best knowledge of developers and preferences of the client organization, the standard Windows-based layout was reported as not aligned with our common practice styles. The horizontally arranged tabs, for example, did not reflect the preferred order of clinical information access. As a result, users expended substantial energy unnecessarily to adapt their practice to a UI design that they considered uncomfortable. Selected for best paper award. 1058

2 Figure 1 - An early user interface To solve the identified UI flaws, the system was reengineered into a full web-based application. A screenshot of the new web interface is shown in Figure 2. Unique features of the web-enabled application provide tremendous promise for maximally preserving the look-and-feel of traditional paper charts. In the new design, for example, different features conveying different clinical information elements are no longer arranged in a tabular form, instead, they are displayed in the same workspace that can be easily navigated by mouse scroll wheels, simulating paper-flipping behavior. A navigation menu is also provided on an adjacent frame to enable fast switches across different features. However, it is not known whether this new design is consistent with, or represents an improvement upon, clinicians typical workflow. The study reported in this paper was therefore conducted to identify the preferred sequential order in which different features of the system are accessed. To learn clinicians navigation behavior, this study uses a sequential pattern analysis method to analyze actual usage recorded in the computer logs that contain time stamped events. Actual usage data, unlike many software usability experiments, represent users interaction with a system under real working conditions, rather than on contrived laboratory exercises. Methods Sequential pattern analysis Sequential pattern analysis discovers hidden and recurring patterns within large sequences of events. It has been applied in a wide variety of domains such as web person specialization and page recommendation [6], HCI usability testing [7], and genetic sequence analysis [8]. In this study, a consecutive sequential pattern algorithm is employed to analyze the event sequences recorded in CRS. This algorithm detects consecutively occurring events that Figure 2 - New user interface to be evaluated appear across different sessions. Such patterns, that represent adjacent feature accesses frequently occurring next to each other and in a given sequential order, are of particular interest to inform UI redesign. Let s denote an even sequence by <e 1, e 2,, e n >, where e j, j 1 n, is an event that occurs at the j th position in s. The consecutive sequential pattern algorithm finds a sequence p <p t, p t+1,, p t+l > that is a subset of s, which is also part of, or supported by, other sequences. The support for p is defined as the fraction of total sequences that supports p. When a sequence satisfies a certain minimum 1059

3 support threshold, it is named a Sequential Pattern. The largest length sequential pattern that is not part of any other patterns is called a Maximal Sequential Pattern. The objective of the sequential pattern analysis is to find all such maximal sequential patterns. When the minimum support is a constant for any given length, the most efficient algorithm starts with calculating support for all possible sequences composed of two consecutive events. When a sequence does not satisfy the minimum support, it is removed from further computation; otherwise, it is treated as a candidate sequence to compute support for larger length sequences. The algorithm stops when no larger length sequences based on a current candidate would satisfy the minimum support. The current candidate sequence is then chosen as a maximal sequential pattern. Study site and data collection In this study, 10 months of usage data were electronically collected from October 1, 2005 to August 1, 2006 and analyzed. These usage data were generated from the most recent web-enabled version of CRS. The system implementation was accomplished in the summer of 2005 and substantial training was provided afterwards. The main CRS user population during the study period was composed of 40 first-, second-, and third year internal medicine residents. Residents who used the system for fewer than 5 patient encounters are excluded from the analysis. It is likely that such users interactions with CRS do not reflect mature application usage. 30 active resident users were thus identified, whose system usage was recorded in 973 unique patient encounters. same feature. For example the segment MMM, prescribing multiple medications consecutively, is collapsed into one single event M. In this study only across-feature navigation is of interest, that is, jumps across different features. Figure 3 shows the distribution of event sequence length after the collapsing operation. The sequences composed of 4 or less events are excluded from further data analysis because they provide little information in regard to sequential navigational patterns. This operation results in the loss of 6 additional users whose recorded sequence lengths are all below 5. After these data preparation procedures 473 event sequences are retained, generated by 24 distinct resident users. Distribution of number of sequences owned by each user is depicted in Figure 4. Several sample event sequences are shown below: HMOMYXAM GHXVHADADHA HGYXADAOMYSX OMRHFYXYXADADA HXOPMOMOMOMODADAM HSXDADADADADAMOMOMOMOMO S e q u e n c e L e n g t h Data analysis and results Data preparation Data preparation procedures were performed prior to the analysis. All events and their affiliated attributes, such as session ID and time stamp, were first collected from scattered data tables. The event type was then mapped based on a labeling schema, which is composed of distinct letter symbols. Table 1 lists all 17 main features 1 that the CRS application provides, ordered alphabetically by their labeling symbols 2. The screenshot shown in Figure 2 illustrates the on-screen positions of each of the 17 major features. Event sequences were then constructed. HMMMYAD, for instance, is a 7-length sequence composed of 7 events that occurred within a patient encounter, ordered chronologically by their time stamps. The resulting event sequences are further consolidated by collapsing repeating access to a Figure 3 - Distribution of event sequence length Figure 4 - Usage distribution among users Frequency of feature access Table 1 shows the aggregated proportion of feature accesses 3. These proportions roughly represent how frequently each application feature was used. As shown in Table 1, among the 17 major features Assessment and Plan, Diagnosis, and Medication were most heavily used. Note that while Encounter Memo appears on top of screen, it was seldom accessed. 1 Feature that must be displayed in a certain position for legal reasons, such as patient s demographics always appearing on top of an encounter page, is excluded from the consideration of this study. Also excluded are non-actable or not yet activated features, for example Reason for the Visit that is entered by nurses when a patient calls to make an appointment. 2 A symbol letter is usually the first letter of a feature unless there is a conflict. 3 Repeating access to a same feature is counted only once

4 Table 1 - Main features and overall frequency of access Label Feature Proportion (%) A Assessment and Plan B Retaking BP.34 D Diagnosis E Medication Side Effects.22 F Family History 1.24 G Allergies 1.88 H History of Present Illness 7.26 L Laboratory Test 3.58 M Medication O Order P Procedure.38 R Encounter Memo.44 S Social History 2.85 T Office Test.62 V Vaccine.83 X Physical Examination 6.69 Y Review of Systems 4.43 Table 2 shows the results of the sequential pattern analysis. All maximal sequential patterns included in the table satisfy a minimum support threshold of 15%. These patterns are sorted by the level of support they received. Table 2 - Maximal sequential pattern discovered Maximal Sequential Pattern Level of Support (%) ADAD DADA XADA OMOM MOMO YXAD HS OL 18.6 OMY 16.7 LO HO Some interesting sequential patterns emerge from Table 2. ADAD, appearing in 51.16% of all encounters, is the most salient pattern discovered, followed by a similar and partially overlapped pattern DADA, with 43.97% support. It indicates that the users of CRS frequently switched between the features Assessment and Plan and Diagnosis. Similarly, users frequently switched between Order and Medication, with 35.1% support for OMOM and 27.06% support for MOMO; and Order and Laboratory Test, with 18.6% support for OMOM and 15.64% support for MOMO. A further examination found that A precedes D more often (89.18%) when a user entered the AD...AD or DA...DA segment. Similarly, O was usually accessed before M (72.57%), and before L (71.58%). Supported by 40.17% of all encounters, ADA is preceded by X - Physical Examination, and YXAD appears in 21.78% of time. This indicates that Physical Examination Assessment and Plan Diagnosis is a frequently traversed path, which is often preceded by accessing Review of Systems. Further, OMY occurs in 16.7% of all sequences, indicating that OM - Order and Medication were often used before Y - Review of Systems. HS - History of Present Illness then Social History and HS - History of Present Illness then Order, are two other consecutive patterns with slightly smaller support, 19.03% and 15.01%, respectively. An ad hoc within-sequence analysis was further conducted to detect sequence segment recurring within an encounter session. Results are shown in Table 3. The Probability of Repeat in Table 3 exhibits the probability of a two-length event segment recurring within a sequence. DA or AD - Diagnosis and Assessment and Plan, OM or MO - Order and Medication, and OL or LO - Order and Laboratory Test, are three frequently repeating segments thus identified, which also confirm the cross sequence patterns of DADA, ADAD, OMOM, MOMO, OLOL, and LOLO. Because items in these reappearing sequence segments were usually accessed next to each other, they are hereby referred to as Bundled Action. Table 3 - Recurring patterns within encounters Sequential Pattern Probability of Repeat (%) AD MO OL DA OM LO The repeating access to bundled actions, however, blurs the boundary of jumps from a series of bundled action accesses to other features. For example the reappearing AD with varying length in the sequence HADAD...ADADXY impairs the analytical power for discovering whether there exists a pattern H-AD-Y that may help reveal interesting patterns at an overall level. Similar to collapsing repeating access to the same feature, repeating access to the same bundled action is further collapsed to count as one single occurrence. For example the HDAD...ADADAXY sequence is converted into HDAY to form a new, higher level sequence. A second pass sequential pattern analysis was then conducted to analyze the event sequences obtained after this collapsing operation. ADO - Assessment and Plan to Diagnosis to Order is the only additional sequential pattern thus identified, supported by 15.64% of all encounters. This pattern indicates that after a user finished working on Assessment and Plan and Diagnosis, he or she would switch to the Order section immediately to prescribe orders of new medications or laboratory tests. Discussion Based on the findings from analyzing actual usage data with sequential pattern analysis, several UI design principles can be arrived at: Encounter Memo should be properly relocated. This feature is less frequently used while occupying the most salient position in the current design; 1061

5 Assessment and Plan, Diagnosis, and Medication are the most frequently accessed features. They should be placed in the most salient positions on a computer screen; Assessment and Plan and Diagnosis, Order and Medication, and Order and Laboratory Test are bundled actions. They are usually accessed next to each other and often used multiple times within an encounter session. Navigation aids such as hyperlink shortcuts should be provided to facilitate these frequent feature switches; Review of Systems, Physician Examination, Assessment and Plan, and Diagnosis should be presented adjacent to each other in this sequential order. Accesses to these four features often appear as a series of events occurring sequentially. These design principles have been used in redesigning the existing user interface of CRS. Since the basic EMR functionalities that CRS provides are universal, these design principles may also be applicable to other electronic medical record systems. Conclusions Improving the UI design of an electronic medical record system can be successfully attained by analyzing the actual usage data recorded during its everyday use. The sequential patterns identified in this paper led to a set of design principles used in redesigning the application s user interface. These design principles mainly propose that different clinical information elements should be presented in the sequential order in which they are usually accessed, which reflects clinicians mental model of medical problem-solving during patient encounters. This study has a few limitations. First, actual usage data must be collected from a working system. Its current design, inevitably, may exert an influence on users own working style. Second, the findings are derived from testing a single system with certain unique features. While the method and the results provide general insights into designing user interfaces for other types of health applications, they may not be used without careful customization. Finally, the user population of this study was mainly composed of internal medicine residents. The derived design pattern reflecting their practice style may not be generalizable to other clinical specialties. References [1] Bates DW, Kuperman GJ, Rittenberg E, Teich JM, Fiskio J, Ma'luf N, Onderdonk A, Wybenga D, Winkelman J, Brennan TA, Komaroff AL, and Tanasijevic M. A randomized trial of a computer-based intervention to reduce utilization of redundant laboratory tests. Am J Med 1999; 106(2): [2] Tang PC and Patel VL. Major issues in user interface design for health professional workstations: summary and recommendations. Int J Biomed Comput 1994; 34(1-4): [3] Johnson CM, Johnson TR, and Zhang J. A user-centered framework for redesigning health care interfaces. J Biomed Inform 2005; 38(1): [4] Zheng K, Padman R, Johnson MP, Engberg J, and Diamond HS. An adoption study of a clinical reminder system in ambulatory care using a developmental trajectory approach. Medinfo. 2004; 11(Pt 2): [5] Zheng K, Padman R, Johnson MP, and Diamond HS. Understanding technology adoption in clinical care: clinician adoption behavior of a point-of-care reminder system. Int J Med Inform 2005; 74(7-8): [6] Montgomery AL, Li SB, Srinivasan K, and Liechty JC. Modeling online browsing and path analysis using clickstream data. Marketing Science 2004; 23(4): [7] Siochi AC and Ehrich RW. Computer analysis of user interfaces based on repetition in transcripts of user sessions, ACM Transactions on Information Systems 1991; 9(4): [8] Eres R, Landau GM, and Parida L. Permutation pattern discovery in biosequences. J Comput Biol 2004; 11(6): Address for correspondence Kai Zheng, kzheng@umich.edu, M3531 SPH II, 109 S. Observatory, Ann Arbor, , U.S.A. 1062

6

An Interface-Driven Analysis of User Behavior of an Electronic Health Records System

An Interface-Driven Analysis of User Behavior of an Electronic Health Records System Zheng An Interface-Driven Analysis of User Behavior of an EHR System Page 1 of 30 An Interface-Driven Analysis of User Behavior of an Electronic Health Records System Kai Zheng, Ph.D. 1 Rema Padman, Ph.D.

More information

Open-EMR Usability Evaluation Report Clinical Reporting and Patient Portal

Open-EMR Usability Evaluation Report Clinical Reporting and Patient Portal Open-EMR Usability Evaluation Report Clinical Reporting and Patient Portal By Kollu Ravi And Michael Owino Spring 2013 Introduction Open-EMR is a freely available Electronic Medical Records software application

More information

Transforming Healthcare in Emerging Markets with EMR adoption

Transforming Healthcare in Emerging Markets with EMR adoption Transforming Healthcare in Emerging Markets with EMR adoption Author Ann Geo Thekkel User Experience. Accenture, India Ann.geothekkel@accenture.com Abstract Compromising 24 countries, 35 percent of the

More information

The Electronic Medical Record (EMR)

The Electronic Medical Record (EMR) Journal of Applied Medical Sciences, vol. 2, no. 2, 2013, 79-85 ISSN: 2241-2328 (print version), 2241-2336 (online) Scienpress Ltd, 2013 The Electronic Medical Record (EMR) PeterChris Okpala 1 Abstract

More information

Visual Analytics to Enhance Personalized Healthcare Delivery

Visual Analytics to Enhance Personalized Healthcare Delivery Visual Analytics to Enhance Personalized Healthcare Delivery A RENCI WHITE PAPER A data-driven approach to augment clinical decision making CONTACT INFORMATION Ketan Mane, PhD kmane@renci,org 919.445.9703

More information

Understanding Web personalization with Web Usage Mining and its Application: Recommender System

Understanding Web personalization with Web Usage Mining and its Application: Recommender System Understanding Web personalization with Web Usage Mining and its Application: Recommender System Manoj Swami 1, Prof. Manasi Kulkarni 2 1 M.Tech (Computer-NIMS), VJTI, Mumbai. 2 Department of Computer Technology,

More information

Hospital IT Expenses and Budgets Related to Clinical Sophistication. Market Findings from HIMSS Analytics

Hospital IT Expenses and Budgets Related to Clinical Sophistication. Market Findings from HIMSS Analytics Hospital IT Expenses and Budgets Related to Clinical Sophistication Market Findings from HIMSS Analytics Table of Contents 2 3 4 8 13 14 Executive Summary Expense Metrics Used for this Research Operating

More information

PowerChart Cerner Millennium System

PowerChart Cerner Millennium System PowerChart Cerner Millennium System Non-Physician Training Manual Clinical Information System Team MCG Health, Inc. 1120 15 th Street Augusta, Georgia 30912 Version 3 Table of Contents 1. About the PowerChart

More information

Values of Healthcare

Values of Healthcare Values of Healthcare By Hanan Shahaf Health Organization Managers Our products are suitable for primary and secondary care systems, specialist and multi-disciplinary systems, hospital systems, and rural

More information

Creation and Implementation of a New Handoff System in the Electronic Medical Record at a Single Institution

Creation and Implementation of a New Handoff System in the Electronic Medical Record at a Single Institution Creation and Implementation of a New Handoff System in the Electronic Medical Record at a Single Institution Katie S Murray DO 1, Bardia Behravesh EdD 2, Lori Roop MBA 2, Greg Unruh MD 2,3, Aroop Pal MD

More information

Electronic Medical Records vs. Electronic Health Records: Yes, There Is a Difference. A HIMSS Analytics TM White Paper. By Dave Garets and Mike Davis

Electronic Medical Records vs. Electronic Health Records: Yes, There Is a Difference. A HIMSS Analytics TM White Paper. By Dave Garets and Mike Davis Electronic Medical Records vs. Electronic Health Records: Yes, There Is a Difference A HIMSS Analytics TM White Paper By Dave Garets and Mike Davis Updated January 26, 2006 HIMSS Analytics, LLC 230 E.

More information

EMDEON CLINICAL SOLUTIONS

EMDEON CLINICAL SOLUTIONS EMDEON CLINICAL SOLUTIONS Meaningful Use is easy with our web-based EMR Lite and leading Health Information Exchange Simplifying the Business of Healthcare EMDEON OVERVIEW Emdeon Connecting payers, providers

More information

Joint Implementation of Epic Ambulatory in Two Academic Centers

Joint Implementation of Epic Ambulatory in Two Academic Centers Joint Implementation of Epic Ambulatory in Two Academic Centers Tara Coxon Director, Information Technology St. Joseph s Healthcare, Hamilton Rob Lloyd MD FRCPC Medical Director, Clinical Informatics Hamilton

More information

Plan for Successful CDS Development, Design, and Deployment

Plan for Successful CDS Development, Design, and Deployment 1 Plan for Successful CDS Development, Design, and Deployment CDS Roll-Out Requires Careful Preparation and Capacity-Building Deploying CDS rolling out a new CDS intervention should only start after a

More information

Post-Implementation EMR Evaluation for the Beta Ambulatory Care Clinic Proposed Plan Jul 6/2012, Version 2.0

Post-Implementation EMR Evaluation for the Beta Ambulatory Care Clinic Proposed Plan Jul 6/2012, Version 2.0 1. Purpose and Scope Post-Implementation EMR Evaluation for the Beta Ambulatory Care Clinic Proposed Plan Jul 6/2012, Version 2.0 This document describes our proposed plan to conduct a formative evaluation

More information

Addressing the State of the Electronic Health Record (EHR)

Addressing the State of the Electronic Health Record (EHR) Addressing the State of the Electronic Health Record (EHR) Agenda Definitions Attributes Differences Adoption Model Current State Challenges Implementation considerations What is it? EMR CMR EHR EPR PHR

More information

Investigating Clinical Care Pathways Correlated with Outcomes

Investigating Clinical Care Pathways Correlated with Outcomes Investigating Clinical Care Pathways Correlated with Outcomes Geetika T. Lakshmanan, Szabolcs Rozsnyai, Fei Wang IBM T. J. Watson Research Center, NY, USA August 2013 Outline Care Pathways Typical Challenges

More information

MCCG PowerChart. Message Center Complete Manual. Hold the Ctrl key down & then left click on a link below to navigate to it:

MCCG PowerChart. Message Center Complete Manual. Hold the Ctrl key down & then left click on a link below to navigate to it: Hold the Ctrl key down & then left click on a link below to navigate to it: Table of Contents Overview of the Message Center Message Center Basics Working with the Message Journal Working with Documents

More information

Case Studies. Table of Contents

Case Studies. Table of Contents Table of Contents 1 Integration with an Oncology EMR and an External Billing System 3 2 Automated Patient Portal 4 3 Client Scheduling 5 4 Client Server based EMR 6 Version 0.0 Page 2 of 8 1 INTEGRATION

More information

Kuali Basics. Reference and Training Guide. Kuali Financial System Kuali Enterprise Workflow. Belongs to: Version 20110802

Kuali Basics. Reference and Training Guide. Kuali Financial System Kuali Enterprise Workflow. Belongs to: Version 20110802 Kuali Basics Reference and Training Guide Kuali Financial System Kuali Enterprise Workflow Belongs to: Version 20110802 Table of Contents edoc Fundamentals...1 About edoc Routing... 1 What is Ad Hoc Routing?...

More information

W E L C O M E. Event or Meeting Title. Jiajie Zhang, PhD 2013 WISH Closing Keynote

W E L C O M E. Event or Meeting Title. Jiajie Zhang, PhD 2013 WISH Closing Keynote W E L C O M E Event or Meeting Title Jiajie Zhang, PhD 2013 WISH Closing Keynote EHR Usability: The Emotional Stages Some time in the past We are here Some time in the future http://cabarettheatreblog.files.wordpr

More information

EHR 101. A Guide to Successfully Implementing Electronic Health Records

EHR 101. A Guide to Successfully Implementing Electronic Health Records EHR 101 A Guide to Successfully Implementing Electronic Health Records Electronic health records are the inevitable next step in the continued progress of U.S. healthcare. Medicine may be the most information-intensive

More information

Bringing Electronic Patient Records into Health Professional Education: Software Architecture and Implementation

Bringing Electronic Patient Records into Health Professional Education: Software Architecture and Implementation 888 Medical Informatics in a United and Healthy Europe K.-P. Adlassnig et al. (Eds.) IOS Press, 2009 2009 European Federation for Medical Informatics. All rights reserved. doi:10.3233/978-1-60750-044-5-888

More information

Health epractice Electronic Medical Record Physician Companion

Health epractice Electronic Medical Record Physician Companion Health epractice Electronic Medical Record Physician Companion 1 TABLE OF CONTENTS Section I: How Do I Access 1. St. John HealthPartner Website 4 2. Web Based Training (WBT) Modules.5 3. eclinicalworks

More information

Healthcare Measurement Analysis Using Data mining Techniques

Healthcare Measurement Analysis Using Data mining Techniques www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 03 Issue 07 July, 2014 Page No. 7058-7064 Healthcare Measurement Analysis Using Data mining Techniques 1 Dr.A.Shaik

More information

The Role of Design in the Design of EMR Systems

The Role of Design in the Design of EMR Systems The Role of Design in the Design of EMR Systems By: Kevin Richardson, PhD The recent Healthcare Information and Management Systems Society (HIMSS) report, Defining and Testing EMR Usability: Principles

More information

Microsoft Amalga HIS Electronic Medical Record

Microsoft Amalga HIS Electronic Medical Record m Microsoft Amalga HIS Electronic Medical Record The Microsoft Amalga Hospital Information System (HIS) revolves around an electronic medical record (EMR) providing a comprehensive view into a patient

More information

ehealth Competencies for Undergraduate Medical Education

ehealth Competencies for Undergraduate Medical Education ehealth Competencies for Undergraduate Medical Education Created by The Association of Faculties of Medicine of Canada in Partnership with Canada Health Infoway, May 2014 Contents Contents Acknowledgements...

More information

Exploring the Relationship Between Training and Usability: A Study of the Impact of Usability Testing On Improving Training and System Deployment

Exploring the Relationship Between Training and Usability: A Study of the Impact of Usability Testing On Improving Training and System Deployment Exploring the Relationship Between Training and Usability: A Study of the Impact of Usability Testing On Improving Training and System Deployment Andre W. KUSHNIRUK a,1, Kristin MYERS b, Elizabeth M. BORYCKI

More information

5 PLACES IN YOUR HOSPITAL WHERE ENTERPRISE CONTENT MANAGEMENT CAN HELP

5 PLACES IN YOUR HOSPITAL WHERE ENTERPRISE CONTENT MANAGEMENT CAN HELP 5 PLACES IN YOUR HOSPITAL WHERE ENTERPRISE CONTENT MANAGEMENT CAN HELP WHAT IS ECM AND WHY MIGHT YOU NEED IT? Although technology continues to improve how healthcare organizations share information both

More information

San Mateo Medical Center Innovative Care Clinic

San Mateo Medical Center Innovative Care Clinic San Mateo Medical Center Innovative Care Clinic 2 2009 CAPH/SNI Quality Leaders Awards NARRATIVE DESCRIPTION OF PROGRAM Please respond to the following questions. Please give detailed, but succinct answers

More information

What is Wrong with EMR?

What is Wrong with EMR? What is Wrong with EMR? James J. Cimino, M.D. Associate Professor, Department of Medical Informatics, Columbia University 161 Fort Washington Avenue, New York, New York 10032 USA Phone: (212) 305-8127

More information

Applicant Tracking System Job Aids. Prepared by:

Applicant Tracking System Job Aids. Prepared by: Applicant Tracking System Job Aids Prepared by: Contents System Navigation and My Setup Information for Users... 1 Creating Requisitions... 4 Duplicating Requisitions... 6 Requesting an Approval... 7 Viewing

More information

Draft Pan-Canadian Primary Health Care Electronic Medical Record Content Standard, Version 2.0 (PHC EMR CS) Frequently Asked Questions

Draft Pan-Canadian Primary Health Care Electronic Medical Record Content Standard, Version 2.0 (PHC EMR CS) Frequently Asked Questions December 2011 Draft Pan-Canadian Primary Health Care Electronic Medical Record Content Standard, Version 2.0 (PHC EMR CS) Frequently Asked Questions Background and History What is primary health care?

More information

Medical Records Training Manual for EMR

Medical Records Training Manual for EMR Medical Records Training Manual for EMR ENTERPRISE MEDICAL RECORD (EMR) The MEDITECH Enterprise Medical Record (EMR) collects, stores, and displays clinical data such as lab results, transcribed reports,

More information

Seamless flow. Medical Assistant & Nurse Training Guide. Rachel J. Cohen PhD DOHMH Training Manager Rcohen5@health.nyc.

Seamless flow. Medical Assistant & Nurse Training Guide. Rachel J. Cohen PhD DOHMH Training Manager Rcohen5@health.nyc. Seamless flow 2 eclinicalworks EMR Medical Assistant & Nurse Training Guide Rachel J. Cohen PhD DOHMH Training Manager Rcohen5@health.nyc.gov 212 788 5718 1 Contents Introduction... 3 Log In to eclinicalworks...

More information

Why EHR systems are Failing Doctors (and costing them thousands of dollars) by Robert J. Foley

Why EHR systems are Failing Doctors (and costing them thousands of dollars) by Robert J. Foley Why EHR systems are Failing Doctors (and costing them thousands of dollars) by Robert J. Foley Electronic Health Record system (EHR for short, and also referred to as EMR ) adoption is on the rise in the

More information

Nurses at the Forefront: Care Delivery and Transformation through Health IT

Nurses at the Forefront: Care Delivery and Transformation through Health IT Nurses at the Forefront: Care Delivery and Transformation through Health IT Ann OBrien RN MSN CPHIMS National Senior Director of Clinical Informatics Kaiser Permanente Robert Wood Johnson Executive Nurse

More information

Strategies for Gaining Physician Adoption

Strategies for Gaining Physician Adoption Strategies for Gaining Physician Adoption Nick Badenhop Manager of Information Services Physician Adoption Hospitals need effective strategies for setting physician expectations in order to gain user buy-in.

More information

Mona Osman MD, MPH, MBA

Mona Osman MD, MPH, MBA Mona Osman MD, MPH, MBA Objectives To define an Electronic Medical Record (EMR) To demonstrate the benefits of EMR To introduce the Lebanese Society of Family Medicine- EMR Reality Check The healthcare

More information

Using Big Data to Advance Healthcare Gregory J. Moore MD, PhD February 4, 2014

Using Big Data to Advance Healthcare Gregory J. Moore MD, PhD February 4, 2014 Using Big Data to Advance Healthcare Gregory J. Moore MD, PhD February 4, 2014 Sequencing Technology - Hype Cycle (Gartner) Gartner - Hype Cycle for Healthcare Provider Applications, Analytics and Systems,

More information

Clinical Decision Support

Clinical Decision Support Goals and Objectives Clinical Decision Support What Is It? Where Is It? Where Is It Going? Name the different types of clinical decision support Recall the Five Rights of clinical decision support Identify

More information

Electronic Medical Record Customization and the Impact Upon Chart Completion Rates

Electronic Medical Record Customization and the Impact Upon Chart Completion Rates 338 May 2010 Family Medicine Improving Workflow Electronic Medical Record Customization and the Impact Upon Chart Completion Rates Kevin J. Bennett, PhD; Christian Steen, MD Objective: The study s objctive

More information

Using EHRs, HIE, & Data Analytics to Support Accountable Care. Jonathan Shoemaker June 2014

Using EHRs, HIE, & Data Analytics to Support Accountable Care. Jonathan Shoemaker June 2014 Using EHRs, HIE, & Data Analytics to Support Accountable Care Jonathan Shoemaker June 2014 Agenda Allina Health overview ACO framework- setting the stage Health Information Technology and ACOs Role of

More information

At the top of the page there are links and sub-links which allow you to perform tasks or view information in different display options.

At the top of the page there are links and sub-links which allow you to perform tasks or view information in different display options. APPOINTMENTS TAB P r a c t i c e M a t e M a n u a l 38 OVERVIEW The Appointments Tab is used to set up appointments, reschedule or edit existing appointment information, check patients in and out, and

More information

Enter your User Id and Password and click the Log In button to launch the application.

Enter your User Id and Password and click the Log In button to launch the application. Working with CECAS How to Log In to CECAS Training Site In your internet browser, go to the following IP address: training.nccecas.org/cecas Enter your User Id and Password and click the Log In button

More information

INTER TRIBAL HEALTH AUTHORITY ELECTRONIC MEDICAL RECORD (EMR) CASE MANAGEMENT TRAINING MANUAL

INTER TRIBAL HEALTH AUTHORITY ELECTRONIC MEDICAL RECORD (EMR) CASE MANAGEMENT TRAINING MANUAL EMR CLINICAL TRAINING MANUAL INTER TRIBAL HEALTH AUTHORITY ELECTRONIC MEDICAL RECORD (EMR) CASE MANAGEMENT TRAINING MANUAL PROFILE VERSION 7 July 1, 2014 TABLE OF CONTENTS Module 1: Case Management - Administration

More information

After Visit Summary (AVS) VA Loma Linda Healthcare System

After Visit Summary (AVS) VA Loma Linda Healthcare System After Visit Summary (AVS) VA Loma Linda Health Care System John M Byrne DO John M. Byrne, D.O. Associate Chief of Staff for Education Chief Health Informatics Officer VA Loma Linda Healthcare System Associate

More information

A Characterization Taxonomy for Integrated Management of Modeling and Simulation Tools

A Characterization Taxonomy for Integrated Management of Modeling and Simulation Tools A Characterization Taxonomy for Integrated Management of Modeling and Simulation Tools Bobby Hartway AEgis Technologies Group 631 Discovery Drive Huntsville, AL 35806 256-922-0802 bhartway@aegistg.com

More information

Microsoft Dynamics GP. Field Service Preventive Maintenance

Microsoft Dynamics GP. Field Service Preventive Maintenance Microsoft Dynamics GP Field Service Preventive Maintenance Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed

More information

Comparative Usability Evaluation for an e-government Portal

Comparative Usability Evaluation for an e-government Portal Comparative Usability Evaluation for an e-government Portal Jason Withrow, Tom Brinck, Alfred Speredelozzi Diamond Bullet Design in Collaboration with the National Information Consortium 315 W. Huron St.

More information

Readiness Assessment: is your practice ready for electronic medical records?

Readiness Assessment: is your practice ready for electronic medical records? Readiness Assessment: is your practice ready for electronic medical records? This is the first article in a series designed to help the practicing physician understand the complexities, benefits, problems,

More information

CHAPTER - 5 CONCLUSIONS / IMP. FINDINGS

CHAPTER - 5 CONCLUSIONS / IMP. FINDINGS CHAPTER - 5 CONCLUSIONS / IMP. FINDINGS In today's scenario data warehouse plays a crucial role in order to perform important operations. Different indexing techniques has been used and analyzed using

More information

Peripheral Activities during EMR Use in Emergency Care: A Case Study

Peripheral Activities during EMR Use in Emergency Care: A Case Study Peripheral Activities during EMR Use in Emergency Care: A Case Study Joanna Abraham BS, Thomas George Kannampallil BS, Madhu C. Reddy PhD The Pennsylvania State University, University Park, PA 16802 Abstract

More information

Data Conversion Best Practices

Data Conversion Best Practices WHITE PAPER Data Conversion Best Practices Thomas Maher and Laura Bloemer Senior Healthcare Consultants Hayes Management WHITE PAPER: Data Conversion Best Practices Background Many healthcare organizations

More information

Physician Practice Connections Patient Centered Medical Home

Physician Practice Connections Patient Centered Medical Home Physician Practice Connections Patient Centered Medical Home Getting Started Any practice assessing its ability to achieve NCQA Physician Recognition in PPC- PCMH is taking a bold step toward aligning

More information

TOPS v3.2.1 Calendar/Scheduler User Guide. By TOPS Software, LLC Clearwater, Florida

TOPS v3.2.1 Calendar/Scheduler User Guide. By TOPS Software, LLC Clearwater, Florida TOPS v3.2.1 Calendar/Scheduler User Guide By TOPS Software, LLC Clearwater, Florida Document History Version Edition Date Document Software Trademark Copyright First Edition Second Edition 02 2007 09-2007

More information

Embedding Guidance in the Kaiser Permanente EHR. Wiley Chan, MD Kaiser Permanente Care Management Institute Oakland, CA, USA

Embedding Guidance in the Kaiser Permanente EHR. Wiley Chan, MD Kaiser Permanente Care Management Institute Oakland, CA, USA Embedding Guidance in the Kaiser Permanente EHR Wiley Chan, MD Kaiser Permanente Care Management Institute Oakland, CA, USA Statement of Disclosure Wiley Chan, MD I have no commercial or academic conflicts

More information

TOWARD A FRAMEWORK FOR DATA QUALITY IN ELECTRONIC HEALTH RECORD

TOWARD A FRAMEWORK FOR DATA QUALITY IN ELECTRONIC HEALTH RECORD TOWARD A FRAMEWORK FOR DATA QUALITY IN ELECTRONIC HEALTH RECORD Omar Almutiry, Gary Wills and Richard Crowder School of Electronics and Computer Science, University of Southampton, Southampton, UK. {osa1a11,gbw,rmc}@ecs.soton.ac.uk

More information

Health System Strategies to Improve Chronic Disease Management and Prevention: What Works?

Health System Strategies to Improve Chronic Disease Management and Prevention: What Works? Health System Strategies to Improve Chronic Disease Management and Prevention: What Works? Michele Heisler, MD, MPA VA Center for Clinical Practice Management Research University of Michigan Department

More information

Title: Patient Safety: The Role of Information Technology. Overview of Information Technology and Patient Safety in Healthcare

Title: Patient Safety: The Role of Information Technology. Overview of Information Technology and Patient Safety in Healthcare Title: Patient Safety: The Role of Information Technology Introduction In this chapter, we discuss the role of information technology (IT) in the reduction of medical errors and the improvement of patient

More information

6/14/2010. Clinical Decision Support: Applied Decision Aids in the Electronic Medical Record. Addressing high risk practices

6/14/2010. Clinical Decision Support: Applied Decision Aids in the Electronic Medical Record. Addressing high risk practices Clinical Decision Making in Emergency Medicine Ponte Vedra 2010 Evidence based decision support Clinical Decision Support: Applied Decision Aids in the Electronic Medical Record The ED as a high risk settings

More information

I am not a prospect I am a partner

I am not a prospect I am a partner IntelliRx, Transforming Prospect to Partner I am not a prospect I am a partner Scalable Systems Life Science & Healthcare Practices Improve Your DNA Data, Numbers & Analytics Intelli Rx Scalable Systems

More information

How To Understand The Financial Crisis

How To Understand The Financial Crisis White Paper September 2009 Top ten reports every insurance executive needs Executive insight with IBM Cognos software 2 Contents 5 The top 10 reports 5 The Production, Underwriting and Claims Overview

More information

Making Healthcare Easier: Benefits of an Integrated Electronic Medical Record and Practice Management System

Making Healthcare Easier: Benefits of an Integrated Electronic Medical Record and Practice Management System Making Healthcare Easier: Benefits of an Integrated Electronic Medical Record and Practice Management System An integrated practice management and electronic medical records system refers to applications

More information

Introduction to Information and Computer Science: Information Systems

Introduction to Information and Computer Science: Information Systems Introduction to Information and Computer Science: Information Systems Lecture 1 Audio Transcript Slide 1 Welcome to Introduction to Information and Computer Science: Information Systems. The component,

More information

How MissionPoint Health is Using Population Health Insights to Achieve ACO Success

How MissionPoint Health is Using Population Health Insights to Achieve ACO Success How MissionPoint Health is Using Population Health Insights to Achieve ACO Success Background The United States spends more per capita on healthcare than other country, yet is ranked last among industrialized

More information

Big Data Analytics- Innovations at the Edge

Big Data Analytics- Innovations at the Edge Big Data Analytics- Innovations at the Edge Brian Reed Chief Technologist Healthcare Four Dimensions of Big Data 2 The changing Big Data landscape Annual Growth ~100% Machine Data 90% of Information Human

More information

HIMSS EMR Usability Evaluation Guide For Clinicians Practices

HIMSS EMR Usability Evaluation Guide For Clinicians Practices HIMSS EMR Usability Evaluation Guide For Clinicians Practices Goal of this Guide This document has been prepared as an aid to practices engaged in selection of an electronic medical record (EMR) system.

More information

Testimony to the Meaningful Use Workgroup, ONC. Panel 1: Current HIT Support of Care Coordination

Testimony to the Meaningful Use Workgroup, ONC. Panel 1: Current HIT Support of Care Coordination Testimony to the Meaningful Use Workgroup, ONC Panel 1: Current HIT Support of Care Coordination August 5, 2010 Dr. Bates, Dr. Tang, Dr. Hripcsak, and Members of the Meaningful Use Workgroup: Thank you

More information

How to Achieve Meaningful Use with ICANotes

How to Achieve Meaningful Use with ICANotes How to Achieve Meaningful Use with ICANotes Meaningful use involves using an EHR in a way that the government has defined as meaningful to collect incentive payments. but do not participate. Note: If you

More information

SNMHI Summit 2011. Meaningful EHR Use: Technology Designed to Support the PCMH. Jeff Hummel, MD, MPH

SNMHI Summit 2011. Meaningful EHR Use: Technology Designed to Support the PCMH. Jeff Hummel, MD, MPH Summit 2011 LEARN SHARE TRANSFORM Meaningful EHR Use: Technology Designed to Support the PCMH Jeff Hummel, MD, MPH Medical Director for Clinical Informatics, Qualis Health Session 3C March 8, 10:30AM-12:00PM

More information

Designing and Evaluating a Web-Based Collaboration Application: A Case Study

Designing and Evaluating a Web-Based Collaboration Application: A Case Study Designing and Evaluating a Web-Based Collaboration Application: A Case Study Wenli Zhu Microsoft Corporation, One Microsoft Way, Redmond, WA 98052 USA ABSTRACT The Web has evolved from a simple browsing

More information

Prov.ID#: LICENSE NUMBER

Prov.ID#: LICENSE NUMBER PCIP Post-EHR Implementation Survey of Providers New York City Department of Health and Mental Hygiene (DOHMH), in collaboration with Columbia University, is conducting a survey of provider satisfaction

More information

Practice Readiness Assessment

Practice Readiness Assessment Practice Demographics Practice Name: Tax ID Number: Practice Address: REC Implementation Agent: Practice Telephone Number: Practice Fax Number: Lead Physician: Project Primary Contact: Lead Physician Email

More information

Microsoft Dynamics GP. Field Service - Preventive Maintenance

Microsoft Dynamics GP. Field Service - Preventive Maintenance Microsoft Dynamics GP Field Service - Preventive Maintenance Copyright Copyright 2010 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the

More information

Interactive Graphic Design Using Automatic Presentation Knowledge

Interactive Graphic Design Using Automatic Presentation Knowledge Interactive Graphic Design Using Automatic Presentation Knowledge Steven F. Roth, John Kolojejchick, Joe Mattis, Jade Goldstein School of Computer Science Carnegie Mellon University Pittsburgh, PA 15213

More information

Menu Item: Dashboards and Analytics/Business Informatics

Menu Item: Dashboards and Analytics/Business Informatics Cover Page Menu Item: Dashboards and Analytics/Business Informatics Name of Applicant Organization: Fremont Family Care Organization s Address: 2540 N Healthy Way, Fremont, NE 68025 Submitter s Name: Elizabeth

More information

Heuristic Walkthrough Usability Evaluation of Electronic Health Record with a Proposed Security Architecture

Heuristic Walkthrough Usability Evaluation of Electronic Health Record with a Proposed Security Architecture Heuristic Walkthrough Usability Evaluation of Electronic Health Record with a Proposed Prajakta Pawar, Sushopti Gawade Abstract: There currently appears to be concerted efforts at national (HSE) Regional

More information

Aspen Collaborative Demand Manager

Aspen Collaborative Demand Manager A world-class enterprise solution for forecasting market demand Aspen Collaborative Demand Manager combines historical and real-time data to generate the most accurate forecasts and manage these forecasts

More information

Email access via the Internet. Outlook Web Access

Email access via the Internet. Outlook Web Access Email access via the Internet Outlook Web Access SiX Document Title/ Search Keyword(s): Email access via the Internet Outlook Web Access Service Group: E-Learning & Information Management Contact Details:

More information

Leading Genomics. Diagnostic. Discove. Collab. harma. Shanghai Cambridge, MA Reykjavik

Leading Genomics. Diagnostic. Discove. Collab. harma. Shanghai Cambridge, MA Reykjavik Leading Genomics Diagnostic harma Discove Collab Shanghai Cambridge, MA Reykjavik Global leadership for using the genome to create better medicine WuXi NextCODE provides a uniquely proven and integrated

More information

Arti Tyagi Sunita Choudhary

Arti Tyagi Sunita Choudhary Volume 5, Issue 3, March 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Web Usage Mining

More information

Ambulatory Electronic Mental Health Record Solution

Ambulatory Electronic Mental Health Record Solution Ambulatory Electronic Mental Health Record Solution with connection to EHR Services, delivers patient centered care model and platform for service delivery June 2014 Partners Mackenzie Health and Southlake

More information

MEDITECH LSS Data Systems. Medical and Practice Management Suite

MEDITECH LSS Data Systems. Medical and Practice Management Suite & MEDITECH LSS Data Systems Medical and Practice Management Suite Putting Patient Care Back in the Center The seamless integration of all components of the MPM Suite into your MEDITECH HCIS provides benefits

More information

Hospital physicians' tasks and the use and nonuse of EHR-system functions

Hospital physicians' tasks and the use and nonuse of EHR-system functions Hospital physicians' tasks and the use and nonuse of EHR-system functions Associate professor Arild Faxvaag Norwegian centre for electronic health records research (NSEP) Faculty of medicine, NTNU 1 learning

More information

System: Menu option System Files has been renamed

System: Menu option System Files has been renamed 07/10/2012 MEDGEN EMR Release Notes: Version 6.0 Build 103.6.13 Attached please find recent updates that were made to your Medgen EMR system: Navigation / Display: A significant difference in Version 6

More information

EHRs vs. Paper-based Systems: 5 Key Criteria for Ascertaining Value

EHRs vs. Paper-based Systems: 5 Key Criteria for Ascertaining Value Research White Paper EHRs vs. Paper-based Systems: 5 Key Criteria for Ascertaining Value Provided by: EHR, Practice Management & Billing In One www.omnimd.com Before evaluating the benefits of EHRs, one

More information

Lab Activity File Management with Windows Explorer Windows XP, Vista, Windows 7 and Windows 8 Brought to you by RMRoberts.com

Lab Activity File Management with Windows Explorer Windows XP, Vista, Windows 7 and Windows 8 Brought to you by RMRoberts.com Lab Activity File Management with Windows Explorer Windows XP, Vista, Windows 7 and Windows 8 Brought to you by RMRoberts.com After completing this laboratory activity, you will be able to: o Open and

More information

IL-HITREC P.O. Box 755 Sycamore, IL 60178 Phone 815-753-1136 Fax 815-753-2460 email info@ilhitrec.org www.ilhitrec.org

IL-HITREC P.O. Box 755 Sycamore, IL 60178 Phone 815-753-1136 Fax 815-753-2460 email info@ilhitrec.org www.ilhitrec.org IL-HITREC P.O. Box 755 Sycamore, IL 60178 Phone 815-753-1136 Fax 815-753-2460 email info@ilhitrec.org www.ilhitrec.org INTRODUCTION BENEFITS CHALLENGES WHY NOW? HOW WE HELP SUMMARY Better patient care

More information

EMBRYONIC DEVELOPMENT DATA ACCESS TO ACTIONABLE DATA PGD / PGS DATA OUR PROPRIETARY DATA ASSETS INCLUDE: EMR DATA CYCLE DATA

EMBRYONIC DEVELOPMENT DATA ACCESS TO ACTIONABLE DATA PGD / PGS DATA OUR PROPRIETARY DATA ASSETS INCLUDE: EMR DATA CYCLE DATA PRACTICEHWY INTEGRATES REPRODUCTIVE MEDICINE EXPERTISE AND BUSINESS INSIGHT TO PROVIDE REAL-WORLD, EVIDENCE-BASED MARKET INTELLIGENCE FOR MANAGING YOUR PRODUCT S LIFECYCLE. Access to our comprehensive

More information

Evaluating a Clinical Decision Support Interface for End-of-Life Nurse Care

Evaluating a Clinical Decision Support Interface for End-of-Life Nurse Care Evaluating a Clinical Decision Support Interface for End-of-Life Nurse Care Alessandro Febretti 1 afebre2@uic.edu Janet Stifter 2 jstift2@uic.edu Gail M Keenan 2 gmkeenan@uic.edu 1 Electronic Visualization

More information

Microsoft Outlook 2003 Basic Guide

Microsoft Outlook 2003 Basic Guide Microsoft Outlook 2003 Basic Guide Table of Contents Introduction... 2 Getting Help... 2 Exploring Outlook... 3 Drop-Down Menus... 3 Navigation Pane... 4 Folder Pane... 7 Reading Pane... 7 Toolbars...

More information

elearning 5.6 Education Plan Guide >> EHR CGT

elearning 5.6 Education Plan Guide >> EHR CGT elearning 5.6 Education Plan Guide >> EHR CGT Table of Contents This document is for informational purposes only. You cannot launch elearning courses from this page. EHR Application Basics v5.6... 4 v5.6

More information

-Mary White RN, MBA, CPHRM Risk Manager, July 22, 2013

-Mary White RN, MBA, CPHRM Risk Manager, July 22, 2013 Statement on the Importance of Collaboration between Biomedical Engineering and Clinical Staff and the Simulation Laboratory Activities to Patient Safety and Reporting at Brigham & Women's Hospital (BWH)

More information

Instructions on How to Access Online Resources in SATERN

Instructions on How to Access Online Resources in SATERN Instructions on How to Access Online Resources in SATERN 1. Types of Online Resources..2 2. Accessing and Launching Online Courses... 3 This job aid guides you through the steps to: a. Finding online courses:

More information

Building More Usable Electronic Health Records (EHRs) Supporting the Needs of Developers Focus on Faster & Usable Clinical Documentation

Building More Usable Electronic Health Records (EHRs) Supporting the Needs of Developers Focus on Faster & Usable Clinical Documentation Building More Usable Electronic Health Records (EHRs) Supporting the Needs of Developers Focus on Faster & Usable Clinical Documentation Jorge A. Ferrer, M.D., M.B.A. Medical Informaticist Chief Health

More information

EMR Adoption Survey. Instructions. This survey contains a series of multiple-choice questions corresponding to the 5-stage EMR Adoption Model.

EMR Adoption Survey. Instructions. This survey contains a series of multiple-choice questions corresponding to the 5-stage EMR Adoption Model. EMR Adoption Survey Instructions This survey contains a series of multiple-choice questions corresponding to the -stage EMR Adoption Model. If the respondent is a physician, ask all questions. If the respondent

More information

Care360 EHR Frequently Asked Questions

Care360 EHR Frequently Asked Questions Care360 EHR Frequently Asked Questions Table of Contents Care360 EHR... 4 What is Care360 EHR?... 4 What are the current capabilities of Care 360 EHR?... 4 Is Care 360 EHR an EMR?... 5 Can I have Care360

More information