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. java多线程技术之(callable和future)

    接着上一篇继续并发包的学习,本篇说明的是Callable和Future,它俩很有意思的,一个产生结果,一个拿到结果. Callable接口类似于Runnable,从名字就可以看出来了,但是Runnab ...

  2. 【10.29校内测试】【线段树】【DP】【二进制Trie树求最小值最大】

    Solution 标程太暴力惹QAQ 相当于是26棵线段树的说QAQ 不过我写了另一种写法,从大到小枚举每一个字母,标记字典序在这个字母之上的位置为1,每次都建一棵线段树,维护1的数量,即区间和. 修 ...

  3. KMP 理解

    例题 以字符串 ABABACA 为例 a 前缀: 后缀: 结果为0 ab 前缀:a 后缀: b 结果为0 aba 前缀:a ab 后缀: ba a 结果为1,此时 i=2,j=1 abab 前缀:a ...

  4. lua协程----ngx-lua线程学习笔记

    --[[ - @desc lua数据输出 - @param string 字符串 - return string --]] function dump(v) if not __dump then fu ...

  5. CentOS7安装GNOME可视化界面和如何配置IP地址

    本人在虚拟机安装 CentOS7 1,检查一下我们已经安装的软件以及可以安装的软件,用命令 yum grouplist 2,然后安装我们需要的图形界面软件,GNOME(GNOME Desktop) 这 ...

  6. BZOJ 3875: [Ahoi2014]骑士游戏 spfa dp

    3875: [Ahoi2014]骑士游戏 题目连接: http://www.lydsy.com/JudgeOnline/problem.php?id=3875 Description [故事背景] 长 ...

  7. Codeforces Round #358 (Div. 2) C. Alyona and the Tree 水题

    C. Alyona and the Tree 题目连接: http://www.codeforces.com/contest/682/problem/C Description Alyona deci ...

  8. 如何使用git工具向github提交代码

    大致分为以下几个步骤 安装git环境,工具使用msysgit github上的账号 首先在github上点击头像旁边的加号 add new ,选择new Repository,自己创建一个名字,假设取 ...

  9. java_线程的几种状态

    java thread的运行周期中, 有几种状态, 在 java.lang.Thread.State 中有详细定义和说明: NEW 状态是指线程刚创建, 尚未启动 RUNNABLE 状态是线程正在正常 ...

  10. MAIN/autoslb.py · 林語/autoslb - 码云 - 开源中国

    MAIN/autoslb.py · 林語/autoslb - 码云 - 开源中国 CloudXNS