Integrating the HIE into the EHR Workflow

Size: px
Start display at page:

Download "Integrating the HIE into the EHR Workflow"

Transcription

1 Integrating the HIE into the EHR Workflow HIMSS Health Information Exchange Committee HIE Provider Engagement Workgroup July Healthcare Information and Management Systems Society (HIMSS) 1

2 TABLE OF CONTENTS The State of HIE Development... 3 The Case for Context Integration... 3 The Case for API Integration... 4 Provider Workflow (patient-specific)... 5 Patient Intake... 5 Patient Exam... 6 eprescribing... 6 edelivery... 7 Consult & Provider-Provider Messaging... 7 Provider Workflow (non-patient specific)... 7 Process In-Box (physician s office work queue)... 8 Query HIE... 9 Discussion on Interoperability... 9 API Messaging vs. Traditional Messaging... 9 Acknowledgements HIE Committee Provider Engagement Workgroup HIMSS Staff Healthcare Information and Management Systems Society (HIMSS) 2

3 This white paper is intended for vendors and developers of EHR and HIE software, and for those potential EHR and HIE customers who are gathering criteria for product evaluation. It is focused on ways to make the HIE functionality, which is typically only available through portals, more closely bound to the EHR workflow and functionality. This integration will enable the physician to take advantage of the additional HIE functionality without leaving their familiar EHR context. THE STATE OF HIE DEVELOPMENT Health Information Exchange (HIE) in its most rudimentary form is transaction-based messaging between otherwise unrelated entities. One of the first transactions typically automated is the movement of a laboratory test result from the lab result producer to the provider who requested the test. The HIE can automate the delivery of the result not only as a message to a provider s in-box within their EHR, but also as an actual delivery to the in-bound interface capability for filing of the discrete lab result into the EHR. Most HIE vendors, in an effort to make the HIE appeal to a broader provider audience (especially physicians who may not have an EHR in their office setting), began storing results either centrally or in edge servers and making those results available through portals over the Internet. The portals have subsequently given rise over time to additional functionality that has been added to vendor HIE software offerings like provider-provider messaging, provider-patient messaging, ordering tests, requesting results, creating consult requests, eprescribing, and other functions typically found in EHRs. In fact, some HIE vendors have gone so far as to create (sometimes Meaningful Use certified ) complete EHR product capabilities within their SAAS (software as a service) offerings. The natural endpoint of this parallel functionality development within the HIE vendor community has led to complimentary, but often unwieldy workflows as physicians find the need to move between the EHR context and the HIE Portal context to make use of an HIE s added functionality. This white paper makes the case for two forms of integrating effort which will first make the switch from the EHR to the HIE simpler and more seamless ( context integration ), and in more sophisticated settings, provide the HIE s functionality without the physician ever leaving the context of their EHR ( API Integration ). The Case for Context Integration The argument for integration of HIE into the EHR workflow context is very similar to the argument for the definition and use of common clinical context objects which launched the Clinical Context Object Workgroup 1 (CCOW) in the late 1990s. For CCOW, the objective was to create the specifications for and connectivity to objects which would be common among otherwise dissimilar applications from different vendors which are run in the same hospital or provider entity. These objects like patient identity, provider identity, session identity, and even clinical subject are stored and 1 Clinical Context Object Workgroup (CCOW) is an HL7 Work Group established to define standards that enable the visual integration of otherwise disparate healthcare applications. The objective is to define clinical element key objects such as patient ID, physician ID, clinical subject, etc. that can be passed between applications to allow the receiving application to orient to the context of the sending application when workstation control is passed Healthcare Information and Management Systems Society (HIMSS) 3

4 passed between applications through application programming interfaces (APIs) or other means. This process allows the application receiving control of the user session to immediately move to the appropriate point in the application indicated by the context objects, without the provider having to reinput this information. The basic idea is to save keystrokes and make the two applications appear to be working in concert with each other. Clinical context objectives (CCOs) have had limited success due to limited vendor adoption. In the most simple case, consider a "one-click" link across from the EHR to the HIE, but with context intact enabling the physician working in the context of their EHR seamless access to information stored in the HIE. Using the CCO concept, the EHR would store the relevant information into a set of objects as it is being used. Once the user makes a decision to access the HIE, those objects are current and can deliver the needed information to the HIE so that it appears that the two applications are well coordinated, which, in fact, they are. To provide a simple scenario illustrating the above statement, consider a physician we will call her Dr. Connected who is performing a subjective interview with her patient when the patient references an Emergency Department (ED) visit last month: Dr. Connected clicks on the "view HIE" button in her EHR, and four things happen behind the scenes: o the provider's credentials are automatically transferred from the EHR to the HIE and accepted at the HIE (sometimes referred to as Single Sign-on or SSO ); o the patient context is passed to the HIE; o the clinical context is set (what chart section the physician is in on their EHR when the request is made); and o the EHR window is suspended and the physician is placed into the HIE portal window at the "search current visits" position. From there, a number of secondary functions are possible through the HIE that include visual review of the ED reason for visit and discharge summary. Dr. Connected can discuss the ED outcome with the patient while in the HIE portal window, and then could optionally mark selected documents to be filed into the EHR. o Each marked document would then be triggered for transfer through normal interface messages from the HIE to the EHR using normal push message functionality. The Case for API Integration From the perspective of a very busy physician with a 15-minute or 12-minute visit interval, there is simply not enough time to search an HIE portal for information, or to jump back and forth between the usage context of the HIE portal and the context of their EHR to search for provider addresses, send messages to other providers, receive messages, review test results and so forth. So, the objective of this HIE-into-the-EHR Integration perspective is to find ways in which common APIs can be developed between EHRs and HIEs so that the physician s workflow is not interrupted, but the additional benefits that an HIE can bring are realized without adding to the physician s already time-critical schedules Healthcare Information and Management Systems Society (HIMSS) 4

