http://www.hcsinc.net/HCS-Medication-Reconciliation/med-rec-overview.html

At HCS, we've worked with hundreds of hospitals across the nation to simplify and streamline medication reconciliation.  While every hospital has a goal of improving patient safety and saving time, every hospital is unique.  HCSMedication Reconciliation is flexible enough to enhance hospital specific workflows whilesupporting and exceeding the Joint Commission's National Patient Safety Goals, and complying with Stage 1 meaningful use requirements.  Your goals for medication reconciliation are our goals.

HCS Medication Reconciliation simplifies the process of reconciling a patient’s medication therapy across the continuum of care.  The solution includes the ability to 1) obtain a patient’s Prior Medication History including Medication Fill and Refill Information and previous visit information, 2) analyze Prior Medication History, 3) provide Medication Transfer and Discharge Reports electronically or through printed media, 4) provide Discharge Prescriptions including Patient Medication Education Monographs and Prescriptions, and 5) Communicate and link directly to existing hospital clinical information systems. HCS Medication Reconciliation has been proven to save time and increase accuracy during medication reconciliation:

  • 2.4 more critical medications identified during admission
  • 50% increase in computerized physician order entry
  • 51 minute reduction in time to reconcile
  • 23% increase in ordered critical medications

How HCS Medication Reconciliation software Works


Upon the patient's admission, clinicians are provided within seconds with a detailed report of a patient’s prior medication history, including drug strength, quantity, and original fill and last refill dates. Alerts for possible medication interactions, duplicate drug therapies, compliance issues, and formulary interchanges are displayed to the clinician. At admission and transfer, clinicians can immediately create a drug order and/or input additional medications. Upon discharge, a similar view allows reconciliation of inpatient medications and home medications, enabling medication reorder and the addition of new medications.  New medication orders can be electronically faxed, or sent by e-prescription to the patient's pharmacy of choice.  HCSalso provides patients education materials in English or other languages, and supports core measures goals by providing customized education based on patient demographics, diagnosis, lab information, etc. To complete the process, HCS enables transmission of the discharge medication list to the patient and the next care provider. HCS Medication Reconciliation software can reduce clinician workload by streamlining medication management processes and can integrate with any existing hospital information system.

Key Features of HCS Medication Reconciliation software

  • Simple merged medication list allows reconciliation on one screen for both inpatient and home medications
  • Interfaces with other hospital information systems
  • Supports single-sign on for easy system access; CCOW compliant
  • Core measures alerts and tracking
  • Home medications provided from retail prescription data
  • Physician order entry
  • E-Prescribing
  • Automatic electronic faxing
  • Customizable filters and reports

HCS Medication Reconciliation is part of a complete certified EHR, HCS eMR version 4.0.  HCS eMR is 2011/2012 compliant for Stage 1 meaningful use.  Click here to go to CCHIT to see HCS certification for medication reconciliation (170.302(j)).  HCS Medication Reconciliation is also CCOW compliant, allowing hospitals to launch HCS from their system without having to log in again or look up the patient again.

