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. mmcrfs

    mmcrfs command Creates a GPFS™ file system. Synopsis mmcrfs Device {"DiskDesc[;DiskDesc...]&quo ...

  2. python opencv3 检测人

    git:https://github.com/linyi0604/Computer-Vision # coding:utf-8 import cv2 # 检测i方框 包含o方框 def is_insi ...

  3. String StringBuffer stringbuilder 区别

    韩梦飞沙  韩亚飞  313134555@qq.com  yue31313  han_meng_fei_sha 字符串类 ,长度不可变. 字符串缓存器类, 长度可变, 线程安全, 字符串构造器类,长度 ...

  4. BZOJ1878: [SDOI2009]HH的项链[树状数组+离线 | 主席树]

    题意: 询问区间不同种类颜色数 [2016-11-15] 离线好厉害 对于每一个区间询问,一个数只考虑一次,那么考虑他最后出现的一次 将询问按r排序 从1到n扫描,用树状数组维护一个位置应不应该考虑( ...

  5. classList

    1,classList.remove(value) // 删除value项 2, classList.contains(value) // 判断列表中是否存在给定的值,存在返回true,否则返回fal ...

  6. NOIP 2008 传纸条 NOIP 2000 方块取数 多线程DP

    思路都是一样,建立一个四维dp然后跑一发就完了 当然,也可以像我这么帅的人,降成三维再傻傻的跑一发啦啦啦~ #include<iostream> #include<stdio.h&g ...

  7. GoAhead2.5移植到ARM教程

    1.下载GoAhead2.5 下载地址:https://github.com/embedthis/goahead/releases?after=v3.1.2 2.编译 先解压到虚拟机的/opt目录下, ...

  8. mysqlslap 一个MySQL数据库压力测试工具

    在Xen/KVM虚拟化中,一般来说CPU.内存.网络I/O的虚拟化效率都非常高了,而磁盘I/O虚拟化效率较低,从而磁盘可能会是瓶颈.一般来说,数据库对磁盘I/O要求比较高的应用,可以衡量一下在客户机中 ...

  9. centos7 下出现 yum list 报错 还有yum groupolist 查询软件组列表报错

    之前学到yum在线安装   不晓得那里出错了  跟着老师的教程走的    配置文件也看了   没有错误的  但还报错    这下面是报错的图 在这里说明一下带“#”的都是注释  可以不写的    这个 ...

  10. Windows 7安装超级终端连接COM口设备

    Windows 7已经没有超级终端,只能用投机取巧的方式实现. 1.先配置电话 随便填写信息,然后点击确定即可. 2.下载这个终端运行,注意:要以管理员身份运行. 链接: https://pan.ba ...