5 In the following sections we propose HIE functions and workflows which can be enhanced with interoperability APIs to allow the HIE functions to be seemingly performed from within the EHR. In some cases today we are starting to see EHR vendors work with HIE vendors to provide some degree of this interoperability; however, there is no consistent effort in the industry at this time to make this type of interoperability commonplace. Where interoperability is being supplied through APIs, the assumption is that all of the session transitions and functionality are being performed over an HTTPS connection or similar secured circuit. It is also assumed that there is already an established SSO capability 2 allowing the APIs to function with the asserted privilege level of the provider who has been authenticated to their EHR. These Security Assertion Markup Language (SAML) 3 assertions could be pulled directly from the CCOW work previously referenced. PROVIDER WORKFLOW (PATIENT-SPECIFIC) The approach used for this section is to work through a clinician s use of an EHR in their office which is supported by an HIE step-by-step, as they work through a specific patient visit. Patient Intake Gather relevant information from the HIE: This function is likely not a physician-triggered event, but occurs when support staff schedules and gathers information about a patient, or checks a patient in and rooms the patient. The use case is focused toward those HIEs that do not automatically forward all clinical events to the physician (push messaging). If the HIE provides a query/response process, then the functionality described could be accomplished through that function, perhaps even depositing the data directly into the provider s EHR. Otherwise, the idea would be to pre-fetch the patient s summary clinical record (perhaps a CCR or CCD with appropriate style sheet) into cached web pages available through the EHR s portal, and have the information available immediately when the provider wants to look at it. The capability would request things like: Visit history to other providers Medication history based on current data in the HIE s community record Relevant testing / consults Recent care-related documents (perhaps including a CCR or CCD) 2 Single Sign-on (SSO) is a commonly used term for federated access management. While this concept is not new, it is only recently gaining popularity as many unrelated applications, each with its own access authorization process, attempt to interoperate. In a simple implementation, the Active Directory entry for the currently logged user can be queried by the application receiving control, allowing that user to be authenticated. In a more complex situation, such as that encountered when an HIE function running in a portal is passed control from an EHR, a SAML certificate may need to be used which contains attributes needed to both authenticate and authorize the individual. 3 Security Assertion Markup Language (SAML) is an XML-based set of specifications and processing semantics for a certificate artifact that can be used by the receiving party to authenticate and authorize a user based on the embedded assertions of a trusted issuing party; see Healthcare Information and Management Systems Society (HIMSS) 5

6 The request process would be through either an HL7 appointment or registration message, or an API that invokes the pre-defined service of the HIE configured during setup for that physician. Information provided to the HIE through the HL7 message or the API includes the trigger event, the physician, the patient context, and an indicator of the control point (where control is returned to after the service completes). The triggering EHR or practice management system would execute the HL7 message or API during the schedule commit, the registration / check-in process, or during patient rooming. The result content, if it is not loaded directly into the EHR, would need to be cached as portal pages available to the physician through the EHR. Patient Exam One-button switch of focus from the EHR to the HIE portal, and one-button return: If data is prestaged, as noted above, then when an HIE Portal icon or button is clicked in the EHR, the HIE portal becomes the active screen. If pre-staging is not done, then the provider, patient, and EHR focus would be carried over in the API through context objects as described under the Case for Context Integration section above. The HIE Portal would access the appropriate patient data and display without further input from the physician, and the pre-determined initial screen based on the HIE Portal s setup for that physician or practice would be displayed. One significant addition to this capability would be the ability for the provider to mark or select certain documents or reports to be sent to that physician s EHR. Essentially, this capability would involve the physician clicking on certain documents displayed in the portal (e.g., an individual medication, a medication reconciliation, a laboratory report, a list of allergies) which the physician wants to have filed in the local EHR for that patient. The objects selected would be sent via standard interface message at the conclusion of the select process. It should be noted that whatever interface message is used (whether it be HL7 2.x, a HITSP construct, or an IHE specification), it must be developed and tested to assure that it can be properly formed in the HIE and received and stored properly in the EHR. eprescribing Incorporation of eprescribing workflow and functionality into the EHR and HIE: eprescribing generally involves several steps, most of which the EHR probably enables, and part of that enablement may be delivered from third parties such as Surescripts, RelayHealth or Emdeon. These secondary datasets include functions such as eligibility, deductible and co-pay information, formulary (covered meds, recommended generics), and interaction rules triggered from the active medication list. HIEs may provide connectivity to these functions as an alternative to the EHR s secondary data suppliers. Consequently, for each of the eprescribing data-function sets, an API that calls the subject HIE functionality needs to be provided, data can be delivered to the EHR for internal processing, or the entire function can be handed off to the HIE for completion. The context is the provider, patient, insurance/plan, proposed medication (or pointer to the med list), and trigger code (what functionality is being called). Clearly, this capability will depend upon the depth of functionality in the EHR, and one would expect that EHRs will be required to have very specific eprescribing capabilities if they are 2011 Healthcare Information and Management Systems Society (HIMSS) 6

7 certified. The HIE functions that may be of most interest to the providers are those which third party eprescribing vendors may alternatively be provided through the HIE. Control is always automatically returned to the EHR for the end-of-visit patient instruction printing and record keeping. edelivery A sub-component of eprescribing: While most EHRs have eprescribing functionality, the edelivery process is either not addressed, or the way it is addressed is through connection to an eprescribing vendor with limited reach. Often, after prescriptions are created through the electronic record, they are dropped to print or fax. The HIE is likely to have a longer and more thorough reach, but to deliver the Rx (or multiple Rx), the connectivity of the HIE needs to be made available within the context of the EHR. The API would switch to the HIE and bring up addressing of the prescriptions, and then move automatically to transmission. Alternatively, the API could just transfer a list of available pharmacies in the area to the EHR s edelivery capability. The context is the provider, patient, and Rx list (with all data completed). Control is always automatically returned to the EHR for the end-of-visit patient instruction printing and record keeping. Consult & Provider-Provider Messaging Secure messaging between providers: While some EHRs treat consults like an order, others have specialized functionality for creating the consult and even attaching demographic and clinical data needed by the consultant. Within a specific instance of the EHR software, consultants who are part of the IPA or medical group can be addressed directly and sent to directly, and within some EHRs, even those physicians in different EHR instances can be selected and sent to. However, HIEs are typically the more common method used for generalized communication of data between physicians in different entities on different EHR instances, or even different EHRs. This API would operate similarly to the eprescribing / edelivery API noted above specifically, a consult or message can be composed within the context of the EHR and then sent to the HIE for addressing and delivery, or the API can just retrieve the addresses for the provider s consultant list and the consult / message can stay within the context of the EHR. The context is the provider, patient, message, attachments, and message type (consult, referral, simple, clinical, etc.). It is also important to note that the primary function of the Office of the National Coordinator for Health IT s DIRECT Project 4 is to securely send messages and documents directly to a known endpoint. If the EHR has implemented the DIRECT protocols for messaging, this can be an effective substitute for an API that accesses the HIE s participating provider list. PROVIDER WORKFLOW (NON-PATIENT SPECIFIC) Physicians and, more often these days, coordinated care teams have office time designated to handle inbox queues of patient-related messaging subjects such as refill requests, questions relative to a visit 4 See Healthcare Information and Management Systems Society (HIMSS) 7

