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. iOS 11开发教程(七)编写第一个iOS11代码Hello,World

    iOS 11开发教程(七)编写第一个iOS11代码Hello,World 代码就是用来实现某一特定的功能,而用计算机语言编写的命令序列的集合.现在就来通过代码在文本框中实现显示“Hello,World ...

  2. 从Table 表中取出第 m 条到第 n 条的记录

    * FROM Table id FROM Table )) --从TABLE表中取出第m到n条记录 (Exists版本) * FROM TABLE AS a WHERE Not Exists ( * ...

  3. BZOJ.2716.[Violet3]天使玩偶(K-D Tree)

    题目链接 KD-Tree.因为插入过多点后可能会退化成链,所以左/右子树sz > α*整棵子树sz时对整棵子树进行重构. 树的节点数必须是3n?why?洛谷,BZOJ都这样..(数据范围错了吧 ...

  4. 鸟哥的私房菜:Bash shell(五)-数据流重导向

    数据流重定向 数据流重导向就是将某个指令执行后应该要出现在屏幕上的数据, 给他传输到其它的地方,例如档案或者是装置 (例如打印机之类的!)!这玩意儿在 Linux 的文字模式底下可重要的! 尤其是如果 ...

  5. MAC下安装多版本JDK和切换几种方式

    环境: MAC AIR,OS X 10.10,64位   历史: 过去 Mac 上的 Java 都是由 Apple 自己提供,只支持到 Java 6,并且OS X 10.7 开始系统并不自带(而是可选 ...

  6. Codeforces Round #296 (Div. 1) A. Glass Carving Set的妙用

    A. Glass Carving time limit per test 2 seconds memory limit per test 256 megabytes input standard in ...

  7. SpringMVC 方法参数设置

    /** 在方法中配置参数: (1) 内置对象配置: request:获取cookie.请求头... 获取项目根路径 request.getContextPath() response:用于ajax的输 ...

  8. 我们为什么需要Map-Reduce?

    在讨论我们是否真的需要Map-Reduce这一分布式计算技术之前,我们先面对一个问题,这可以为我们讨论这个问题提供一个直观的背景. 问题 我们先从最直接和直观的方式出发,来尝试解决这个问题: 先伪一下 ...

  9. Git_撤销修改

    自然,你是不会犯错的.不过现在是凌晨两点,你正在赶一份工作报告,你在readme.txt中添加了一行: $ cat readme.txt Git is a distributed version co ...

  10. git 忽略文件 .gitignore 以及规则

    git提供了文件忽略系统,当对工作区某个目录或文件设置了忽略后,在执行status查看状态时,被忽略的文件即使存在也不会显示出来. 这样我就可以把那些不需要上传,不需要保留的文件或目录忽略掉(比如一些 ...