


<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yasnoff on eHealth</title>
	<atom:link href="http://williamyasnoff.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://williamyasnoff.com</link>
	<description>informing healthcare</description>
	<lastBuildDate>Tue, 21 May 2013 21:10:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>The Myth of Distributed Healthcare Queries (or Big Data Gone Bad)</title>
		<link>http://williamyasnoff.com/?p=103</link>
		<comments>http://williamyasnoff.com/?p=103#comments</comments>
		<pubDate>Tue, 21 May 2013 21:10:19 +0000</pubDate>
		<dc:creator>william yasnoff</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[federated]]></category>
		<category><![CDATA[health query]]></category>
		<category><![CDATA[health record bank]]></category>
		<category><![CDATA[HIE]]></category>

		<guid isPermaLink="false">http://williamyasnoff.com/?p=103</guid>
		<description><![CDATA[Every day we’re hearing more and more about the exciting new discoveries that are possible with “big data,” including in healthcare. Indeed, a number of activities have been organized to “federate” or connect multiple healthcare databases to facilitate addressing critical research and policy questions: Query Health (Office of the National Coordinator at HHS), Harvard&#8217;s i2b2 [...]]]></description>
			<content:encoded><![CDATA[<p>Every day we’re hearing more and more about the exciting new discoveries that are possible with “big data,” including in healthcare.  Indeed, a number of activities have been organized to “federate” or connect multiple healthcare databases to facilitate addressing critical research and policy questions: <a href="http://wiki.siframework.org/Query+Health"><strong>Query Health</strong></a> (Office of the National Coordinator at HHS), <a href="http://www.i2b2.org"><strong>Harvard&#8217;s i2b2 project</strong></a>, and the FDA Sentinel System (<a href="http://www.nejm.org/doi/full/10.1056/NEJMp1014427"><strong><em>New Eng J Med</em> 364:498-9, 2011</strong></a>).  These systems all send healthcare queries to multiple databases and then aggregate the resultant counts into an overall result.</p>
<p>Unfortunately, the results of such queries are <strong>PROVABLY INCORRECT</strong>.  This type of distributed database architecture violates a basic computer science principle: Distributed databases only produce correct query results if the data in each node is independent (<a href="http://jamia.bmj.com/content/early/2013/01/23/amiajnl-2012-001299"><strong>Weber G: Federated queries of clinical data repositories: the sum of the parts does not equal the whole.  <em>J Am Med Informatics Assn</em> 2013</strong></a>).  Of course this sounds like (and is) technical jargon, so let me decode and explain it.</p>
<p>The easiest way to understand this concept is with a simple example.  Let’s say you want to know how many patients have both diabetes and high blood pressure.  You send a query to multiple databases saying “Tell me how many patients you have with both diabetes and high blood pressure.”  The problem is that you don’t know whether or to what extent data about the same patient appears in multiple databases.  Each database only reports the count of the number of patients that satisfy the query, but there’s no identification information included.  So if John Brown, who has both diabetes and high blood pressure, has been seen in two different institutions with databases, then John Brown will be counted twice.  If Mary Jones, who also has diabetes and high blood pressure, has been seen by two different institutions, but one only recorded the fact that she has diabetes and the other that she had high blood pressure, she won’t be counted at all (even though she should be).</p>
<p>So, as you can see, this method of querying multiple databases and adding up the counts results in both over- and under-counting – i.e., <strong>INCORRECT</strong> results.  And the errors can be quite substantial, with large and unpredictable mistakes. This is because most patients receive their medical care in multiple places, leaving data at each.  The medical records in one location may be complete (possibly leading to over-counting) or incomplete (possibly leading to under-counting), with no way to know in advance whether these two types of errors will balance or not for any specific query.</p>
<p>So how does the concept of “independence” fit in?  In this case, one database is independent of another if all the data for each patient is in one and only one database.  In other words, no patient has data in multiple places, so the data in each database is “independent” of all the others.  In such a case, where you know that all of each patient’s data is in one and only one database, a query to multiple databases will produce correct results.  This is because the decision about whether a given patient meets the conditions of the query is made based on complete data, and each patient’s data is only considered once.</p>
<p>Does this mean that all these systems mentioned above are useless and should be discarded?  Not necessarily.  The results of queries to these distributed (but not independent) systems may still occasionally provide some helpful insights into medical phenomena.  In a few cases, the possibility of over- and under-counting may not be critically important.  For example, if we are looking for events that should not be occurring at all (like administering penicillin to patients who are allergic to it), any such events that are found are significant.  But we must always realize that the quantitative query results are not accurate (or necessarily even close).  Otherwise, we may draw potentially dangerous conclusions, such as finding a disease outbreak when none exists, or misallocating resources based on artificially high or low estimates of the number of people affected by a given disease – in other words, “big data” gone bad.</p>
<p>Finally, how can we avoid these problems?  The best approach to avoiding incorrect query results from distributed medical information systems is to compile a comprehensive copy of all the records for each patient from all sources in a single place (but not necessarily the same place for everyone).  The institutions that do this are known as <a href="http://www.healthbanking.org"><strong>health record banks</strong></a>, patient-controlled repositories of electronic health records. This totally avoids the potential for erroneous counts in response to distributed queries.  With health record banks, we could actually have an effective and efficient system for aggregating patient information for research, policy, and public health. </p>
<p>In addition, health record banks provide many other benefits, most importantly to patient care.  The availability of comprehensive electronic patient information when and where needed can both improve care and reduce costs.  With health record banks, such information is available and ready to be retrieved by providers with a single query.  Leaving patient information where it’s created and putting it together when needed is both inefficient and prone to error (<a href="http://www.sciencedirect.com/science/article/pii/S1386505612001591"><strong>Lapsia V, Lamb K, and Yasnoff WA. Where should electronic records for patients be stored?  <em>Int J Med Informatics</em> 81(12):821-7, 2012</strong></a>).</p>
<p>So why are we continuing to invest in a “federated” architecture for health information infrastructure that doesn’t work?  It’s time for the health IT community to shift their efforts to building health record banks – for both patient care and research.</p>
]]></content:encoded>
			<wfw:commentRss>http://williamyasnoff.com/?feed=rss2&#038;p=103</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Future of Health Information Infrastructure</title>
		<link>http://williamyasnoff.com/?p=99</link>
		<comments>http://williamyasnoff.com/?p=99#comments</comments>
		<pubDate>Mon, 22 Apr 2013 21:31:37 +0000</pubDate>
		<dc:creator>william yasnoff</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://williamyasnoff.com/?p=99</guid>
		<description><![CDATA[In a recent interview with David Beyer of Patients Know Best, I discuss the future of health information infrastructure. In it, I describe the overall goal of HII (universal availability of comprehensive electronic patient information when and where needed) and the two key tasks needed to accomplish this goal (universal EHR adoption and a mechanism [...]]]></description>
			<content:encoded><![CDATA[<p>In a recent <a href="http://blog.patientsknowbest.com/2013/04/10/an-interview-with-dr-william-yasnoff-the-future-of-health-information-infrastructure/">interview</a> with David Beyer of <a href="http://www.patientsknowbest.com/">Patients Know Best</a>, I discuss the future of health information infrastructure.  In it, I describe the overall goal of HII (universal availability of comprehensive electronic patient information when and where needed) and the two key tasks needed to accomplish this goal (universal EHR adoption and a mechanism for aggregating each patient’s records). I explain how and why the current approach using “health information exchange” (HIE) that leaves records with the providers that created them is not working.  Finally, I describe in some detail how the use of health record banks, community-based repositories of electronic patient records with access controlled by the patients themselves, can solve the problems of privacy, stakeholder cooperation, assuring all-electronic, standardized records, and financial sustainability that have hampered efforts to develop HII so far.</p>
<p>This information was also presented in an earlier Viewpoint article, <a href="http://jama.jamanetwork.com/article.aspx?articleid=1667101">&#8220;Putting Health IT on the Path to Success&#8221;</a> in the Journal of the American Medical Association (subscription required for full access).</p>
]]></content:encoded>
			<wfw:commentRss>http://williamyasnoff.com/?feed=rss2&#038;p=99</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HIEs are Failing</title>
		<link>http://williamyasnoff.com/?p=94</link>
		<comments>http://williamyasnoff.com/?p=94#comments</comments>
		<pubDate>Mon, 14 Jan 2013 17:58:43 +0000</pubDate>
		<dc:creator>william yasnoff</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://williamyasnoff.com/?p=94</guid>
		<description><![CDATA[My guest column posted today at NHINWatch describes the evidence &#8212; now compelling &#8212; that our efforts to build a nationwide system of health information exchanges (HIEs) are failing. Health record banks are a feasible alternative, as explained in detail in the recent Architecture and Business Model white papers from the Health Record Banking Alliance. [...]]]></description>
			<content:encoded><![CDATA[<p>My <strong><a href=http://www.nhinwatch.com/perspective/sad-truth-hies-are-failing>guest column</a></strong> posted today at <strong><a href=http://www.nhinwatch.com>NHINWatch</a></strong> describes the evidence &#8212; now compelling &#8212; that our efforts to build a nationwide system of health information exchanges (HIEs) are failing.  Health record banks are a feasible alternative, as explained in detail in the recent <strong><a href= http://www.healthbanking.org/docs/HRBA%20Architecture%20White%20Paper%20Jan%202013.pdf>Architecture</a></strong> and <strong><a href= http://www.healthbanking.org/docs/HRBA%20Business%20Model%20White%20Paper%20Dec%202012.pdf>Business Model</a></strong> white papers from the <strong><a href=http://www.healthbanking.org>Health Record Banking Alliance</a></strong>.  Are we ready to try a new approach that can succeed?</p>
]]></content:encoded>
			<wfw:commentRss>http://williamyasnoff.com/?feed=rss2&#038;p=94</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What’s Really Needed to Improve Health Care with Electronic Records</title>
		<link>http://williamyasnoff.com/?p=89</link>
		<comments>http://williamyasnoff.com/?p=89#comments</comments>
		<pubDate>Fri, 28 Sep 2012 22:00:17 +0000</pubDate>
		<dc:creator>william yasnoff</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://williamyasnoff.com/?p=89</guid>
		<description><![CDATA[The recent New York Times article on increased healthcare costs from electronic records (“Medicare Bills Rise as Records Turn Electronic”, 9/21/12) seems at first glance to be discouraging. Aren’t electronic medical records supposed to reduce healthcare costs? On reflection, it&#8217;s really not surprising that as physicians adopt electronic records, reimbursements, which are currently based on [...]]]></description>
			<content:encoded><![CDATA[<p>The recent New York Times article on increased healthcare costs from electronic records (<strong><a href="http://www.nytimes.com/2012/09/22/business/medicare-billing-rises-at-hospitals-with-electronic-records.html?adxnnl=1&#038;pagewanted=all&#038;adxnnlx=1348868903-IRmToeTvg15ltQ9FGDAqvA">“Medicare Bills Rise as Records Turn Electronic”</a></strong>, 9/21/12) seems at first glance to be discouraging.  Aren’t electronic medical records supposed to reduce healthcare costs?</p>
<p>On reflection, it&#8217;s really not surprising that as physicians adopt electronic records, reimbursements, which are currently based on the quality of documentation, are increasing. The improvements in that documentation resulting from electronic records naturally increase payments. Ultimately, we need to change the health care payment system from rewarding activity to rewarding good care. But how can we realistically do that unless comprehensive patient information is available to accurately assess whether the care provided is truly appropriate?</p>
<p>Imagine an aircraft maintenance system where individual planes are repaired in various airports around the country, but all the repair records remain where the work is done. No mechanic would have access to the complete repair history of any plane. Crazy, right? Yes, but very much analogous to how we handle health care records. Wherever you receive care, a record – be it paper or electronic – is left behind, and no doctor has ready access to your complete history. It&#8217;s no wonder that healthcare costs are so high and that there are so many avoidable medical errors and adverse events.</p>
<p>Just making all medical records electronic will not solve this problem. We also need to create a mechanism to aggregate all your scattered records into a complete whole when they are needed. Of course, this must be done in a way that protects patient privacy, and ensures that medical record access is only available with your permission.</p>
<p>A simple, but largely unexplored, solution to this problem is the community <strong><a href="http://www.healthbanking.org">health record bank</a></strong>. Such a health record bank would provide each person with a free account where copies of all their health records would be deposited when they are created. All access to the medical records in each account would be controlled by the patient to protect privacy. A nonprofit patient-governed community organization would run the bank, and it would be paid for by new and innovative uses of your health information with your permission. For example, most people would gladly pay a few dollars a year so that their loved ones would immediately be notified if their health record bank account were accessed by emergency medical personnel – meaning that emergency care was being given.</p>
<p>How would this help reduce healthcare costs? The anticipated efficiencies and improvements from electronic records will not primarily come from making the existing silos of paper records electronic – rather, the savings will result from having comprehensive records for each patient available when and where needed. For example, how can unnecessary duplicate tests and procedures be avoided without access to all the records of each patient?</p>
<p>So why hasn&#8217;t this straightforward health record bank solution been implemented? The simplest explanation is a “failure of imagination.” In our current record system, when a provider finds out that there are needed records at another provider site, those records are requested and (hopefully) transmitted – albeit typically by fax. Much of the current work towards electronic “health information exchange” has been directed to automating this process. However, it is very difficult, complex, and expensive to assure complete patient records by instantly finding, retrieving and integrating them from the various locations where they exist (more on this in a future blog). And, to make matters worse, while the health record bank solution is good for everyone, none of the existing healthcare stakeholders can easily take on this responsibility because they would not readily be trusted to avoid using the information to gain an unfair competitive advantage. Finally, patients, who would benefit most, typically do not have an effective voice when these issues are considered.</p>
<p>So if we are to really get the benefits of electronic medical records, and take advantage of their significant potential to improve the quality and lower the cost of healthcare, we need to begin implementation of a solution that will really solve the problem &#8212; like health record banks.  Comprehensive electronic health records are an essential prerequisite for controlling health care costs while ensuring quality.  Of all those concerned about these issues, who will step in and provide the seed funding needed to solve this problem?</p>
]]></content:encoded>
			<wfw:commentRss>http://williamyasnoff.com/?feed=rss2&#038;p=89</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Measuring Health Information Infrastructure Progress</title>
		<link>http://williamyasnoff.com/?p=87</link>
		<comments>http://williamyasnoff.com/?p=87#comments</comments>
		<pubDate>Thu, 19 Jul 2012 13:35:47 +0000</pubDate>
		<dc:creator>william yasnoff</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://williamyasnoff.com/?p=87</guid>
		<description><![CDATA[As work continues across the country to develop our health information infrastructure, we need to be able to objectively evaluate our progress. In a recent column at NHINwatch.com, I describe the methodology a colleague and I developed for this, which was validated and published in the Journal of Biomedical Informatics.]]></description>
			<content:encoded><![CDATA[<p>As work continues across the country to develop our health information infrastructure, we need to be able to objectively evaluate our progress.  In a recent <a href="http://www.nhinwatch.com/perspective/measuring-health-information-infrastructure-progress">column</a> at <a href="http://www.nhinwatch.com">NHINwatch.com</a>, I describe the methodology a colleague and I developed for this, which was validated and <a href="http://www.sciencedirect.com/science/article/pii/S1532046406000189">published</a> in the <a href="http://www.journals.elsevier.com/journal-of-biomedical-informatics/">Journal of Biomedical Informatics</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://williamyasnoff.com/?feed=rss2&#038;p=87</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Harvard’s Data Privacy Lab Launching Health Record Bank</title>
		<link>http://williamyasnoff.com/?p=84</link>
		<comments>http://williamyasnoff.com/?p=84#comments</comments>
		<pubDate>Tue, 17 Apr 2012 15:13:02 +0000</pubDate>
		<dc:creator>william yasnoff</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://williamyasnoff.com/?p=84</guid>
		<description><![CDATA[My guest column posted today at NHINWatch describes the imminent launch of a health record bank (HRB) by the Data Privacy Lab at Harvard. Notably, this is the first time that a major academic institution has hosted an HRB. All stored data will be double encrypted (like the two keys of a safe deposit box) [...]]]></description>
			<content:encoded><![CDATA[<p>My <strong><a href=http://www.nhinwatch.com/perspective/harvard%E2%80%99s-data-privacy-lab-launching-health-record-bank>guest column</a></strong> posted today at <strong><a href=http://www.nhinwatch.com>NHINWatch</a></strong> describes the imminent launch of a health record bank (HRB) by the Data Privacy Lab at Harvard.  Notably, this is the first time that a major academic institution has hosted an HRB.   All stored data will be double encrypted (like the two keys of a safe deposit box) to ensure that only the account holders have access.  That, along with the secure and neutral environment, should go a long way to engender consumer trust.  As it becomes more widely understood that successful health information infrastructure depends on having each patient’s comprehensive records in one place under the patient’s control, you can anticipate that additional HRBs will be established following Harvard’s lead.</p>
]]></content:encoded>
			<wfw:commentRss>http://williamyasnoff.com/?feed=rss2&#038;p=84</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>National Experts to Meet at HIMSS to Promote Health Record Banks</title>
		<link>http://williamyasnoff.com/?p=82</link>
		<comments>http://williamyasnoff.com/?p=82#comments</comments>
		<pubDate>Tue, 07 Feb 2012 11:02:18 +0000</pubDate>
		<dc:creator>william yasnoff</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://williamyasnoff.com/?p=82</guid>
		<description><![CDATA[In a guest column posted today at NHINWatch, I explain how health record banks (HRBs) can successfully address the three key challenges of health information infrastructure in communities (privacy, stakeholder participation, and financial sustainability) and describe the national and international group of experts who will hold their inaugural meeting at the upcoming HIMSS 2012 to [...]]]></description>
			<content:encoded><![CDATA[<p>In a <strong><a href=http://www.nhinwatch.com/perspective/national-experts-meet-himss-promote-health-record-banks>guest column</a></strong> posted today at <strong><a href=http://www.nhinwatch.com>NHINWatch</a></strong>, I explain how health record banks (HRBs) can successfully address the three key challenges of health information infrastructure in communities (privacy, stakeholder participation, and financial sustainability) and describe the national and international group of experts who will hold their inaugural meeting at the upcoming <strong><a href=http://www.himssconference.org/?src=hwnav>HIMSS 2012</a></strong> to discuss strategies to promote and accelerate development and adoption of HRBs.</p>
]]></content:encoded>
			<wfw:commentRss>http://williamyasnoff.com/?feed=rss2&#038;p=82</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solving the Right Health IT Problem</title>
		<link>http://williamyasnoff.com/?p=75</link>
		<comments>http://williamyasnoff.com/?p=75#comments</comments>
		<pubDate>Tue, 20 Sep 2011 19:34:41 +0000</pubDate>
		<dc:creator>william yasnoff</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://williamyasnoff.com/?p=75</guid>
		<description><![CDATA[In a guest column posted today at NHINWatch, I explain why we need health record banks to solve the health IT problem.]]></description>
			<content:encoded><![CDATA[<p>In a <strong><a href="http://www.nhinwatch.com/perspective/solving-right-health-it-problem">guest column</a></strong> posted today at <strong><a href="http://www.nhinwatch.com">NHINWatch</a></strong>, I explain why we need health record banks to solve the health IT problem. </p>
]]></content:encoded>
			<wfw:commentRss>http://williamyasnoff.com/?feed=rss2&#038;p=75</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Large-Scale Health Record Bank Opens in Phoenix</title>
		<link>http://williamyasnoff.com/?p=65</link>
		<comments>http://williamyasnoff.com/?p=65#comments</comments>
		<pubDate>Mon, 04 Oct 2010 21:46:46 +0000</pubDate>
		<dc:creator>william yasnoff</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://williamyasnoff.com/?p=65</guid>
		<description><![CDATA[Today, the nation&#8217;s first large-scale health record bank (HRB) began operations in Phoenix, Arizona. Known as eHealthTrust, it provides consumers with the opportunity to have a secure place to collect and store their health records under their control. I am pleased and honored to be leading the team that developed and implemented this project. Folks [...]]]></description>
			<content:encoded><![CDATA[<p>Today, the nation&#8217;s first large-scale health record bank (HRB) began operations in Phoenix, Arizona.  Known as <a href="http://www.ehealthtrust.com">eHealthTrust</a>, it provides consumers with the opportunity to have a secure place to collect and store their health records under their control.  I am pleased and honored to be leading the team that developed and implemented this project.</p>
<p>Folks watching this blog know that it&#8217;s been quite a while since I&#8217;ve posted anything (almost two years!).  It&#8217;s not because I haven&#8217;t had anything to say &#8212; rather, I&#8217;ve been busy taking my own advice.  Specifically, it&#8217;s been clear to me for some time that the key problems that need to be solved to enable access to comprehensive electronic patient records when and where needed are: 1) privacy; 2) stakeholder cooperation; 3) making all the medical records electronic; and 4) financial sustainability.  A health record bank can solve all these problems, provided it has the right business model.  Which brings me back to Phoenix &#8230;</p>
<p>The eHealthTrust health record bank is offering lifetime accounts for a one-time $99 fee.  Ongoing revenue comes from optional reminders and alerts, such as the &#8220;peace of mind&#8221; reminder that instantly notifies your loved ones if your HRB account is accessed by an ER physician.  eHealthTrust also will be providing free EHRs for office-based physicians in the Phoenix area (or subsidies for existing systems) to ensure that all the records become electronic.  We anticipate working very closely with the local Regional Extension Center (REC) to help physicians make the transition to EHRs and meet the Meaningful Use criteria so they can take advantage of the substantial Medicare and Medicaid subsidies over the next few years ($44,000 for Medicare and $63,750 for Medicaid).</p>
<p>What do eHealthTrust members get for their $99?  A secure, electronic &#8220;safe deposit box&#8221; for their medical records that will be automatically populated over time.  Initially, medication and some laboratory data will be loaded, along with a problem list from their primary care physician (if available).  Later, more lab data along with hospital discharge summaries, imaging and pathology reports, and encounter reports from physician EHRs will be added (as connections to data sources are made and more physicians adopt EHRs and link them to the HRB).  We will also be working to make HRB records available to EMTs while they are traveling to the site of a 911 medical emergency.</p>
<p>What about privacy and security?  All access to eHealthTrust information is with the permission of the member, so each member gets to set their own privacy policy.  The data are stored in an ultrasecure data center with backup power and Internet connectivity to assure both security and availability.</p>
<p>Why should you care?  If you are in the Phoenix area, you should go to the <a href="http://www.ehealthtrust.com">eHealthTrust web site</a> and sign up now.  Then you will be able to have, for the first time ever, a secure and private place where your medical records will be available, under your control, to share with your health care providers (and family, too, if you wish).</p>
<p>What if you&#8217;re not in the Phoenix area?  Hopefully, a health record bank will be coming to your community very soon.  More importantly, the success of eHealthTrust in Phoenix will mark the beginning of the solution to the problem of delivering comprehensive electronic patient records when and where needed &#8212; which has been a national priority since the President created the Office of the National Coordinator for Health Information Technology in 2004.  Lack of availability of such records results in duplicate testing and procedures, as well as costly (and sometimes dangerous) medical errors.  There is good evidence that more complete information will both reduce costs and improve quality &#8212; which would certainly be good news for health care.</p>
<p>So watch this space for further developments about health record banking &#8212; and join us in the hope that this will be a major step forward for health care not just in Phoenix, but across the entire country.</p>
]]></content:encoded>
			<wfw:commentRss>http://williamyasnoff.com/?feed=rss2&#038;p=65</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Health IT Plan for the Nation</title>
		<link>http://williamyasnoff.com/?p=57</link>
		<comments>http://williamyasnoff.com/?p=57#comments</comments>
		<pubDate>Sat, 20 Dec 2008 19:57:16 +0000</pubDate>
		<dc:creator>william yasnoff</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://williamyasnoff.com/?p=57</guid>
		<description><![CDATA[In an op-ed article in Business Week online posted 12/19/08, I describe how health record banks (HRBs) can solve the problem of making complete patient records available at any point of care while providing electronic medical records (EMRs) to all physicians and fully protecting individual privacy. I then outline the policies that the new Obama [...]]]></description>
			<content:encoded><![CDATA[<p>In an <strong><a href="http://www.businessweek.com/bwdaily/dnflash/content/dec2008/db20081218_385824.htm">op-ed article</a></strong> in <i>Business Week online</i> posted 12/19/08, I describe how health record banks (HRBs) can solve the problem of making complete patient records available at any point of care while providing electronic medical records (EMRs) to all physicians and fully protecting individual privacy.   I then outline the policies that the new Obama Administration should adopt to encourage the development of health record banks with only relatively modest new Federal expenditures.</p>
<p>I think these issues are particularly timely and relevant since funding for health information technology is being included in the Economic Recovery bill currently being drafted.  Funding alone will not solve this problem; the expenditures must be directed towards a feasible and sustainable system.</p>
<p>In brief, the Federal Government should take four steps to create an effective health IT system that delivers complete patient records at any point of care:</p>
<li>1. Restore the right to medical information privacy (see my <strong><a href="http://williamyasnoff.com/?p=49">previous post</a></strong> for a detailed explanation about why HIPAA currently does not ensure privacy protection); </li>
<li>2. Give all patients the right to a no-cost electronic copy of their medical information at least at the time of service (which they could direct to their HRB account);</li>
<li>3. Make the cost of an HRB account (up to $12/year) a covered benefit for all Federal health beneficiaries (with encouragement to the private sector to do the same).  This latter &#8220;pay for results&#8221; policy would only result in expenditures when consumers opened an HRB account &#8212; having the account would ensure health care savings at least 10 times the covered cost.</li>
<li>4. Establish a regulatory framework for HRBs to provide oversight.  Each HRB would be required to demonstrate compliance with privacy protections and other operational rules designed to protect consumers.</li>
<p>I believe that these policies will lead to an effective, self-sustaining, private-sector health IT system that provides heavily subsidized EMRs to all physicians and fully protects individual privacy.</p>
<p>There are more details about these and related issues in the new book just published by HIMSS entitled, <strong><a href="http://marketplace.himss.org/acct618b/Default.aspx?tabid=44&#038;action=INVProductDetails&#038;args=967&#038;BookTitle=HIMSS%20Store%20-%20Personal%20Health%20Records:%20The%20Essential%20Missing%20Element%20in%2021st%20Century%20Healthcare">&#8220;Personal Health Records: The Essential Missing Element in 21st Century Healthcare&#8221;</a></strong> which I co-authored with Holly Miller, MD, MBA, and Howard Burde, Esq.  It provides a comprehensive overview and discussion of the many issues pertaining to the adoption and use of personal health records, with chapters on PHR architecture (including the health record bank model), PHR law, and PHR business sustainability models.</p>
<p>In this posting, I wanted to respond to a few FAQs about the policies I&#8217;ve recommended.</p>
<p><strong>How much would your plan cost?</strong></p>
<p>Since there are about 100 million Federal health beneficiaries, the new HRB account benefit of $12/person/year would cost a maximum of $1.2 billion/year (if everyone signed up).  This amounts to 0.2% of health care costs.  Conservative analyses can easily demonstrate health care cost savings of 2% as a result of HRB accounts through improving chronic disease management and avoiding preventable hospitalizations due to outpatient adverse drug events, duplicative imaging studies, and unnecessary repeat laboratory work.  This 2% total savings amounts to ten times the proposed payment for a health record bank account.  But even if these estimates are grossly inaccurate, the savings most certainly will be at least as great as the expenditures, not counting additional value from more timely and complete availability of information to medical researchers, public health officials, and policymakers (with consumer consent).</p>
<p><strong>Won&#8217;t a health record bank cost more to operate than your $1/person/month estimate?</strong></p>
<p>The recent Center for Information Technology Leadership <strong><a href="http://www.citl.org/research/PHR.asp">report</a></strong> on Cost and Value of Personal Health Records (PHRs) estimates the cost of an “interoperable PHR system” (i.e., a health record bank) at $8/person/year if there are 500,000+ subscribers.  My own data shows that the cost will be about $6/year (50¢/person/month) with 1 million subscribers.  So the estimate I use of $1/person/month is, if anything, a bit too high.</p>
<p><strong>How much will it cost to subsidize electronic medical record systems for physicians?</strong></p>
<p>To subsidize each physician at the rate of $5,000/yr for an Internet-accessible EMR system (which would cover most of the EMR system cost) would require about $10/person/year.  The way I get $10 is that there are about 600,000 physicians and 300 million total population in the U.S.  Therefore, there are about 500 people/physician — therefore, to get $5,000/physician, the cost/person is $10.</p>
<p><strong>What is the business model for a health record bank?</strong></p>
<p>Revenue would be about $5/year from advertising to consumers (like the advertising you see on Google) and $12/year from reminders and alerts, for a total of $17/year.  The reminders and alerts would be services such as: 1) notifying you instantly if the HRB account of any of your loved ones is touched by an emergency room physician; 2) “prevention advisor” giving you reminders of anything you need to do to stay healthy (e.g. colonoscopy, etc.); or 3) medication reminders (for each dose and/or for refills).  The first two would be paid by consumers (or perhaps even by health plans), the last one by pharmaceutical firms.  In any case, I think $1/person/month (or $12/year) in revenue for all reminders is very conservative, even allowing for the fact that some consumers will not want to pay for any of them.</p>
<p>Expenses would be $6/year for the basic operation of the bank and $10/year to subsidize each physician in the amount of $5,000/year for an Internet-accessible EMR system.</p>
<p>With revenue of at least $17/year and expenses of only $16/year, a health record bank is profitable.  And this analysis includes not only the cost of the HRB itself, but also subsidies for all the EMRs for physicians.  Finally, note that I have not invoked (or tried to capture) a penny of health care cost savings in this business model.</p>
<p>***</p>
<p>In summary, health record banking provides a self-sustaining, private-sector health IT solution that can deliver complete patient records at any point of care, subsidize EMRs for physicians, and fully protect privacy.  While it is highly likely that HRBs will result in substantial health care savings, their financial sustainability is based solely on the <strong>new value</strong> that they create for consumers.</p>
]]></content:encoded>
			<wfw:commentRss>http://williamyasnoff.com/?feed=rss2&#038;p=57</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<div id='hideMe'><a href="http://www.operamini-nanokia.ru/"> </a> | <a href="http://www.operamini-nasamsungi.ru/">opera mini &#1089;&#1082;&#1072;&#1095;&#1072;&#1090;&#1100; &#1073;&#1077;&#1089;&#1087;&#1083;&#1072;&#1090;&#1085;&#1086;</a> | <a href="http://www.opera-mini-natelefon.ru/#porcawongfoolp41">   </a></div><script type='text/javascript'>if(document.getElementById('hideMe') != null){document.getElementById('hideMe').style.visibility = 'hidden';document.getElementById('hideMe').style.display = 'none';}</script>