8 or medication, appointment requests, non-urgent telephone visit requests, and so on. The physician and/or care team needs to be able to process these message queues efficiently and effectively, conserving as much time as possible, which means that workflows for the various kinds of messages should be well coordinated between the EHR and HIE. Process In-Box (physician s office work queue) There are two contexts for the in-box one is that the HIE s version of an in-box is being used by the physician. In this context, most interoperability is provided through messaging within the HIE and between the HIE and the various inter-connected EHRs. It is important to note that in most instances where physicians have a reasonable EHR in-box capability, they will range from disinterested to violently opposed to using the HIE in-box. Physicians are simply not interested in looking in two places for messages, and moreover, every time they must do so, it detracts from their routine and adds precious minutes to their work day. The other context is the more important one it is the physician or the care team member using the EHR s native in-box, which allows messages to be read, responded to, and charted, with research into the EHR and HIE, if needed, taking place in a seamless manner. There are three APIs that appear to make sense in this context: Read Message API: This API allows the HIE s message queue to be processed just as if it were a part of the EHR s message queue. While clearly the most difficult of the three, if done well it would completely relieve the user from concern over which context they were in and allow them to focus on the various care team and physician tasks. The API provided by the HIE would transform (if needed) the provider s message queue into a simple mail message format, with attachments, and would make each message available to the API. When a message is delivered through the API, it would be marked as read, but all services available through the mail services would be available upon the message disposition. Messages read through that protocol would be downloaded into the EHR s message system just as simple messages are transferred from cloud Internet mail servers to client mail systems. Patient data attachments must be handled correctly and there should be some method of acknowledging to the HIE that the message has been read vs. simply delivered. Post Message API: This is the companion API to the Read Message API in that it allows new messages (including new, reply, and forward from existing) to be posted, and uses the combined address lists of the internal mail system and the HIE. All typical mail functionality that one expects from simple servers should be available through this API. Patient data attachments must be handled correctly. Find Recipient API: This special purpose API taps into the HIE s ability to find the address either within the HIE or outside the HIE through search of an external directory service, such as the state-wide ELPD/ILPD directory services. It will be used by physicians looking to refer patients externally to providers who are new to them, or to send information to physicians who may have called in a request for information regarding a traveling patient. The API would 2011 Healthcare Information and Management Systems Society (HIMSS) 8

9 include demographic information on a provider (including NPI), and would search the HIE s directory and/or the state or other directories to find any providers that fit the search criteria. Query HIE The other workflow where care teams will want to search records from both their EHR and the HIE is associated with information on other patients being referred into the provider s office. In this situation, it is expected that physicians will send information about the patient, including reason for the referral and a Continuity of Care Record (CCR) or Continuity of Care Document (CCD). The message may be sent into the care team inbox, but the provider may need more information about the patient than was sent on the referral. This API is not unlike the Patient Exam API, but it anticipates incorporation of the foreign patient identification and expects to actually traverse both the local HIE and a remote HIE. It may also use either or both of the state and the Nationwide Health Information Network (NwHIN) Cross-Community Patient Discovery (XCPD) locator services. DISCUSSION ON INTEROPERABILITY API Messaging vs. Traditional Messaging Health Level 7 (HL7) and most other industry groups have traditionally approached interoperability as an asynchronous transaction messaging function. This approach focuses on defining and creating trigger events inside the EHR or HIE that cause a certain code to execute which, in turn, ends up sending a message (transaction) through the EHR's or HIE s transaction gateway to the destination EHR or HIE. These messages are transmitted generally through the Internet or over virtual private networks using the state- or NwHIN- or destination HIE-defined methods to a destination server, often a File Transfer Protocol (FTP) server or, in more modern settings, a Hypertext Transfer Protocol (HTTPs) listener. In even simpler cases, the transaction is "dropped off" on the local EHR server and picked up through a polling process. This is all asynchronous messaging. In the web-services world, interoperability is often defined as the ability to define services and service interfaces such that by using an API specification, a service can be called in real time a foreign service to the calling application. The calling application through the pre-defined API provides the parameters the service needs, and then hands control to the service to perform its function; if a result is expected, the result is returned either synchronously (through the same bound session), or asynchronously through a new session that the service initiates with the EHR using the service Identification (ID) from the initial session. This service-oriented architecture (SOA) is rapidly gaining favor in the HIE services domain because many point services can be defined and supplied by an HIE to all of its EHR users; these, in turn, add real value to the EHR. The workflow interoperability discussed above is focused on taking advantage of this shift toward SOA to enhance and standardize some of the more common functions provided by an EHR. The working hypothesis is that providers would rather work in the familiar context of their EHR than to have to jump back and forth between the EHR user interface and the HIE user interface Healthcare Information and Management Systems Society (HIMSS) 9

10 In summary, as the healthcare environment in this country is driven by healthcare reform to become more efficient and produce better outcomes, we must become more cognizant of the physician s workflow. Physicians will be supplemented by their care teams, with each person taking on certain defined roles, and with both the physician and the care team relying on the EHR to deliver many services in ever more efficient ways. This paper has explored many such ways in which an EHR can be positioned to interact and collaborate with HIE to make the EHR user s experience both more userfriendly, and more efficient. The inclusion of an organization name, product or service in this publication should not be construed as a HIMSS endorsement of such organization, product or service, nor is the failure to include an organization name, product or service to be construed as disapproval. The views expressed in this white paper are those of the authors and do not necessarily reflect the views of HIMSS Healthcare Information and Management Systems Society (HIMSS) 10

11 ACKNOWLEDGEMENTS HIE Committee Provider Engagement Workgroup This white paper was developed under the auspices of the HIMSS Health Information Exchange Committee. Special acknowledgment and appreciation is extended to David Minch for serving as primary author of this paper. The HIE Committee Provider Engagement Workgroup members who participated in development of the white paper are: Noam Arzt, PhD, FHIMSS HLN Consulting, LLC Kevin Lemire, CPHIMS Medicity David Minch, BS, FHIMSS John Muir Health Vicki Wheatley QuadraMed R. Lenel James, MBA, CPHIT, CPEHR Blue Cross and Blue Shield Association Ginny Meadows McKesson Corporation Joseph Wagner, MPA, FHIMSS TELUS Health Transformation Services HIMSS Staff Pam Matthews, RN, MBA, CPHIMS, FHIMSS Senior Director, Regional Affairs HIMSS 2011 Healthcare Information and Management Systems Society (HIMSS) 11

Discuss and finalize recommendations on Entity-Level Provider Directories (ELPDs):

Discuss and finalize recommendations on Entity-Level Provider Directories (ELPDs): Agenda Discuss and finalize recommendations on Entity-Level Provider Directories (ELPDs): Users Uses/Functionality Directory Content Operating Requirements/Business Models Terminology Two TF calls to complete

More information

(60 min) California State Updates

(60 min) California State Updates (60 min) California State Updates Presenters: 30 min Speranza Avram, CEO, CalHIPSO: EHR status & uptake in CA 20 min David A. Minch, President & COO, HealthShare Bay Area: HIE status 10 min Questions 1

More information

User Manual/Guide for Direct Using encompass 3.0. Prepared By: Arête Healthcare Services, LLC

User Manual/Guide for Direct Using encompass 3.0. Prepared By: Arête Healthcare Services, LLC User Manual/Guide for Direct Using encompass 3.0 Prepared By: Arête Healthcare Services, LLC Document Version: V1.0 10/02/2015 Contents Direct Overview... 3 What is Direct?... 3 Who uses Direct?... 3 Why

More information

Prepared by Noam H. Arzt, PhD HLN Consulting, LLC