Medication Reconciliation Overview的更多相关文章

  1. [原] KVM 虚拟化原理探究(1)— overview

    KVM 虚拟化原理探究- overview 标签(空格分隔): KVM 写在前面的话 本文不介绍kvm和qemu的基本安装操作,希望读者具有一定的KVM实践经验.同时希望借此系列博客,能够对KVM底层 ...

  2. Activity之概览屏幕(Overview Screen)

    概览屏幕 概览屏幕(也称为最新动态屏幕.最近任务列表或最近使用的应用)是一个系统级别 UI,其中列出了最近访问过的 Activity 和任务. 用户可以浏览该列表并选择要恢复的任务,也可以通过滑动清除 ...

  3. Atitit.自然语言处理--摘要算法---圣经章节旧约39卷概览bible overview v2 qa1.docx

    Atitit.自然语言处理--摘要算法---圣经章节旧约39卷概览bible overview v2 qa1.docx 1. 摘要算法的大概流程2 2. 旧约圣经 (39卷)2 2.1. 与古兰经的对 ...

  4. Overview of OpenCascade Library

    Overview of OpenCascade Library eryar@163.com 摘要Abstract:对OpenCascade库的功能及其实现做简要介绍. 关键字Key Words:Ope ...

  5. Apache Sqoop - Overview——Sqoop 概述

    Apache Sqoop - Overview Apache Sqoop 概述 使用Hadoop来分析和处理数据需要将数据加载到集群中并且将它和企业生产数据库中的其他数据进行结合处理.从生产系统加载大 ...

  6. BOOST.Asio——Overview

    =================================版权声明================================= 版权声明:原创文章 谢绝转载  啥说的,鄙视那些无视版权随 ...

  7. Spring overview

    引子 接触Java很多年了,各种framework,却从未系统的去了解过.最近突然想清楚一件事,就是当下的目标——Focus on Java-based RESTful WS & JS.而之于 ...

  8. overview

    [1] Don’t panic! All will become clear in time; [2] You don’t have to know every detail of C++ to wr ...

  9. Atitit 知识图谱解决方案:提供完整知识体系架构的搜索与知识结果overview

    Atitit 知识图谱解决方案:提供完整知识体系架构的搜索与知识结果overview   知识图谱的表示和在搜索中的展1 提升Google搜索效果3 1.找到最想要的信息.3 2.提供最全面的摘要.4 ...

随机推荐

  1. mysql数据库外键删除更新规则

    1.CASCADE:从父表删除或更新且自动删除或更新子表中匹配的行. 2.SET NULL:从父表删除或更新行,并设置子表中的外键列为NULL.如果使用该选项,必须保证子表列没有指定NOT NULL. ...

  2. codevs 5790 素数序数

    5790 素数序数(筛素数版) 时间限制: 1 s 空间限制: 32000 KB 题目等级 : 黄金 Gold       题目描述 Description 给定一个整数n,保证n为正整数且在int范 ...

  3. 【构造】Codeforces Round #480 (Div. 2) B. Marlin

    题意:给你一个4*n的网格,保证n为奇数,让你在其中放k个障碍物,不能放在边界的格子上,使得从左上角走到右下角的最短路的方案数,恰好等于从左下角走到右上角的最短路的方案数. k为偶数时,以纵向为对称轴 ...

  4. Java并发(十七):ConcurrentHashMap

    先做总结: 1.HashMap HashTable ConcurrentHashMap HashMap:线程不安全 HashTable:线程安全,每个方法都加了 synchronized 修饰.类似 ...

  5. poj 1466 Girls and Boys 二分图的最大匹配

    Girls and Boys Time Limit: 1 Sec  Memory Limit: 256 MB 题目连接 http://poj.org/problem?id=1466 Descripti ...

  6. tomcat-调整内存参数

    查看Tomcat的默认内存参数: <% /; /; /; out.println("max="+max); out.println("total="+to ...

  7. Redis哨兵模式主从同步不可以绑定127.0.0.1或者0.0.0.0,不然无法进行主从同步

    Redis哨兵模式主从同步不可以绑定127.0.0.1或者0.0.0.0,不然无法进行主从同步,一定要绑定内网IP,而对于跨机房的问题,可以使用iptables进行nat转发来解决.

  8. IIS Express并发数设置

    今天将之前的一个瓦片图的服务迁移到了asp.net core试了一下,使用的时候感觉客户端刷新时有些慢,估计是并发连接数限制的原因. 由于这是一个开发中的版本,是用IIS Express部署的,IIS ...

  9. 【Go入门教程5】流程(if、goto、for、switch)和函数(多个返回值、变参、传值与传指针、defer、函数作为值/类型、Panic和Recover、main函数和init函数、import)

    这小节我们要介绍Go里面的流程控制以及函数操作. 流程控制 流程控制在编程语言中是最伟大的发明了,因为有了它,你可以通过很简单的流程描述来表达很复杂的逻辑.Go中流程控制分三大类:条件判断,循环控制和 ...

  10. Asp.net MVC Request Life Cycle

    Asp.net MVC Request Life Cycle While programming with Asp.net MVC, you should be aware of the life o ...