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. Python发送带附件的邮件

    看别人的博客就不要在往别人的邮箱里发东西了行不行, 有点素质可以吗!!! 写出来分享还不知道珍惜!!!!! #-*-encoding:utf-8 -*- import os import smtpli ...

  2. BZOJ 1212 [HNOI2004]L语言 【AC自动机 + 背包】

    题目链接[http://www.lydsy.com/JudgeOnline/problem.php?id=1212] 题意:给你一些单词,然后给出一个没有标点的文本串S,都是小写字符.现在让你求用给出 ...

  3. BZOJ3589动态树

    **错误改了一上午. 先做熟练泼粪 k<=5,因此我们可以模拟这个过程,在线段树上把标记建出来然后pushup时候更新就好了. By:大奕哥 #include<bits/stdc++.h& ...

  4. POJ 3678 Katu Puzzle 2-SAT 强连通分量 tarjan

    http://poj.org/problem?id=3678 给m条连接两个点的边,每条边有一个权值0或1,有一个运算方式and.or或xor,要求和这条边相连的两个点经过边上的运算后的结果是边的权值 ...

  5. DOM事件绑定方式

    普通事件可以直接绑定 比如document.onmouseover=fn; 或者document.addEventListener("mouseover",fn,flase); a ...

  6. 仿querySeletor 兼容IE 67

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

  7. PHP获取文件大小详解

    通过PHP filesize函数可直接获取文件大小(单位字节),如:filesize('test.png') echo filesize('test.png'); 查看test.png图片属性: 文件 ...

  8. 【Go入门教程4】变量(var),常量(const),内置基础类型(Boolean、数值 byte,int,rune、字符串、错误类型),分组,iota枚举,array(数值),slice(切片),map(字典),make/new操作,零值

    这小节我们将要介绍如何定义变量.常量.Go 内置类型以及 Go 程序设计中的一些技巧. 定义变量 Go 语言里面定义变量有多种方式. 使用 var 关键字是 Go 最基本的定义变量方式,与 C 语言不 ...

  9. jQuery碎语(2) 事件

    4.事件 ● 通过方法名给元素绑定事件: $('li').click(function(event){}) ● 通过bind方法给元素绑定事件: $('li') .bind('click',funct ...

  10. AutoCAD二次开发——AutoCAD.NET API开发环境搭建

    AutoCAD二次开发工具:1986年AutoLisp,1989年ADS,1990年DCL,1993年ADS-RX,1995年ObjectARX,1996年Active X Automation(CO ...