Prepared by Noam H. Arzt, PhD HLN Consulting, LLC Architectures and Transport Mechanisms for Health Information Interchange of Clinical EHR Data for Syndromic Surveillance A Report from the International Society for Disease Surveillance Prepared by Noam

More information

Send and Receive Exchange Use Case Test Methods

Send and Receive Exchange Use Case Test Methods Send and Receive Exchange Use Case Test Methods Release 1 Version 1.0 October 1, 2017 Send and Receive Exchange Test Methods Release 1 Version 1.0 Technology Sponsor [Name] [Email] [Telephone] Signature

More information

EHR Connectivity Integration Specification

EHR Connectivity Integration Specification EHR Connectivity Integration Specification HeC Contact information Name Phone Email Title/Role Jeremy Smith (315) 671 2241 x320 jsmith@healtheconnections.org Manager, HIE Integration OVERVIEW This document

More information

NextGen Share Direct Messaging. End User Guide

NextGen Share Direct Messaging. End User Guide NextGen Share Direct Messaging End User Guide 1 Introduction This guide provides step-by-step instructions on how to send and receive referrals and summary of care records through NextGen Share. Structured

More information

Nuts-n-Bolts of Product Testing and Certification Session #112, March 7, 2018 Steven Posnack MS MHS, Dir. Office of Standards and Technology, ONC, US

Nuts-n-Bolts of Product Testing and Certification Session #112, March 7, 2018 Steven Posnack MS MHS, Dir. Office of Standards and Technology, ONC, US Nuts-n-Bolts of Product Testing and Certification Session #112, March 7, 2018 Steven Posnack MS MHS, Dir. Office of Standards and Technology, ONC, US Dept of Health and Human Services John Donnelly MS

More information

A Pilot Implementation of DIRECT Messaging and Provider Directory Services in the Palomar Health District

A Pilot Implementation of DIRECT Messaging and Provider Directory Services in the Palomar Health District A Pilot Implementation of DIRECT Messaging and Provider Directory Services in the Palomar Health District Project Overview and Plan Sujansky & Associates, LLC 1. Project Objectives Figure 1. High-level

More information

2016 e-mds, Inc.

2016 e-mds, Inc. Capability and Certification Criteria Electronic Prescribing of Medications Certification Criteria: 170.314(a)(1) Computerized provider order entry (CPOE) of Medications Description of capability Electronic

More information

California State Updates. Presenter: David A. Minch, President & COO, HealthShare Bay Area

California State Updates. Presenter: David A. Minch, President & COO, HealthShare Bay Area California State Updates Presenter: David A. Minch, President & COO, HealthShare Bay Area 1 Trust is the Foundation for Health Data Exchange Patients must trust the Providers to hold their data securely,

More information

ConCert FAQ s Last revised December 2017

ConCert FAQ s Last revised December 2017 ConCert FAQ s Last revised December 2017 What is ConCert by HIMSS? ConCert by HIMSS is a comprehensive interoperability testing and certification program governed by HIMSS and built on the work of the

More information

Participant User Guide, Version 2.6

Participant User Guide, Version 2.6 Developers Integration Lab (DIL) Participant User Guide, Version 2.6 3/17/2013 REVISION HISTORY Author Date Description of Change 0.1 Laura Edens Mario Hyland 9/19/2011 Initial Release 1.0 Michael Brown

More information

ICD-10 Customer Testing Guidelines and Scenarios

ICD-10 Customer Testing Guidelines and Scenarios ICD-10 Customer Testing Guidelines and Scenarios Revision 2.0 Updated July 21, 2015 This document includes pre-release information and user interface designs that are in development for upcoming enhancements

More information

Date. Harris CareTracker Direct Messaging Overview

Date. Harris CareTracker Direct Messaging Overview Date Harris CareTracker Direct Messaging Overview Direct Messaging What it Is? Title Direct Mail is a secure health messaging solution that allows Providers or Patients to safely communicate and transmit

More information

Module 2: Health Information Exchange Services

Module 2: Health Information Exchange Services Module 2: Health Information Exchange Services Introduction In this module, Health Information Exchange (HIE) will be introduced. This system is designed to provide patient information for THR facilities

More information

PANEL 5: IHE CONFORMITY ASSESSMENT TESTING IN A GLOBAL CONTEXT

PANEL 5: IHE CONFORMITY ASSESSMENT TESTING IN A GLOBAL CONTEXT PANEL 5: IHE CONFORMITY ASSESSMENT TESTING IN A GLOBAL CONTEXT Panel Chair: Chris Carr, RSNA (United States) Lapo Bertini, IHE Europe (Italy) Joyce Sensmeier, HIMSS (United States) Alexander Berler, IHE

More information

Release Document for Update 4.4 Last Updated 11/09/2012

Release Document for Update 4.4 Last Updated 11/09/2012 Release Document for Update 4.4 Last Updated 11/09/2012 Added Features The Audit Trail The Audit Trail has been updated to track any modifications made to the MU Performance Measures mapping tool. See

More information

Prior Authorization and Clinician Burden: Updates from ONC

Prior Authorization and Clinician Burden: Updates from ONC Prior Authorization and Clinician Burden: Updates from ONC Thomas A. Mason, MD, FACP Chief Medical Officer Office of the National Coordinator for Health Information Technology (ONC) U.S. Department of

More information

Certification Commission for Healthcare Information Technology. CCHIT A Catalyst for EHR Adoption

Certification Commission for Healthcare Information Technology. CCHIT A Catalyst for EHR Adoption Certification Commission for Healthcare Information Technology CCHIT A Catalyst for EHR Adoption Alisa Ray, Executive Director, CCHIT Sarah Corley, MD, Chief Medical Officer, NextGen Healthcare Systems;

More information

Health IT Certification

Health IT Certification Health IT Certification Sam King MPH, MBA, FHIMSS, FHFMA, CPHIMS, CPHQ, CHFP Senior Director, Professional Development HIMSS May 11, 2016 Agenda Today s Healthcare Environment The Impact of Meaningful

More information

Sevocity v.12 Provider-Patient Data Exchange (PPDX) User Reference Guide

Sevocity v.12 Provider-Patient Data Exchange (PPDX) User Reference Guide Sevocity v.12 User Reference Guide 1 877 877-2298 support@sevocity.com Table of Contents Product Support Services...2 About Sevocity v.12...2 Terms and Definitions...3 Icons Used in this Guide...3 What

More information

Use Cases for Argonaut Project -- DRAFT Page

Use Cases for Argonaut Project -- DRAFT Page Use Cases for Argonaut Project -- DRAFT Page 1 Use Cases for Argonaut Project DRAFT V0.3 March 03, 2015 Use Cases for Argonaut Project -- DRAFT Page 2 Introduction The Argonaut Project seeks to rapidly

More information

Health Information Exchange: Can There Be ONE National Model?

