<?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>Bruce F. Webster &#187; Architecture</title>
	<atom:link href="http://brucefwebster.com/category/architecture/feed/" rel="self" type="application/rss+xml" />
	<link>http://brucefwebster.com</link>
	<description>Making IT work since 1974.</description>
	<lastBuildDate>Wed, 21 Jul 2010 19:31:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>HR 3200 from a systems design perspective (Part II)</title>
		<link>http://brucefwebster.com/2009/09/08/hr-3200-from-a-systems-design-perspective-part-ii/</link>
		<comments>http://brucefwebster.com/2009/09/08/hr-3200-from-a-systems-design-perspective-part-ii/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 15:50:44 +0000</pubDate>
		<dc:creator>bfwebster</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Complex systems]]></category>
		<category><![CDATA[Main]]></category>
		<category><![CDATA[Risk management]]></category>
		<category><![CDATA[Software engineering]]></category>

		<guid isPermaLink="false">http://brucefwebster.com/?p=147</guid>
		<description><![CDATA[In the first part of this three-part series, I briefly outlined the parallels between developing software and crafting legislation, while pointing out the great risks and issues in the latter. I also indicated what I felt were some of the general structural flaws  in HR 3200, the House bill on health care reform &#8212; not [...]]]></description>
			<content:encoded><![CDATA[<p>In the first part of this three-part series, <a href="http://brucefwebster.com/2009/09/07/hr-3200-from-a-systems-design-perspective-part-i/"><strong>I briefly outlined the parallels between developing software and crafting legislation</strong></a>, while pointing out the great risks and issues in the latter. I also indicated what I felt were some of the general structural flaws  in HR 3200, the House bill on health care reform &#8212; not criticizing any actual proposals, but rather highlighting some of the design and implementation problems that make it hard to understand <a href="http://www.opencongress.org/bill/111-h3200/text"><strong>HR 3200</strong></a> and even harder to predict its consequences.</p>
<p>Here in Part II, I&#8217;ll talk about some of the well-established maxims and heuristics of complex systems development, and how they apply to legislation in general and to HR 3200 in particular. (More after the jump.)</p>
<p><span id="more-147"></span></p>
<h3>Gall</h3>
<p>As far as I can tell, John Gall &#8212; in his out-of-print book <strong><a href="http://www.amazon.com/Systemantics-Systems-Work-Especially-They/dp/0671819100/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1252413293&amp;sr=1-1">Systemantics</a> </strong>(1976)&#8211; was the first to observe in print that</p>
<blockquote><p><strong>A</strong> <strong>complex system that works is found to have invariably evolved from a simple system that worked</strong>. (p. 80, 1978 paperback edition).</p></blockquote>
<p>Immediately after, he observes that:</p>
<blockquote><p><strong>A</strong><strong> complex system designed from scratch never works and cannot be made to work. You have to started over,  beginning with a working simple system</strong>.</p></blockquote>
<p>My co-blogger (over at ASIP) Bruce Henderson puts this another way:</p>
<blockquote><p><strong>Start out stupid, and work up from there</strong>.</p></blockquote>
<p>There is large room for differing arguments here as to just where HR 3200 fits in, for several reasons.</p>
<p>First, HR 3200 isn&#8217;t &#8220;designed from scratch.&#8221; As noted in <a href="http://brucefwebster.com/2009/09/07/hr-3200-from-a-systems-design-perspective-part-i/">Part I</a>, many sections of HR 3200 are modifying various existing laws and regulations, such as the Internal Revenue Code, the Public Health Service Act, Employee Retirement Income Security Act, the Social Security Act, and the United States Code.</p>
<p>However, leveraging upon and modifying several existing systems is not the same as building a &#8220;simple system that works&#8221; and evolving it into a complex system that works. I can create a large, complex piece of software that calls upon and even modifies existing systems and libraries &#8212; but that doesn&#8217;t necessarily mean I&#8217;m evolving something from a &#8220;small, simple system that works&#8221;. This is especially true when I&#8217;m pulling together from several disjoint or unrelated systems (such as those listed above).</p>
<p>Second, legislation is more robust than software, for exactly the differences outlined in part I, namely that legislation is executed by people rather than machines and operating systems. If I create an ill-formed piece of software, there&#8217;s a good chance it won&#8217;t even compile (or interpret); if it does, then it may run into linking or integration errors; and if it gets past those, it may crash, lock up, or behave bizarrely upon execution.</p>
<p>If, however, I create an ill-formed piece of legislation, it can be (and often is!) be put into practice, with various human either officially or unofficially working around the defects to make it &#8220;work&#8221;. Of course, that &#8216;deployment&#8217; of the legislation may end up drifting or even veering sharply from the stated or actual intent of the legislation. (In a way, this is reminiscent of the early PL/1 compilers that would, upon encountering a syntax error, make a best guess as to what you might have meant to write and compile that instead.)</p>
<p>Courts can shift this &#8216;deployment&#8217; in both directions. They may &#8220;find&#8221; meaning or functionality in the law never contemplated or even explicitly disavowed by those who crafted and voted for the legislation, or they may prohibit some portion of explicit functionality due to conflicts with the Constitution, prior judicial rulings, or simply their own judgment.  As noted in Part I, judges don&#8217;t always agree with one another, either, so whether a given piece of legislation (or a subportion thereof) is upheld, modified, or rejected entirely depends upon which courts or individual judges end up reviewing it.</p>
<p>Third, there are serious and compelling arguments as to how well the current government health care programs (such as Medicare and the VA hospital system) work, not to mention the government systems modified and relied upon by HR 3200 (such as the IRS and Social Security). While you may argue with Gall&#8217;s maxims above, I know of no serious systems designer who will state that it is possible to build a large, complex system that works from complex systems that work poorly, if at all. The quality of your original and leveraged systems provides <strong>an upper bound</strong> on the quality of your final system. To believe otherwise is to <a href="http://www.sciencecartoonsplus.com/gallery/math/math07.gif">succumb to wishful thinking</a>.</p>
<h3>Maier and Rechtin</h3>
<p>In <a href="http://www.amazon.com/Art-Systems-Architecting-Third-Engineering/dp/1420079131/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1252412758&amp;sr=1-1"><strong>The Art of Systems Architecting</strong></a> by Mark W. Maier and Eberhardt Rechtin (2002), the authors take a cross-discipline approach to systems architecting, including talking specifically about social systems in Chapter 5. The following passage from that chapter is of particular relevance to the overall purpose of HR 3200 (all emphasis in the original):</p>
<blockquote><p>The first insight, which might be called <strong>the four whos</strong>, asks four questions that need to be answered <em>as a self-consistent set</em> if the system is to succeed economically; namely,<strong> who benefits? who pays? who provides? and, as appropriate, who loses? </strong></p></blockquote>
<p>The political arguments raging over HR 3200 are exactly over those four questions. In fact, Maier and Rechtin themselves foresaw those arguments, since they go on to use health care as an example:</p>
<blockquote><p>Example: serious debates over the nature of their public health services are underway in many countries, triggered in large part by the technological advances of the last few decades. These advances have made it possible for humanity to live longer and in better health, but the investments in those gains are considerable. The answer to the four whos are at the crux of the debate. Who benefits &#8212; everyone equally at all levels of health? Who pays &#8212; regardless of personal health or based on need and ability to pay? Who provides &#8212; and determines cost to the user? Who loses &#8212; anyone out of work or above some risk level, and who determines who loses?</p></blockquote>
<p>The problem with HR 3200 and with the arguments put forth to date on its behalf is that they have not systematically and credibly addressed those four questions. In fact, those arguing in support of HR 3200 and health care reform in general have often given contradictory answers to those four questions, undermining their own credibility, given ammo to their opposition, and (justifiably) undermining public support for HR 3200.</p>
<p>Along those lines, the authors also note that in architecting social systems, you face not just the constraints of normal system design &#8212; risk, performance, schedule, and cost &#8212; but two more: <strong>perception vs. facts</strong>. They go on to say:</p>
<blockquote><p>Social systems have generated a painful design heuristic: <strong>it&#8217;s not the facts, it&#8217;s the perception that counts</strong>. Some real-world examples: . . .</p>
<ul>
<li>One of the reasons that health insurance is so expensive is that health care is perceived by employees as nearly &#8220;free&#8221; because almost all its costs are paid for either by the the employee&#8217;s company or the government. The facts are that the costs are either passed on to the consumer, subtracted from wages and salary, taken as a business deduction against taxes, or all of the above. There is no free lunch.</li>
</ul>
</blockquote>
<p>Again, with great relevance to the current debate over HR 3200 and the whole approach of the House over health care reform, the authors state:</p>
<blockquote><p>Like it or not, the architect must understand that perceptions can be just as real as facts, just as important in defining the system architecture, and just as critical in determining success. As one heuristic states: <strong>the phrase, &#8216;I hate it&#8217;, is direction</strong>. There have even been times when, in retrospect, perceptions were &#8220;truer&#8221; than facts which changed with observer, circumstance, technology, and better direction. . . . In the end, it is a matter of achieving a balance of perceived values. The architect&#8217;s task is to search out that area of common agreement that can result in a desirable, feasible system.</p></blockquote>
<p>Maier and Rechtin end Chapter 5 with some heuristics they consider specific to social systems. Several are those already cited above, but here are a few additional ones (my comments are in brackets):</p>
<blockquote><p><strong>Success is the eye of the beholder</strong> [i.e., the US public] <strong>(not the architect</strong> [i.e., Congress]<strong>).</strong></p></blockquote>
<blockquote><p><strong>Don&#8217;t assume that the original statement of the problem</strong> [e.g., "45 million uninsured"] <strong>is necessarily the best, or even the right one. (Most customers would agree.)</strong></p></blockquote>
<blockquote><p>I<strong>n social systems, <em>how </em>you do something may be more important than <em>what </em>you do. (A sometimes bitter lesson for technologists</strong> [and Congress] <strong>to learn.)</strong></p></blockquote>
<blockquote><p>I<strong>t&#8217;s easier to change the technical elements of a social system than the human ones (enough said).</strong></p></blockquote>
<p>Maier and Rechtin have an entire appendix at the end of the book on heuristics for system-level architecting. Most of these are intended for software and hardware architecting; however, several have bearing for HR 3200 and the general effort for health care reform.</p>
<blockquote><p><strong>Plan to throw one away; you will anyway. </strong></p></blockquote>
<p>This comes from Fred Brooks&#8217; classic work, <a href="http://www.amazon.com/Mythical-Man-Month-Software-Engineering-Anniversary/dp/0201835959/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1252422286&amp;sr=8-1"><strong>The Mythical Man-Month</strong></a>, and appears to be highly relevant to what&#8217;s going on right now in Congress, where both <a href="http://politicalticker.blogs.cnn.com/2009/08/17/blue-dog-excellent-idea-to-start-over-on-health-care/">conservative Democrats</a> and <a href="http://www.cleveland.com/nation/index.ssf/2009/09/mccain_mitch_mcconnell_urge_st.html">Republicans</a> are suggesting that the best approach right now would be to start over again.</p>
<blockquote><p><strong>In architecting a new [software] program all the serious mistakes are made in the first day</strong>.</p></blockquote>
<p>As someone who has been dealing since 1995 with failed or troubled IT projects, I find that this is the maxim I keep coming back to. I think that the Obama Administration and the Democratic leadership in Congress badly miscalculated public support for rushing sweeping (and unexamined) health care reform into law given the profound economic problems facing the country (not to mention the massive Federal deficits).</p>
<blockquote><p><strong>Given a successful organization or system with valid criteria for success, there are some things it cannot do &#8212; or at least not do well. Don&#8217;t force it! </strong></p></blockquote>
<p>As noted in Part I, HR 3200 is &#8220;kitchen sink&#8221; legislation, trying to accomplish a variety of changes that are not necessarily related or dependent. I suspect that Obama and Congress would have been far more successful with a series of small, focused bills that had clear goals <em>and</em> clear limits. The problem with HR 3200 is that by trying to cover so much ground, it merely increases the overall size of the opposition &#8212; people with objections to a specific portion of HR 3200 find themselves uniting (directly or indirectly) with those objecting to other portions of HR 3200. By recasting HR 3200 into smaller, well-defined chunks, the opposition to any given chunk becomes smaller as well, increasing that bill&#8217;s chances of passage.</p>
<blockquote><p><strong>Group elements that are strongly related to each other, separate elements that are unrelated.</strong></p></blockquote>
<p>The shorthard version of this in software design is &#8220;high cohesion within a module, loose coupling between modules&#8221;. This is another argument for breaking up health care reform into smaller, well-defined and clearly-focused chunks.</p>
<blockquote><p><strong>If you don&#8217;t understand the existing system, you can&#8217;t be sure you&#8217;re re-architecting a better one. </strong></p></blockquote>
<p>And, I might add, if you don&#8217;t understand the <em>proposed </em>system, you can&#8217;t be sure it&#8217;s a better one. It is unclear that most of the members of Congress who are pushing HR 3200 understand either the current US health care system or HR 3200 itself (and all its implications).</p>
<p>I could include many more maxims here, but you are better off getting Maier and Rechtin&#8217;s book and reading it for yourself.</p>
<p><em>Part III will suggest a different approach to health care legislation using good practices from systems development and software engineering.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://brucefwebster.com/2009/09/08/hr-3200-from-a-systems-design-perspective-part-ii/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HR 3200 from a systems design perspective (Part I)</title>
		<link>http://brucefwebster.com/2009/09/07/hr-3200-from-a-systems-design-perspective-part-i/</link>
		<comments>http://brucefwebster.com/2009/09/07/hr-3200-from-a-systems-design-perspective-part-i/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 01:51:40 +0000</pubDate>
		<dc:creator>bfwebster</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Complex systems]]></category>
		<category><![CDATA[Main]]></category>
		<category><![CDATA[Risk management]]></category>
		<category><![CDATA[Software engineering]]></category>

		<guid isPermaLink="false">http://brucefwebster.com/?p=139</guid>
		<description><![CDATA[[Welcome Slashdotters -- feel free to leave comments here or there. But no debates on health care reform or what HR 3200 does or does not do, please -- just on the concept itself.] [Part II is now up.] On the occasions where I have reviewed the actual text of major legislation, I have been [...]]]></description>
			<content:encoded><![CDATA[<p>[<em>Welcome Slashdotters -- feel free to leave comments here or there.</em> <em>But no debates on health care reform or what HR 3200 does or does not do, please -- just on the concept itself.</em>]</p>
<p>[<a href="http://brucefwebster.com/2009/09/08/hr-3200-from-a-systems-design-perspective-part-ii/"><em>Part II is now up</em></a>.]</p>
<p>On the occasions where I have reviewed the actual text of major legislation, I have been struck by the parallels between legislation and software, particularly in terms of the pitfalls and issues with architecture, design, implementation, testing, and deployment. Some of the tradeoffs are even the same, such as trading off the risk of &#8220;analysis paralysis&#8221; (never moving beyond the research and analysis phase) and the risks of unintended consequences from rushing ill-formed software into production. Yet another similarity is that both software and legislation tend to leverage off of, interact with, call upon, extend, and/or replace existing software and legislation.  Finally, the more complex a given system or piece of legislation is, the less likely that it will achieve the original intent.</p>
<p>But there are some critical differences that make legislation design both harder and higher-risk than systems design. (More after the jump.)</p>
<p><span id="more-139"></span></p>
<h2>Software vs. Legislation</h2>
<p>First, software is designed for a target or reference system; you can in theory predict or constrain its behavior, and its behavior is largely repeatable.</p>
<p>Legislation, by contrast, is executed by humans, with wide latitude for interpretation and implementation, as well as misunderstandings, disagreements on meaning, and on-the-fly modifications.</p>
<p>Second, software typically has several layers of independent (non-human) syntactic, semantic, and integration checking that it of necessity goes through before deployment (though plenty of defects can and do  slip through).</p>
<p>Legislation, by contrast, is written in a natural (human) language, with all its gaps, faults, and ambiguities, and with nothing to force error checking in syntax, semantics, and integration; there&#8217;s no way of &#8220;<a href="http://en.wikipedia.org/wiki/Compiler">compiling</a>&#8220;, &#8220;<a href="http://en.wikipedia.org/wiki/Link_editor">linking</a>&#8221; and doing a test run of the legislation in a limited environment before it becomes the (largely irrevocable) law of the land.</p>
<p>Third, because of the previous two factors, two or more software engineers can typically reach professional agreement on what a given section of source code will do; if they continue to disagree, there are standard tools and methods by which they can objectively demonstrate how the software will behave, either exactly or within general limits.</p>
<p>By contrast, and due to the corresponding factors with legislation, two or more people (legislators, executives, judges, and citizens) can interpret a given section of legislation quite differently, and each may well have a defensible position, due to the potentially wide latitude of and arena for interpretation.</p>
<h2>Some Design Flaws of HR 3200</h2>
<p>This all comes to mind as I have been reviewing <strong><a href="http://www.opencongress.org/bill/111-h3200/text">HR 3200</a></strong>, aka the House bill on health care reform. While I am neither a legislator nor a lawyer (though I have <a href="http://brucefwebster.com/presentationstestimony/">worked closely with lawyers </a>for a decade), I am <a href="http://brucefwebster.com/professional-background/">a professional software architect/engineer</a>, and <a href="http://brucefwebster.com/publications/">a professional writer</a>, who has worked in the IT field for 35 years. From that point of view, I believe HR 3200 will exhibit profound problems and unintended (or unclaimed) consequences if passed. Here are some of reasons why.</p>
<p>To begin with, HR 3200 suffers from all the problems listed above with legislation. It is written in English, and complex, obscure, jargon-laden English at that. Many of the sections are imprecise and/or incomplete, leaving large amounts of interpretation and implementation to unelected humans. Many of the objections to HR 3200 come from this very problem, including the concern that the ambiguity is deliberate and intended to open doors to politically unpalatable consequences.</p>
<p>HR 3200 is also massive and very complex &#8212; over 1000 pages in printed form, with hundreds of sections. For its sheer length alone, it is difficult to understand and interpret, but (as indicated below) there are other factors that make overall comprehension nearly impossible. It also makes after-the-fact revocation or even modification extremely difficult.</p>
<p>Much of HR 3200 makes piecemeal modifications to existing legislation, often with little explanation as to intent and consequences. So, for example:</p>
<blockquote>
<h3>SEC. 1148. DURABLE MEDICAL EQUIPMENT PROGRAM IMPROVEMENTS.</h3>
<p>&#8230;</p>
<p>(c) Treatment of Current Accreditation Applications- Section 1834(a)(20)(F) of such Act (42 U.S.C. 1395m(a)(20)(F)) is amended&#8211;</p>
<p style="padding-left: 30px">(1) in clause (i)&#8211;</p>
<p style="padding-left: 60px">(A) by striking ‘clause (ii)’ and inserting ‘clauses (ii) and (iii)’;</p>
<p style="padding-left: 60px">(B) by striking ‘and’ at the end;</p>
<p style="padding-left: 30px">(2) by striking the period at the end of clause (ii)(II) and by inserting ‘; and’; and</p>
<p style="padding-left: 30px">(3) by adding at the end the following:</p>
<p style="padding-left: 60px">‘(iii) the requirement for accreditation described in clause (i) shall not apply for purposes of supplying diabetic testing supplies, canes, and crutches in the case of a pharmacy that is enrolled under section 1866(j) as a supplier of durable medical equipment, prosthetics, orthotics, and supplies.</p>
<p>Any supplier that has submitted an application for accreditation before August 1, 2009, shall be deemed as meeting applicable standards and accreditation requirement under this subparagraph until such time as the independent accreditation organization takes action on the supplier’s application.’</p></blockquote>
<p>This happens repeatedly throughout HR 3200; in fact, one entire portion (Division A, Title IV) is labeled &#8220;AMENDMENTS TO INTERNAL REVENUE CODE OF 1986&#8243;. This makes it difficult &#8212; beyond the ambiguities of the language itself &#8212; to determine just what is being modified and what the potential implications are.</p>
<p>HR 3200 also suffers in places from what a software engineer would call &#8220;<a href="http://en.wikipedia.org/wiki/Spaghetti_code">spaghetti coding</a>&#8220;. In other words, a given section within HR 3200 (and there appear to be hundreds of them; numbers go from 100 up through 2531 and appear in numeric order, but there are many gaps along the way) will reference several other sections elsewhere in HR 3200, both above and below. Furthermore, it often requires careful reading going back pages to see whether a reference to a given section is to a section within HR 3200 itself or a section in existing legislation (such as the Internal Revenue Service code).</p>
<p>HR 3200 also comes across as similar to a &#8220;kitchen sink&#8221; application, that is, a single piece of legislation that attempts to do far too much.  I will finish Part I with the table of contents for HR 3200 to give you a sense of all that it is attempting to do. Note that these divisions, titles, and subtitles could have been broken up into individual legislation.</p>
<p>Finally, HR 3200 embodies what is commonly known in software engineering as a &#8220;big bang&#8221; approach to systems development. In other words, HR 3200 attempts a massive and ill-understood (and/or ill-specified) modification to the nation&#8217;s health care system (roughly 1/6th of the economy) in one fell swoop. As such, it really represents the worst excesses of the waterfall development lifecycle, with deployment being hard or impossible to reverse.</p>
<p><a href="http://brucefwebster.com/2009/09/08/hr-3200-from-a-systems-design-perspective-part-ii/"><em>Part II discusses software architecture and development maxims, laws, and rules of thumb that appear to have application to creating legislation as well.</em></a></p>
<p><em>Part III will suggest a different approach to health care legislation using good practices from systems development and software engineering. </em></p>
<h3>H.R.3200 &#8211; America&#8217;s Affordable Health Choices Act of 2009 (table of contents)</h3>
<p>DIVISION A&#8211;AFFORDABLE HEALTH CARE CHOICES</p>
<p style="padding-left: 30px">TITLE I&#8211;PROTECTIONS AND STANDARDS FOR QUALIFIED HEALTH BENEFITS PLANS</p>
<p style="padding-left: 60px">Subtitle A&#8211;General Standards</p>
<p style="padding-left: 60px">Subtitle B&#8211;Standards Guaranteeing Access to Affordable Coverage</p>
<p style="padding-left: 60px">Subtitle C&#8211;Standards Guaranteeing Access to Essential Benefits</p>
<p style="padding-left: 60px">Subtitle D&#8211;Additional Consumer Protections</p>
<p style="padding-left: 60px">Subtitle E&#8211;Governance</p>
<p style="padding-left: 60px">Subtitle F&#8211;Relation to Other Requirements; Miscellaneous</p>
<p style="padding-left: 60px">Subtitle G&#8211;Early Investments</p>
<p style="padding-left: 30px">TITLE II&#8211;HEALTH INSURANCE EXCHANGE AND RELATED PROVISIONS</p>
<p style="padding-left: 60px">Subtitle A&#8211;Health Insurance Exchange</p>
<p style="padding-left: 60px">Subtitle B&#8211;Public Health Insurance Option</p>
<p style="padding-left: 60px">Subtitle C&#8211;Individual Affordability Credits</p>
<p style="padding-left: 30px">TITLE III&#8211;SHARED RESPONSIBILITY</p>
<p style="padding-left: 60px">Subtitle A&#8211;Individual Responsibility</p>
<p style="padding-left: 60px">Subtitle B&#8211;Employer Responsibility</p>
<p style="padding-left: 30px">TITLE IV&#8211;AMENDMENTS TO INTERNAL REVENUE CODE OF 1986</p>
<p style="padding-left: 60px">Subtitle A&#8211;Shared Responsibility</p>
<p style="padding-left: 60px">Subtitle B&#8211;Credit for Small Business Employee Health Coverage Expenses</p>
<p style="padding-left: 60px">Subtitle C&#8211;Disclosures To Carry Out Health Insurance Exchange Subsidies</p>
<p style="padding-left: 60px">Subtitle D&#8211;Other Revenue Provisions</p>
<p>DIVISION B&#8211;MEDICARE AND MEDICAID IMPROVEMENTS</p>
<p style="padding-left: 30px">TITLE I&#8211;IMPROVING HEALTH CARE VALUE</p>
<p style="padding-left: 60px">Subtitle A&#8211;Provisions Related to Medicare Part A</p>
<p style="padding-left: 60px">Subtitle B&#8211;Provisions Related to Part B</p>
<p style="padding-left: 60px">Subtitle C&#8211;Provisions Related to Medicare Parts A and B</p>
<p style="padding-left: 60px">Subtitle D&#8211;Medicare Advantage Reforms</p>
<p style="padding-left: 60px">Subtitle E&#8211;Improvements to Medicare Part D</p>
<p style="padding-left: 60px">Subtitle F&#8211;Medicare Rural Access Protections</p>
<p style="padding-left: 30px">TITLE II&#8211;MEDICARE BENEFICIARY IMPROVEMENTS</p>
<p style="padding-left: 60px">Subtitle A&#8211;Improving and Simplifying Financial Assistance for Low Income Medicare Beneficiaries</p>
<p style="padding-left: 60px">Subtitle B&#8211;Reducing Health Disparities</p>
<p style="padding-left: 60px">Subtitle C&#8211;Miscellaneous Improvements</p>
<p style="padding-left: 30px">TITLE III&#8211;PROMOTING PRIMARY CARE, MENTAL HEALTH SERVICES, AND COORDINATED CARE</p>
<p style="padding-left: 30px">TITLE IV&#8211;QUALITY</p>
<p style="padding-left: 60px">Subtitle A&#8211;Comparative Effectiveness Research</p>
<p style="padding-left: 60px">Subtitle B&#8211;Nursing Home Transparency</p>
<p style="padding-left: 60px">Subtitle C&#8211;Quality Measurements</p>
<p style="padding-left: 60px">Subtitle D&#8211;Physician Payments Sunshine Provision</p>
<p style="padding-left: 60px">Subtitle E&#8211;Public Reporting on Health Care-Associated Infections</p>
<p style="padding-left: 30px">TITLE V&#8211;MEDICARE GRADUATE MEDICAL EDUCATION</p>
<p style="padding-left: 30px">TITLE VI&#8211;PROGRAM INTEGRITY</p>
<p style="padding-left: 60px">Subtitle A&#8211;Increased Funding To Fight Waste, Fraud, and Abuse</p>
<p style="padding-left: 60px">Subtitle B&#8211;Enhanced Penalties for Fraud and Abuse</p>
<p style="padding-left: 60px">Subtitle C&#8211;Enhanced Program and Provider Protections</p>
<p style="padding-left: 60px">Subtitle D&#8211;Access to Information Needed To Prevent Fraud, Waste, and Abuse</p>
<p style="padding-left: 30px">TITLE VII&#8211;MEDICAID AND CHIP</p>
<p style="padding-left: 60px">Subtitle A&#8211;Medicaid and Health Reform</p>
<p style="padding-left: 60px">Subtitle B&#8211;Prevention</p>
<p style="padding-left: 60px">Subtitle C&#8211;Access</p>
<p style="padding-left: 60px">Subtitle D&#8211;Coverage</p>
<p style="padding-left: 60px">Subtitle E&#8211;Financing</p>
<p style="padding-left: 60px">Subtitle F&#8211;Waste, Fraud, and Abuse</p>
<p style="padding-left: 60px">Subtitle G&#8211;Puerto Rico and the Territories</p>
<p style="padding-left: 60px">Subtitle H&#8211;Miscellaneous</p>
<p style="padding-left: 30px">TITLE VIII&#8211;REVENUE-RELATED PROVISIONS</p>
<p style="padding-left: 30px">TITLE IX&#8211;MISCELLANEOUS PROVISIONS</p>
<p>DIVISION C&#8211;PUBLIC HEALTH AND WORKFORCE DEVELOPMENT</p>
<p style="padding-left: 30px">TITLE I&#8211;COMMUNITY HEALTH CENTERS</p>
<p style="padding-left: 30px">TITLE II&#8211;WORKFORCE</p>
<p style="padding-left: 60px">Subtitle A&#8211;Primary Care Workforce</p>
<p style="padding-left: 60px">Subtitle B&#8211;Nursing Workforce</p>
<p style="padding-left: 60px">Subtitle C&#8211;Public Health Workforce</p>
<p style="padding-left: 60px">Subtitle D&#8211;Adapting Workforce to Evolving Health System Needs</p>
<p style="padding-left: 30px">TITLE III&#8211;PREVENTION AND WELLNESS</p>
<p style="padding-left: 30px">TITLE IV&#8211;QUALITY AND SURVEILLANCE</p>
<p style="padding-left: 30px">TITLE V&#8211;OTHER PROVISIONS</p>
<p style="padding-left: 60px">Subtitle A&#8211;Drug Discount for Rural and Other Hospitals</p>
<p style="padding-left: 60px">Subtitle B&#8211;School-Based Health Clinics</p>
<p style="padding-left: 60px">Subtitle C&#8211;National Medical Device Registry</p>
<p style="padding-left: 60px">Subtitle D&#8211;Grants for Comprehensive Programs To Provide Education to Nurses and Create a Pipeline to Nursing</p>
<p style="padding-left: 60px">Subtitle E&#8211;States Failing To Adhere to Certain Employment Obligations</p>
<p style="padding-left: 60px">
]]></content:encoded>
			<wfw:commentRss>http://brucefwebster.com/2009/09/07/hr-3200-from-a-systems-design-perspective-part-i/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>A classic reminder of product misdesign</title>
		<link>http://brucefwebster.com/2009/02/22/a-classic-reminder-of-product-misdesign/</link>
		<comments>http://brucefwebster.com/2009/02/22/a-classic-reminder-of-product-misdesign/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 04:13:19 +0000</pubDate>
		<dc:creator>bfwebster</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Main]]></category>
		<category><![CDATA[Product development]]></category>

		<guid isPermaLink="false">http://brucefwebster.com/?p=106</guid>
		<description><![CDATA[Many large-scale software projects, whether commercial, two-party, or internal, end up poorly matched to their intended use and fail to achieve their intended use. But the same factors that lead to such disappointments occur in all industries and settings. Though I never drove one (and probably only saw them rarely while growing up), as a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.carlustblog.com/2009/02/edsel.html"><img class="alignnone" src="http://nozama.typepad.com/.a/6a00e54ed05fc28833011168682965970c-800wi" alt="" width="437" height="205" /></a></p>
<p>Many large-scale software projects, whether commercial, two-party, or internal, end up poorly matched to their intended use and fail to achieve their intended use. But the same factors that lead to such disappointments occur in all industries and settings. Though I never drove one (and probably only saw them rarely while growing up), as a child I constantly heard of the Ford Edsel (above) as being the archtypical failed product design.</p>
<p><a href="http://www.carlustblog.com/2009/02/edsel.html">Car Lust gives the history of that failed product</a>, and there are many lessons for software product designers, architects, and implementers to learn:</p>
<blockquote><p>The tale of the Edsel is fascinating because it&#8217;s an instance of a large organization full of talented, competent, well-intentioned people setting a goal that seemed perfectly reasonable, marching confidently toward that goal&#8211;and going straight off a cliff. There was no one big colossal mistake&#8211;well, actually, there was one big mistake, in my opinion, but we&#8217;ll get to that&#8211;so much as there was a long series of minor to moderate miscalculations that all added up to an idea that not only didn&#8217;t fly, but crashed and burned on takeoff and left a great smoking hole in Ford&#8217;s corporate treasury. . . .</p>
<p>To make the Edsel different, it was decided to feature a pushbutton interface in place of the usual column shifter. Rather than put the pushbuttons in a logical location on the dashboard, like Chrysler did, Edsel&#8217;s brain trust stuck them in the center of the steering column&#8211;creating the infamous Teletouch Drive found on something over 90 percent of 1958-model Edsels. As a matter of ergonomics, the Teletouch Drive was just a little bit dodgy, as it put the shifter where most cars traditionally put the horn button. (Edsel owner tries to honk horn, puts Edsel in reverse, hilarity ensues.) It also later proved to be unacceptably fragile. . . .</p>
<p>In the last weeks before E-Day, build quality suddenly became a critical issue that threatened the whole project. Since the planned new Edsel factories did not yet exist, the Edsels were being built at Ford and Mercury plants. Edsels were different from Fords and Mercurys, they took different parts and had different assembly sequences&#8211;which made them inconvenient and annoying to deal with&#8211;and they didn&#8217;t really &#8220;belong&#8221; there. As a consequence, Edsels didn&#8217;t get the attention they deserved, and they were coming off the line with parts missing and body panels out of alignment. The Edsel sales and support staff, and many dealers, had to scramble to make those first cars presentable, and quite a few Edsel dealerships had &#8220;hangar queens&#8221; squirreled away in the back room on E-day, waiting for parts to come in. . . .</p>
<p>It was about this time that a lot of the build quality issues that had been hastily covered up in the month before E-Day began asserting themselves. Cars developed squeaks and rattles and minor (and major) malfunctions. The fragile Teletouch Drive began misbehaving with alarming frequency. Edsel dealers&#8217;  service departments suddenly became very busy. Word got around that the cars were lemons. Wags began claiming that the name &#8220;Edsel&#8221; was an acronym for &#8220;Every Day Something Else Leaks.&#8221; Bob Hope added Edsel jokes to his stage routine. Just a few weeks after hitting the market, the Edsel had gone from being The Next Big Thing to a national punch line. . . .</p></blockquote>
<p>You mean, kind of like <a href="http://farm1.static.flickr.com/159/432022605_02ae4f41ee.jpg">Microsoft Vista</a>? <img src='http://brucefwebster.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Be sure to read the entire article: it&#8217;s fascinating, informative, and entertaining to boot. Hat tip to <a href="http://instapundit.com">Instapundit</a>.  ..bruce..</p>
]]></content:encoded>
			<wfw:commentRss>http://brucefwebster.com/2009/02/22/a-classic-reminder-of-product-misdesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a maintenance architect</title>
		<link>http://brucefwebster.com/2008/07/25/using-a-maintenance-architect/</link>
		<comments>http://brucefwebster.com/2008/07/25/using-a-maintenance-architect/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 12:03:28 +0000</pubDate>
		<dc:creator>bfwebster</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Baseline]]></category>
		<category><![CDATA[Main]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Management]]></category>

		<guid isPermaLink="false">http://brucefwebster.com/?p=57</guid>
		<description><![CDATA[My lastest Baseline column is up, in which I argue that setting up one or more maintenance architects within an enterprise can help reduce maintenance costs while at the same time providing a training path for chief software architects. Let me know what you think.  ..bruce..]]></description>
			<content:encoded><![CDATA[<p>My lastest Baseline column is up, in which I argue that setting up <a href="http://www.baselinemag.com/c/a/IT-Management/Controlling-IT-Costs-Using-a-Maintenance-Architect/">one or more maintenance architects within an enterprise</a> can help reduce maintenance costs while at the same time providing a training path for chief software architects. Let me know what you think.  ..bruce..</p>
]]></content:encoded>
			<wfw:commentRss>http://brucefwebster.com/2008/07/25/using-a-maintenance-architect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
