The Info-Button Standard: Bring Meaningful Use To the Patient
By DON KEMPER
Regardless of the U.S. administration’s “meaningful use” requirements, if health information technology (HIT) is to become meaningful for patients, it must include the prescription of information and tools to help each patient better manage his or her own care.
Ask patients what they want from HIT systems, and they will tell you three things:
- “Tell me my diagnosis, what will happen, and what I can do myself to better manage the problem.”
- “Tell me my medical tests results and what they mean to me.”
- “Tell me my treatment options, and help me participate in the treatment decisions.”
The soon-to-be-finalized HL7 International Context-Aware Information Retrieval standard (nicknamed the HL7 “Infobutton” standard) makes it far easier for providers of electronic health records (EHRs) and personal health records (PHRs) to deliver just what the patient wants. And that is what will put the meaning into meaningful.
Using the HL7 Infobutton Standard for Information Prescriptions
The HL7 Infobutton standard has been widely adopted since 2007. It facilitates the delivery of a set of standardized information about the patient, the provider, and the activity of a specific care encounter or moment in care. An Infobutton manager (or equivalent) accessed by an EHR application can then pull from that set the information it needs for any relevant use case. In most cases the Infobutton has been used to bring up decision support information for the clinician.
This same HL7 standard can also be used to trigger relevant, helpful patient education orders or “information prescriptions”—for the patient. While the knowledge request can be triggered by the click of a button, the button click is not always necessary. The information prescriptions can be automatically generated, based on the context of the patient’s particular moment in care, for presentation in a handout or secure message, or on the personal health record (PHR).
In an EHR, a clinician triggers a knowledge request to a content provider. (A knowledge request differs from a query, because it returns tailored, targeted, and relevant information instead of the overabundance of documents with varying degrees of relevance that a standard query might deliver.) The content provider responds with a list of patient information prescriptions appropriate for that patient and that specific care encounter.
In the PHR, the request can be launched by the patient or automatically triggered by a scheduled appointment, a preventive service that is due, a medical test report, or any other clinical event. The content provider responds with relevant Web-based consumer health content.
By having both synchronous and asynchronous triggers, systems can generate relevant, helpful information at every point in the health care continuum. In all cases, the knowledge request and response protocols are defined by the HL7 Infobutton standard. This minimizes development effort and provides a single consumer content integration solution for both HIT developers and content providers.
Download the full white paper: “Getting Patients to Meaningful Use: Using the HL7 Infobutton Standard for Information Prescriptions (PDF)“
As chairman and CEO of Healthwise Mr. Kemper is a passionate advocate for raising the quality of patient engagement in health care. By prescribing prevention, self-management, and decision-support tools relevant to each patient’s needs, clinicians can engage and motivate their patients to become active partners in their health and wellness. Mr. Kemper co-authored Information Therapy: Prescribed Information as a Reimbursable Medical Service with Molly Mettler. More information about Healthwise can be found at http://www.healthwise.org/.
The Info-Button Standard: Bring Meaningful Use To the Patient的更多相关文章
- EBS条形码打印
Oracle 提供两种方式实现 128 码的编码 第一种方式是使用 Reports Builder 实现对 128 码编码, 在 Metalink 305090.1[1] 有 比较详尽的描述,其中 ...
- UIAutomator
UI Automator Viewer The uiautomatorviewer tool provides a convenient GUI to scan and analyze the UI ...
- Obtaining Query Count Without executing a Query in Oracle D2k
Obtaining Query Count Without executing a Query in Oracle D2k Obtaining a count of records that will ...
- 160908、前端开发框架Semantic UI
简介 网页开发中,CSS控制网页样式.作为测试开发工程师,我个人不太擅长手写CSS.样式微调.兼容浏览器等工作,所以我选择使用成熟的前端框架,可以快速开发出样式美观的网站,也解决了大部分浏览器兼容问题 ...
- iphone Dev 开发实例10:How To Add a Slide-out Sidebar Menu in Your Apps
Creating the Xcode Project With a basic idea about what we’ll build, let’s move on. You can create t ...
- Print a PeopleSoft Page with JavaScript
1. You will need a Long character field to hold the HTML string. You can use the delivered field HT ...
- Swing-JOptionPane对话框用法-入门
对话框是GUI程序中常见的界面,通常用来反馈提示信息.告警或获取用户输入.比如这种: JOptionPane是Swing中的一个对话框类,它能够提供常见的绝大多数对话框效果,本文对这个类进行介绍.需要 ...
- ⑦bootstrap按钮 图片 辅助使用基础案例
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- APPCORE Routine APIs
Introduction to APPCORE Routine APIs This chapter provides you with specifications for calling many ...
随机推荐
- Hibernate与Mybatis对比
Hibernate与Mybatis对比 两者相同点 Hibernate与MyBatis都可以是通过SessionFactoryBuider由XML配置文件生成SessionFactory,然后由Ses ...
- 【平面图最小割】BZOJ1001- [BeiJing2006]狼抓兔子
[题目大意]左上角点为(1,1),右下角点为(N,M)(上图中N=4,M=5).有以下三种类型的道路 1:(x,y)<==>(x+1,y) 2:(x,y)<==>(x,y+1) ...
- hdu 4531 bfs(略难)
题目链接:点我 第一次不太清楚怎么判重,现在懂了,等下次再做 /* *HDU 4531 *BFS *注意判重 */ #include <stdio.h> #include <stri ...
- SQL Server Management Studio 教程一:设置sa用户登录
今天在net项目中添加数据库过程中出现了小问题,就是使用sql server身份验证没登录成功,经过一番调试,终于解决问题. 使用sa账户登录sql server 2008 的方法步骤如下: 1.首先 ...
- 使用socket.io+redis来实现基本的聊天室应用场景
本文根据socket.io与Redis来实现基本的聊天室应用场景,主要表现于多个浏览器之间的信息同步和实时更新. 只是简单记录了一下, 更详细的内容可以参考后续的一篇补充文章: 使用node.js + ...
- 数据表-java类的映射
1.一个数据表对应一个java类 2.数据表的字段对应java类的属性 3.一对多的数据表关系 一方用一个java对象表示 多方用一个java对象数组表示 4.多对多的数据表关系:采用中间表,将多对多 ...
- Vue集成微信开发趟坑:公众号以及JSSDK相关
首先,类库方面,Vue中引入JSSDK的话,请引入weixin-js-sdk,而不是weixin-jsapi,原因在于weixin-jsapi不是最新版:还要注意JS接口安全域名,不需要http前缀, ...
- 你的C/C++程序为什么无法运行?揭秘Segmentation fault (2)
什么让你对C/C++如此恐惧? 本篇将继续上一篇来讨论段错误(Segmentation fault). 上一篇: 你的C/C++程序为什么无法运行?揭秘Segmentation fault(1) 追溯 ...
- 中国LINUX内核开发大会 ppt演讲资料 与 会议视频
http://www.ckernel.org/ http://pan.baidu.com/share/home?uk=2086779999&view=share#category/type=0
- C# 中提取表中的某一项数据