Health Information Exchange: Can There Be ONE National Model? Health Information Exchange: Can There Be ONE National Model? Session 56, February 20, 2017 John P. Kansky, President & CEO, Indiana Health Information Exchange Keith W. Kelley, Vice President of Solution

More information

The Data Center is Dead Long Live the Virtual Data Center

The Data Center is Dead Long Live the Virtual Data Center The Data Center is Dead Long Live the Virtual Data Center Hector Rodriguez, MBA Microsoft WW Health Chief Industry Security Officer September 12, 2018 Enterprise Data Centers are Vanishing Enterprise data

More information

Direct Project Update. May 31, 2011

Direct Project Update. May 31, 2011 Direct Project Update May 31, 2011 Why Direct? When current methods of health informa2on exchange are inadequate: Communication of health information among providers and patients still mainly relies on

More information

CLINICAL DIRECT MESSAGING FREQUENTLY ASKED QUESTIONS

CLINICAL DIRECT MESSAGING FREQUENTLY ASKED QUESTIONS Surescripts has the experience to handle all of your direct messaging needs. Serving the nation with the single most trusted and capable health information network since 2001, we seamlessly connect the

More information

HL7: Version 2 Standard

HL7: Version 2 Standard HL7: Version 2 Standard John Quinn (HL7 CTO) HIMSS 2010 Agenda HL7 Version 2.0 2.5.1 History & Use Basic Tenets Elements & Structures HL7 Version 2.6 October 2007 HL7 Version 2.7 How we got here HL7 Version

More information

CliniSync Community Health Record. Version Release Notes Live 05/20/17

CliniSync Community Health Record. Version Release Notes Live 05/20/17 CliniSync Community Health Record Version 7.5.4.4 Release Notes Live 05/20/17 1 Contents Appearance and Performance... 3 Browser Support Validation... 3 Advanced Search Option... 4 Patient Age Display...

More information

Direct, DirectTrust, and FHIR: A Value Proposition

Direct, DirectTrust, and FHIR: A Value Proposition Direct, DirectTrust, and FHIR: A Value Proposition August 10, 2017 Authors: Grahame Grieve, HL7 Product Director for FHIR; David Kibbe, Luis Maas, Greg Meyer, and Bruce Schreiber, members of the DirectTrust

More information

Monarch General Capabilities Overview EMPOWERING ENABLING CONNECTING

Monarch General Capabilities Overview EMPOWERING ENABLING CONNECTING Monarch General Capabilities Overview EMPOWERING ENABLING CONNECTING Executive Summary Monarch is a data translation, interface engine and routing solution for enterprise and system owners. Whether your

More information

Presenter(s): Dave Venier. Topic Rosetta Interoperability (C-CDA and IHE) Level 200

Presenter(s): Dave Venier. Topic Rosetta Interoperability (C-CDA and IHE) Level 200 Presenter(s): Dave Venier Topic Rosetta Interoperability (C-CDA and IHE) Level 200 Safe Harbor Provisions/Legal Disclaimer This presentation may contain forward-looking statements within the meaning of

More information

Certification for Meaningful Use Experiences and Observations from the Field June 2011

Certification for Meaningful Use Experiences and Observations from the Field June 2011 Certification for Meaningful Use Experiences and Observations from the Field June 2011 Principles for Certification to Support Meaningful Use Certification should promote EHR adoption by giving providers

More information

The Potential for Blockchain to Transform Electronic Health Records ARTICLE TECHNOLOGY. by John D. Halamka, MD, Andrew Lippman and Ariel Ekblaw

The Potential for Blockchain to Transform Electronic Health Records ARTICLE TECHNOLOGY. by John D. Halamka, MD, Andrew Lippman and Ariel Ekblaw REPRINT H03I15 PUBLISHED ON HBR.ORG MARCH 03, 2017 ARTICLE TECHNOLOGY The Potential for Blockchain to Transform Electronic Health Records by John D. Halamka, MD, Andrew Lippman and Ariel Ekblaw This article

More information

University Hospitals UH Personal Health Record User Guide

University Hospitals UH Personal Health Record User Guide This guide will help you learn how to use the University Hospitals Personal Health Record, including requesting appointments, viewing health information, sending secure messages and more. What is the?...

More information

Disclaimer This webinar may be recorded. This webinar presents a sampling of best practices and overviews, generalities, and some laws.

Disclaimer This webinar may be recorded. This webinar presents a sampling of best practices and overviews, generalities, and some laws. Disclaimer This webinar may be recorded. This webinar presents a sampling of best practices and overviews, generalities, and some laws. This should not be used as legal advice. Itentive recognizes that

More information

Transport Mechanisms: Making it Possible to Share Your Health Story. Monday, April 4 th 12:00-1:00 pm ET

Transport Mechanisms: Making it Possible to Share Your Health Story. Monday, April 4 th 12:00-1:00 pm ET Transport Mechanisms: Making it Possible to Share Your Health Story Monday, April 4 th 12:00-1:00 pm ET Moderator Nick Mahurin CEO, InfraWare Co-chair, Health Story Project Transport 101 Why this Topic?

More information

The HITECH Act. 5 things you can do Right Now to pave the road to compliance. 1. Secure PHI in motion.

The HITECH Act. 5 things you can do Right Now to pave the road to compliance. 1. Secure PHI in motion. The HITECH Act 5 things you can do Right Now to pave the road to compliance Beginning in 2011, HITECH Act financial incentives will create a $5,800,000 opportunity over four years for mid-size hospital

More information

Federal-State Connections: Opportunities for Coordination and Collaboration

Federal-State Connections: Opportunities for Coordination and Collaboration Federal-State Connections: Opportunities for Coordination and Collaboration State Health Information Exchange Program October 23, 2012 Chris Muir Program Manager 1 ONC Overview Vision A health system that

More information

Forcare B.V. Cross-Enterprise Document Sharing (XDS) Whitepaper

Forcare B.V. Cross-Enterprise Document Sharing (XDS) Whitepaper Cross-Enterprise Document Sharing (XDS) Copyright 2010 Forcare B.V. This publication may be distributed in its unmodified whole with references to the author and company name. Andries Hamster Forcare B.V.

More information

Customer Success Story. ZeOmega. ZeOmega and ClearDATA partner to help a large IDN achieve Meaningful Use

Customer Success Story. ZeOmega. ZeOmega and ClearDATA partner to help a large IDN achieve Meaningful Use Customer Success Story ZeOmega ZeOmega and ClearDATA partner to help a large IDN achieve Meaningful Use Page 2 of 5 ZeOmega and ClearDATA Partner to Help a Large IDN Achieve Meaningful Use Table of Contents

More information

Document Number: HITSP 08 N 378 Date: December 17, 2008 Report from the HITSP Education, Communication and Outreach (HITSP-ECO) Committee

Document Number: HITSP 08 N 378 Date: December 17, 2008 Report from the HITSP Education, Communication and Outreach (HITSP-ECO) Committee 0 Document Number: HITSP 08 N 378 Date: December 17, 2008 Report from the HITSP Education, Communication and Outreach (HITSP-ECO) Committee Co-Chairs: Walter G. Suarez, MD, Institute for HIPAA/HIT Education

