http://thehealthcareblog.com/blog/2010/01/28/the-info-button-standard-bringing-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的更多相关文章

  1. EBS条形码打印

    Oracle  提供两种方式实现 128 码的编码 第一种方式是使用 Reports Builder 实现对 128 码编码, 在 Metalink 305090.1[1]  有 比较详尽的描述,其中 ...

  2. UIAutomator

    UI Automator Viewer The uiautomatorviewer tool provides a convenient GUI to scan and analyze the UI ...

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

  4. 160908、前端开发框架Semantic UI

    简介 网页开发中,CSS控制网页样式.作为测试开发工程师,我个人不太擅长手写CSS.样式微调.兼容浏览器等工作,所以我选择使用成熟的前端框架,可以快速开发出样式美观的网站,也解决了大部分浏览器兼容问题 ...

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

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

  7. Swing-JOptionPane对话框用法-入门

    对话框是GUI程序中常见的界面,通常用来反馈提示信息.告警或获取用户输入.比如这种: JOptionPane是Swing中的一个对话框类,它能够提供常见的绝大多数对话框效果,本文对这个类进行介绍.需要 ...

  8. ⑦bootstrap按钮 图片 辅助使用基础案例

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...

  9. APPCORE Routine APIs

    Introduction to APPCORE Routine APIs This chapter provides you with specifications for calling many ...

随机推荐

  1. [leetcode DP]53. Maximum Subarray

    Find the contiguous subarray within an array (containing at least one number) which has the largest ...

  2. Jquery API学习笔记

    学习网站 JQuery API 中文网: http://www.jquery123.com/ 学习一遍API可以更熟练的运用jquery并且拓展思路. 这里只挑选了一些我认为在开发中会用到的一些API ...

  3. BZOJ.4516.[SCOI2016]幸运数字(线性基 点分治)

    题目链接 线性基可以\(O(log^2)\)暴力合并.又是树上路径问题,考虑点分治. 对于每个点i求解 LCA(u,v)==i 时的询问(u,v),只需求出这个点到其它点的线性基后,暴力合并. LCA ...

  4. 【漏洞预警】Intel爆CPU设计问题,导致win和Linux内核重设计(附测试poc)

    目前研究人员正抓紧检查 Linux 内核的安全问题,与此同时,微软也预计将在本月补丁日公开介绍 Windows 操作系统的相关变更. 而 Linux 和 Windows 系统的这些更新势必会对 Int ...

  5. python开发_tkinter_多级子菜单

    在之前的blog中有提到python的tkinter中的菜单操作 python开发_tkinter_窗口控件_自己制作的Python IDEL_博主推荐 python开发_tkinter_窗口控件_自 ...

  6. BTSync 2.0 Vs. 1.4 Folders

    Sync 2.0 supports boths new 2.0 folders and classic 1.4 folders, s o when you upgrade your Sync it w ...

  7. 26复杂类型比较,使用Compare .NET objects组件

    关于比较对象,在"06判等对象是否相等"中大致可以总结为:   关于比较方法: ● 实例方法Equals(object obj)既可以比较值类型,也可以比较引用类型 ● 静态方法E ...

  8. 转 Objective-C中不同方式实现锁(二)

    在上一文中,我们已经讨论过用Objective-C锁几种实现(跳转地址),也用代码实际的演示了如何通过构建一个互斥锁来实现多线程的资源共享及线程安全,今天我们继续讨论锁的一些高级用法. .NSRecu ...

  9. Java 内存释放

     问题一什么叫垃圾回收机制 垃圾回收是一种动态存储管理技术它自动地释放不再被程序引用的对象按照特定的垃圾收集算法来实现资源自动回收的功能.当一个对象不再被引用的时候内存回收它占领的空间 ...

  10. Selenium2+python自动化55-unittest之装饰器(@classmethod)

    前言 前面讲到unittest里面setUp可以在每次执行用例前执行,这样有效的减少了代码量,但是有个弊端,比如打开浏览器操作,每次执行用例时候都会重新打开,这样就会浪费很多时间. 于是就想是不是可以 ...