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 ...
随机推荐
- js中对同步和异步的理解
你应该知道,javascript语言是一门“单线程”的语言,不像java语言,类继承Thread再来个thread.start就可以开辟一个线程,所以,javascript就像一条流水线,仅仅是一条流 ...
- 学习Git操作的好资源
网上资源很多,极大的方便了我们学习新东西. 今天找到了几个简单明了的Git教程,用以备录共享. Learn Git Branching http://pcottle.github.io/learnG ...
- android studio 添加有趣的注释模板 佛祖保佑无bug等
韩梦飞沙 韩亚飞 313134555@qq.com yue31313 han_meng_fei_sha 汉化包 百度云盘 下载地址:https://pan.baidu.com/s/1pLjwy ...
- [UOJ#245][UER#7]天路(近似算法)
允许5%的相对误差,意味着我们可以只输出$\log_{1.05} V$种取值并保证答案合法.并且注意到答案随着区间长度而单增,故取值不同的答案区间是$O(\log_{1.05} V)$的. 于是初始x ...
- [POI2017]Sabotaż
[POI2017]Sabotaż 题目大意: 一棵\(n(n\le5\times10^5)\)个结点的树,初始时有一个未知的黑点,其余全为白点.对于一个点,如果其子树中黑点所占比例超过\(x\),则这 ...
- hashmap的遍历方法
How to iterate over the entries of a Map? What is the order of iteration - if you are just using Map ...
- bzoj 3668 数位DP
收获: 1.如果有很多位操作,并且不包含+-×/等高级运算,那么可以一位一位考虑,如果求一个最优解,可以尝试逐位确定,这道题因为原始攻击值有范围,那么就需要数位DP. /*************** ...
- Mysql的学习随笔day2
关于输入中文的问题,各种更改完utf8后仍然乱码. 最后找到一种可行的方法:在insert之前,输入 set names 'gbk' 约束保证数据的完整性和一致性.约束分为表级约束和列级约束,前者可以 ...
- numpy中的random函数
1:rand rand(d0, d1, ..., dn) Random values in a given shape. Create an array of the given shap ...
- cocos2dx -- 学习笔记
在导入 cocos-ext.h 时项目会报错. 需要在 Additional Include Directories 中增加 $(EngineRoot) 并置顶(试验,不置顶也可以) 如果找不到当前目 ...