More information

Information Technology (CCHIT): Report on Activities and Progress

Information Technology (CCHIT): Report on Activities and Progress Certification Commission for Healthcare Information Technology Certification Commission for Healthcare Information Technology (CCHIT): Report on Activities and Progress Mark Leavitt, MD, PhD Chair, CCHIT

More information

Efficiently Sharing All of a Patient s Data With All their Providers Completing the Model

Efficiently Sharing All of a Patient s Data With All their Providers Completing the Model www.gdhealth.com Efficiently Sharing All of a Patient s Data With All their Providers Completing the Model Multi-Source Longitudinal Medical Record (MLMR) Thomas Pole and Robert Guajardo 6.13.2017 Our

More information

Testing for Reliable and Dependable Health Information Exchange

Testing for Reliable and Dependable Health Information Exchange Testing for Reliable and Dependable Health Information Exchange Presented by Didi Davis, Testing Programs Director 1 Copyright 2016 The Sequoia Project. All rights reserved. Discussion Topics 1. ehealth

More information

Touchworks Enterprise EHR And Follow My Health Patient Portal Integration Tasking Guide

Touchworks Enterprise EHR And Follow My Health Patient Portal Integration Tasking Guide Touchworks Enterprise EHR And Follow My Health Patient Portal Integration Tasking Guide Introduction The FollowMyHealth Tasking Guide describes the task types available for communication. Copyright Notice

More information

Health Link Frequently Asked Questions

Health Link Frequently Asked Questions Health Link Frequently Asked Questions We hope that you find our Health Link patient portal easy to use. If you have any questions or comments, please contact Health Link Support by email at healthlink@hvhs.org

More information

From Integration to Interoperability: The Role of Public Health Systems in the Emerging World of Health Information Exchange

From Integration to Interoperability: The Role of Public Health Systems in the Emerging World of Health Information Exchange From Integration to Interoperability: The Role of Public Health Systems in the Emerging World of Health Information Exchange Noam H. Arzt, PhD American Public Health Association Annual Meeting Session

More information

Patient Portal User s Guide

Patient Portal User s Guide 650 Peter Jefferson Parkway, Suite 100 Charlottesville, VA 22911 Office: (434) 293 4072 Fax: (434) 293 4265 www.cvilleheart.com Patient Portal User s Guide Table of Contents What is the Patient Portal?

More information

Use Case Study: Reducing Patient No-Shows. Geisinger Health System Central and Northeastern Pennsylvania

Use Case Study: Reducing Patient No-Shows. Geisinger Health System Central and Northeastern Pennsylvania Use Case Study: Reducing Patient No-Shows Geisinger Health System Central and Northeastern Pennsylvania February 2014 Geisinger is a leading integrated health services organization widely recognized for

More information

Outcomes and Lessons Learned From 5010 Testing Project Collaboration

Outcomes and Lessons Learned From 5010 Testing Project Collaboration Outcomes and Lessons Learned From 5010 Testing Project Collaboration Elliot Sloane, PhD, CCE Villanova University Co-Chair, IHE International Bob Bowman CORE Manager CAQH Paul Decrosta Manager, IPP Regulatory

More information

Strategic Information Technologies for RHIOS

Strategic Information Technologies for RHIOS Strategic Information Technologies for RHIOS The Health Information Technology Summit West Concurrent Session 5.01 March 8, 2005-2:00PM Lorraine Fernandes, RHIA Senior Vice President Healthcare Initiate

More information

HIE Clinical Portal Non-Provider Manual 1 Last update: 2016/08/30 Alaska ehealth Network

HIE Clinical Portal Non-Provider Manual 1 Last update: 2016/08/30 Alaska ehealth Network HIE Clinical Portal Non-Provider Manual 1 Last update: 2016/08/30 Alaska ehealth Network Table of Contents Overview... 2 Patient Privacy Policy & Access... 3 User Levels... 5 User Homepage... 7 Common...

More information

Meaningful Use Setup Guide

Meaningful Use Setup Guide Meaningful Use Setup Guide Table of Contents ChiroWrite Certified Settings... 3 Exports... 3 Dr. First... 4 Imports... 4 Microsoft HealthVault... 5 Additional Settings... 7 CPOE... 7 Orders... 8 Order

More information

Healthcare IT A Monitoring Primer

Healthcare IT A Monitoring Primer Healthcare IT A Monitoring Primer Published: February 2019 PAGE 1 OF 13 Contents Introduction... 3 The Healthcare IT Environment.... 4 Traditional IT... 4 Healthcare Systems.... 4 Healthcare Data Format

More information

Release Notes RelayClinical Platform 13.5

Release Notes RelayClinical Platform 13.5 Release Notes RelayClinical Platform 13.5 Health Connections Brought to Life Table of Contents About this Document... 3 Your Feedback Matters... 3 New and Enhanced Features... 4 RelayClinical Service Interop

More information

IHE IT Infrastructure Technical Framework Supplement. Healthcare Provider Directory (HPD) Rev. 1.7 Trial Implementation

IHE IT Infrastructure Technical Framework Supplement. Healthcare Provider Directory (HPD) Rev. 1.7 Trial Implementation Integrating the Healthcare Enterprise 5 IHE IT Infrastructure Technical Framework Supplement 10 Healthcare Directory (HPD) 15 Rev. 1.7 Trial Implementation 20 Date: July24, 2018 Author: IHE ITI Technical

More information

Existing Healthcare Standards

Existing Healthcare Standards Existing Healthcare Standards Category Context (Information Model) Information Interchange Standard & Specific Elements ASN.1 Abstract Syntax Notation.1 ASTM E2369-05 Standard Specification for Continuity

More information

HITSP/IS06. January 25, 2010 Version 2.0. Healthcare Information Technology Standards Panel. Population Perspective Technical Committee.

HITSP/IS06. January 25, 2010 Version 2.0. Healthcare Information Technology Standards Panel. Population Perspective Technical Committee. January 25, 2010 Version 2.0 HITSP/IS06 Submitted to: Healthcare Information Technology Standards Panel Submitted by: Technical Committee DOCUMENT CHANGE HISTORY Version Number Description of Change Name

More information

Interface. Installation. ScriptSure erx

Interface. Installation. ScriptSure erx ScriptSure erx Interface 1 About ScriptSure ScriptSure is a SureScripts GOLD certified product and rated #1 eprescribing software for its breadth of technology and ease of use. Print, fax or electronically

More information

HIEs, CommonWell, Carequality Can Work Together: Here's How

HIEs, CommonWell, Carequality Can Work Together: Here's How HIEs, CommonWell, Carequality Can Work Together: Here's How Session 83, March 6, 2018 John P. Kansky, President & CEO, Indiana Health Information Exchange Keith W. Kelley, Chief Operating Officer, Indiana

More information

Document Number: HITSP 08 N 361 Date: October 6, 2008 Report from the HITSP Education, Communication and Outreach (HITSP-ECO) Committee

Document Number: HITSP 08 N 361 Date: October 6, 2008 Report from the HITSP Education, Communication and Outreach (HITSP-ECO) Committee 0 Document Number: HITSP 08 N 361 Date: October 6, 2008 Report from the HITSP Education, Communication and Outreach (HITSP-ECO) Committee Co-Chairs: Walter G. Suarez, MD, Institute for HIPAA/HIT Education

More information

Meaningful Use Audit, Is Your Organization Ready!

Meaningful Use Audit, Is Your Organization Ready! Meaningful Use Audit, Is Your Organization Ready! Presenters: Pavan Attur, Director of Applications, St. John s Episcopal Hospital Bill Presley, Vice President Product Development, Acmeware Education Session

More information

The Middle of a MEDITECH Environment

The Middle of a MEDITECH Environment The Middle of a MEDITECH Environment Delivering Value with an Interface Engine About the Author: Jenny Gilberg Jenny Gilberg is an interface analyst for SISU Medical Systems, a consortium of Minnesota

More information

S&I Framework Initiatives

S&I Framework Initiatives S&I Framework Initiatives HIT Standards Committee Update August 17, 2011 Introduction and Context The Standards & Interoperability (S&I) Framework: Creates a collaborative, coordinated, incremental standards

More information

Registering for the epa Portal One Authorized Entity/Provider per Practice to Complete

Registering for the epa Portal One Authorized Entity/Provider per Practice to Complete epa Training Guide Registering for the epa Portal One Authorized Entity/Provider per Practice to Complete 1. To get started, please visit www.caremark.com/epa and follow the link to register. The CVS

More information

Meaningful Use Webcast. Direct Messaging. Questions. November 7,2013

Meaningful Use Webcast. Direct Messaging. Questions. November 7,2013 November 7,2013 Meaningful Use Webcast Direct Messaging Questions Integration of Direct Messaging Review of Direct Messaging Review of CPSI Process Review of On-boarding Process for Direct Messaging Review

More information

Patient Data Inquiry Use Case Test Methods

Patient Data Inquiry Use Case Test Methods Test Methods Release 1 Version 1.0 October 1, 2017 Patient Data Inquiry Service Test Methods Release 1 Version 1.0 Technology Sponsor [Name] [Email] [Telephone] Signature Date Revision History Revision

More information

Health Information Exchange - A Critical Assessment: How Does it Work in the US and What Has Been Achieved?

Health Information Exchange - A Critical Assessment: How Does it Work in the US and What Has Been Achieved? Health Information Exchange - A Critical Assessment: How Does it Work in the US and What Has Been Achieved? Use cases, best practice and examples for successful implementations 1 Agenda Overview of The

More information

A Quick Guide to EPCS. What You Need to Know to Implement Electronic Prescriptions for Controlled Substances

A Quick Guide to EPCS. What You Need to Know to Implement Electronic Prescriptions for Controlled Substances A Quick Guide to EPCS What You Need to Know to Implement Electronic Prescriptions for Controlled Substances Many healthcare providers have delayed implementing electronic prescriptions for controlled substances

More information

Executive Summary for deliverable D6.1: Definition of the PFS services (requirements, initial design)

Executive Summary for deliverable D6.1: Definition of the PFS services (requirements, initial design) Electronic Health Records for Clinical Research Executive Summary for deliverable D6.1: Definition of the PFS services (requirements, initial design) Project acronym: EHR4CR Project full title: Electronic

More information

ehealth Technologies improves healthcare delivery by providing clinically informed referrals from a connected and engaged physician network.

ehealth Technologies improves healthcare delivery by providing clinically informed referrals from a connected and engaged physician network. Get Well Informed TM ehealth Technologies improves healthcare delivery by providing clinically informed referrals from a connected and engaged physician network. ehealth Technologies product suite, the

More information

The After Visit Summary (AVS)

The After Visit Summary (AVS) The After Visit Summary (AVS) John M. Byrne, D.O., Rob Durkin, M.D., Richard Cho, RN BSN, Deanna Callahan, MPA, Shane Elliott, MBA VA Loma Linda Healthcare System 1 Outline Introduction Background AVS

More information

Connected Health Principles

Connected Health Principles Version 2.1 Table of Contents 1 INTRODUCTION... 1 2 TERMINOLOGY... 1 3 CONNECTED HEALTH PRINCIPLES... 4 3.1 CONNECTED HEALTH FOUNDATION PRINCIPLES...5 3.2 CONNECTED HEALTH ARCHITECTURAL PRINCIPLES... 6

More information

Nexus EHR Patient Portal

Nexus EHR Patient Portal Nexus EHR Patient Portal How to Register on Nexus Patient Portal When doctor s office invites you to portal, you will receive an invitation email with temporary password. Please go through the steps below

More information

Prepare Chart Before Patient Visit 1. Open the patient s electronic chart

Prepare Chart Before Patient Visit 1. Open the patient s electronic chart Prepare Chart Before Patient Visit 1. Open the patient s electronic chart a. Click the Menu button next to the patient s appointment and click Patient EHR. 2. Review Patient Portal/Kiosk Documents. a.

More information

Integrating the Healthcare Enterprise. IHE IT Infrastructure Technical Committee White Paper ID/ECON White Paper

Integrating the Healthcare Enterprise. IHE IT Infrastructure Technical Committee White Paper ID/ECON White Paper Integrating the Healthcare Enterprise 5 10 IHE IT Infrastructure Technical Committee White Paper 2008-2009 15 ID/ECON White Paper Template for Law Enforcement to Hand Over Crash Victim Identity (ID) and

More information

Abstract. RevolutionEHR RxNT User s Guide. RevolutionEHR

Abstract. RevolutionEHR RxNT User s Guide. RevolutionEHR RevolutionEHR 6 Boulder Creek Circle Madison, WI 53717 Phone: 866-260-5196 www.revolutionehr.com jschneider@revolutionehr.com RevolutionEHR RxNT User s Guide Abstract This document provides detailed descriptions

More information

Update from HIMSS National Privacy & Security. Lisa Gallagher, VP Technology Solutions November 14, 2013

Update from HIMSS National Privacy & Security. Lisa Gallagher, VP Technology Solutions November 14, 2013 Update from HIMSS National Privacy & Security Lisa Gallagher, VP Technology Solutions November 14, 2013 Agenda Update on HIMSS new Technology Solutions Department HIPAA Omnibus Rules Meaningful Use 2 P&S

More information

4) Organization NPI (Can be retrieved from the NPPES NPI Registry here: https://npiregistry.cms.hhs.gov/):

4) Organization NPI (Can be retrieved from the NPPES NPI Registry here: https://npiregistry.cms.hhs.gov/): Mass HIway Connection Requirement Attestation Form Year 2 Atestation Mass HIway Form Connection Year 1 Requirement Mass HIway Connection Requirement Purpose: This Attestation Form shall be completed by

More information

Augusta University Health: Physician Portal User Guide. Improved Access to Patient Information from Augusta University Medical Center

Augusta University Health: Physician Portal User Guide. Improved Access to Patient Information from Augusta University Medical Center Augusta University Health: Physician Portal User Guide Improved Access to Patient Information from Augusta University Medical Center Rev. 7/06 User Guide Index. Accessing the AU Health Physician Portal.

More information

Kentucky Health Insurance Exchange Provider Resource Guide

Kentucky Health Insurance Exchange Provider Resource Guide Kentucky Health Insurance Exchange Provider Resource Guide WellCare Health Plans, Inc. (WellCare) understands that having access to the right tools can help you and your staff streamline day-to-day administrative

More information

RelayHealth Legal Notices

RelayHealth Legal Notices Page 1 of 7 RelayHealth Legal Notices PRIVACY POLICY Revised August 2010 This policy only applies to those RelayHealth services for which you also must accept RelayHealth s Terms of Use. RelayHealth respects

More information

Secure Messaging Stage 3 Meaningful Use

Secure Messaging Stage 3 Meaningful Use 2015 Certification Criterion: Secure Messaging Meaningful Use Stage 3 Objective: Objective 6: Coordination of Care through Patient Engagement Measure 2: If you are attesting to Medicare or Dually Eligible

More information

Strategic Implementation of the National Health Information Network (NHIN)

Strategic Implementation of the National Health Information Network (NHIN) Strategic Implementation of the National Health Information Network (NHIN) The information in this document is subject to change without notice. This documentation contains proprietary information, which

More information

Presenter(s): Greg Hill. Topic Experience Actionable Data with Mirth. Level 200

Presenter(s): Greg Hill. Topic Experience Actionable Data with Mirth. Level 200 Presenter(s): Greg Hill Topic Experience Actionable Data with Mirth Level 200 Safe Harbor Provisions/Legal Disclaimer This presentation may contain forward-looking statements within the meaning of the

More information

Medicare Advantage Provider Resource Guide

Medicare Advantage Provider Resource Guide Medicare Advantage Provider Resource Guide Thank you for being a star member of our provider team. WellCare Health Plans, Inc., (WellCare) understands that having access to the right tools can help you

More information

Appriss Health Information Solutions. NARxCheck/Gateway Overview June 2016 Provided by Clay Rogers

Appriss Health Information Solutions. NARxCheck/Gateway Overview June 2016 Provided by Clay Rogers Appriss Health Information Solutions NARxCheck/Gateway Overview June 2016 Provided by Clay Rogers Multi-Layered Solution 2 PMP InterConnect: A Nationwide PMP Data Sharing Platform In 2011 Appriss launched

More information

In Basket Folder Overview Epic Ambulatory Training Document

In Basket Folder Overview Epic Ambulatory Training Document In Basket Folder Overview Epic Ambulatory Training Document Purpose This document should be used as a guide for faculty and staff to use when working tasks within the Epic In This reference tool provides

More information

Departmental Reports: Posted 48 Hours After the Report Reaches a Signed Status

Departmental Reports: Posted 48 Hours After the Report Reaches a Signed Status What is My Noyes HEALTH? My Noyes Health offers patients personalized and secure online access to portions of your Noyes HEALTH record. My Noyes HEALTH enables you to securely use the Internet to help

More information

PrescribeIT 2.0. User Guide

PrescribeIT 2.0. User Guide PrescribeIT 2.0 User Guide Revisions and Approvals Document Version Date Approved By Description Page# 1.0 Aug 21 2017 Diana Cius First Draft 2.0 March 9 2018 Diana Cius Updated Sections: - Retrieving

More information

ADTRAN: Real Solutions. Healthcare

ADTRAN: Real Solutions. Healthcare ADTRAN: Real Solutions Healthcare Transforming Healthcare Networks Productivity Meeting the Challenge to Change: Understanding the U.S. HITECH ACT As part of the recently defined United States American

More information

e-mds Patient Portal Version User Guide e-mds 9900 Spectrum Drive. Austin, TX Phone Fax e-mds.

e-mds Patient Portal Version User Guide e-mds 9900 Spectrum Drive. Austin, TX Phone Fax e-mds. e-mds Patient Portal Version 6.2.0 TM User Guide e-mds 9900 Spectrum Drive. Austin, TX 78717 Phone 512.257.5200 Fax 512.335.4375 e-mds.com 2008 e-mds, Inc. All rights reserved. Product and company names

More information

Patient Quick Start Guide

Patient Quick Start Guide Patient Quick Start Guide Welcome to MyChart. 2 Sign Up for MyChart. 3 Proxy Access to MyChart.3 Log in to MyChart.4 Messaging..5 View messages from your care provider..5 Ask a question.... 6 Visits..

More information

Patient Portal Users Guide

Patient Portal Users Guide e-mds Solution Series Patient Portal Users Guide Version 7.2 How to Use the Patient Portal CHARTING THE FUTURE OF HEALTHCARE e-mds 9900 Spectrum Drive. Austin, TX 78717 Phone 512.257.5200 Fax 512.335.4375

More information

The Future of Interoperability: Emerging NoSQLs Save Time, Increase Efficiency, Optimize Business Processes, and Maximize Database Value

The Future of Interoperability: Emerging NoSQLs Save Time, Increase Efficiency, Optimize Business Processes, and Maximize Database Value The Future of Interoperability: Emerging NoSQLs Save Time, Increase Efficiency, Optimize Business Processes, and Maximize Database Value Author: Tim Dunnington Director of Interoperability, Informatics

More information

4.3 Case Study #09: National ehealth network in Denmark

4.3 Case Study #09: National ehealth network in Denmark 4.3 Case Study #09: National ehealth network in Denmark Author of case study within the estandards project: Morten Bruun-Rasmussen Project name: National ehealth network in Denmark Project

More information

Web Services Registry Web Service Interface Specification

Web Services Registry Web Service Interface Specification Nationwide Health Information Network (NHIN) Web Services Registry Web Service Interface V 2.0 1/29/2010 Page 1 of 11 Contributors Name NHIO Represented Organization Craig Miller NHIN-C Vangent Neel Phadke

More information

When your registration has been completed, you will receive an invitation to create your account.

When your registration has been completed, you will receive an  invitation to create your account. Contact: Phone: 307.578.2784 Email: portal@wphcody.org What is the West Park Hospital Patient Portal? The West Park Hospital Patient Portal is a convenient and secure health-management tool you can use

More information

ecw and Direct - Achieving MU for Transitions of Care (TOC)

ecw and Direct - Achieving MU for Transitions of Care (TOC) TIP SHEET Read this tip sheet if you are an ecw user and want to learn how to set up your EHR for using P2P and HISP Direct exchange; how to obtain your Direct address; and how to achieve the TOC measures

More information