<?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>Volunteered Geographic Information &#187; NHS</title>
	<atom:link href="http://danieljlewis.org/tag/nhs/feed/" rel="self" type="application/rss+xml" />
	<link>http://danieljlewis.org</link>
	<description>A Geography/GIS blog by Daniel J Lewis</description>
	<lastBuildDate>Tue, 20 Dec 2011 17:15:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-20124</generator>
		<item>
		<title>Spatial Design for GP Consortia?</title>
		<link>http://danieljlewis.org/2011/01/18/spatial-design-for-gp-consortia/</link>
		<comments>http://danieljlewis.org/2011/01/18/spatial-design-for-gp-consortia/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 14:59:25 +0000</pubDate>
		<dc:creator>Daniel Lewis</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[Health Geography]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[GP Consortia]]></category>
		<category><![CDATA[NHS]]></category>
		<category><![CDATA[pysal]]></category>
		<category><![CDATA[zone design]]></category>

		<guid isPermaLink="false">http://danieljlewis.org.blogs.splintdev.geog.ucl.ac.uk/?p=483</guid>
		<description><![CDATA[The government is set to release a bill detailing how it is they expect the proposed GP Consortia to work. GP Consortia, groups of GPs working together, are set to replace the current structure of Primary Care Trusts (PCTs) and Strategic Health Authorities (SHAs) as the mechanism through which primary healthcare is provided to the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanieljlewis.org%2F2011%2F01%2F18%2Fspatial-design-for-gp-consortia%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanieljlewis.org%2F2011%2F01%2F18%2Fspatial-design-for-gp-consortia%2F&amp;source=gisdjl&amp;style=normal&amp;service=bit.ly&amp;service_api=gisdjl%3AR_cbf864f1d7672c90a5d0e63770588605&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The government is set to release a bill detailing how it is they expect the proposed GP Consortia to work. GP Consortia, groups of GPs working together, are set to replace the current structure of Primary Care Trusts (PCTs) and Strategic Health Authorities (SHAs) as the mechanism through which primary healthcare is provided to the public, and services are commissioned. Recently, the planned wholesale changes to the NHS have come under a sustained attack from the media, professional bodies and MPs, meanwhile the plans for GP consortia have moved into a trial phase in which different setups are being tested for their effectiveness. The trial consortia demonstrate the extent to which the plans represent a completely new venture, with a broad spectrum of possibilities being tested in terms of consortia templates, from a &#8216;consortia&#8217; of a mere 3 GP practices, to a vast group of 83 GP practices. There seems little reasoning behind how Consortia are allowed to form at the moment, thus I saw an interesting opportunity to consider the &#8216;GP Consortia Problem&#8217; as a geographic question. This is most evident in the fact that the NHS is mandated to provide an equitable and universal service, and an unmetered potential for GPs to &#8216;consort&#8217; may well lead to increasing inequities in healthcare provision.</p>
<p>I see the &#8216;GP Consortia Problem&#8217; as solvable through a zone-design approach. To do this, I identify contiguity between all English GPs and employ spatially constrained clustering. The following assumptions are made:</p>
<ul>
<li>Distance is important, GP consortia should be space covering without holes or islands, therefore a &#8216;neighbour&#8217; approach to contiguity is advocated using graphs.</li>
<li>As a preliminary test, GPs are considered to be equal, although there is scope in the future to develop measures of dissimilarity and homegeneity which will provide better, or more appropriate solutions to the GP Consortia problem.</li>
<li>Based on the trials, I assume that Consortia must consist of at least 35 GPs, the average number of GPs per consortia in the trial phase.</li>
</ul>
<p>I have used two approaches to creating contiguity amongst the English GP practices, both of them graph theoretical concepts based upon geometric analyses: the delaunay triangulation, and the gabriel graph. I believe that the gabriel graph is a sub graph of the delaunay triangulation, as such it is sparser than the delaunay graph. The two graphs are defined as:</p>
<ul>
<li>Delaunay Triangulation &#8211; for a set of nodes (GP practices) the delaunay triangulation is the set of triangles created by drawing a circle with 3 nodes (which define the triangles edges) on the circle&#8217;s perimeter, in which the circle does not contain any other points- iterated for all sets of 3-points.</li>
<li>Gabriel Graph- 2 nodes are connected if they form the start and end-point of the diameter of a circle, and the circle does not contain any other points &#8211; iterated for all pairs of points.</li>
</ul>
<p>In this sense, both the Delaunay triangulation and the Gabriel graph are nearest proximity measures. Having obtained the graph, the differences can be seen below. Note both graphs have been constrained for the English boundary.</p>
<p style="text-align: left"><a href="http://danieljlewis.org/files/2011/01/ContiguityGraphs.png"><img class="aligncenter size-large wp-image-485" src="http://danieljlewis.org/files/2011/01/ContiguityGraphs-1024x724.png" alt="" width="491" height="347" /></a>Having created the &#8216;contiguity&#8217; graphs, I wrote a short python script to extract the realtionships between GPs and write the output as a &#8216;.gal&#8217; file for use with pySAL. I utilised the pySAL regionalisation module to compute the consortia solutions, I have used this previously in my blog, so I won&#8217;t go into detail on it. I paramterised the solution using the contiguity matrices created, assuming equality amongst GP practices, and looking for groups of at least 35 GPs. The regionalisations were then joined to a special areal geography I created for visualisation, this is simply the Voronoi diagram of the English GPs clipped to the English boundary. The results are below:</p>
<p style="text-align: left"><a href="http://danieljlewis.org/files/2011/01/SolutionGraphs.png"><img class="aligncenter size-large wp-image-489" src="http://danieljlewis.org/files/2011/01/SolutionGraphs-1024x724.png" alt="" width="491" height="347" /></a>In these results it is notable that the Gabriel graph gives a cleaner result, the density of the delaunay-based contiguity matrix means that the result is subject to some sliver-like polygons in the regionalisation, and &#8216;spikier&#8217; regions in general.</p>
<p style="text-align: left">Of course, this is just a test, but it does point at the potential to create a rationalised system fo GP Consortia. Naturally, the biggest issue with these maps is that they only establish an areal depiction of consortia, one that is largely irrelevant. This is because the actual service areas of GPs tend to overlap and extend beyond any given GP&#8217;s voronoi defined footprint. Therefore the geography of patients requires a subsequent treatment once a geography of COnsortia has been established, and only in the interaction of the two can issues pertaining to equity be understood.</p>
]]></content:encoded>
			<wfw:commentRss>http://danieljlewis.org/2011/01/18/spatial-design-for-gp-consortia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Community Informatics: Better Websites for the Health of Local Areas</title>
		<link>http://danieljlewis.org/2010/08/12/community-informatics-better-websites-for-the-health-of-local-areas/</link>
		<comments>http://danieljlewis.org/2010/08/12/community-informatics-better-websites-for-the-health-of-local-areas/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 16:09:35 +0000</pubDate>
		<dc:creator>Daniel Lewis</dc:creator>
				<category><![CDATA[Health Geography]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[community informatics]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[NHS]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[White Paper]]></category>

		<guid isPermaLink="false">http://danieljlewis.org/?p=390</guid>
		<description><![CDATA[A comment I received by a chap called Bob Stott, on a previous post, got me thinking. I want to pick up this part of the comment in particular: &#8220;It also, as far as IT initiatives are concerned, reflects the need for more thought about ‘Community Informatics’ to feed realistic data regarding NHS Policy and [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanieljlewis.org%2F2010%2F08%2F12%2Fcommunity-informatics-better-websites-for-the-health-of-local-areas%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanieljlewis.org%2F2010%2F08%2F12%2Fcommunity-informatics-better-websites-for-the-health-of-local-areas%2F&amp;source=gisdjl&amp;style=normal&amp;service=bit.ly&amp;service_api=gisdjl%3AR_cbf864f1d7672c90a5d0e63770588605&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>A comment I received by a chap called Bob Stott, on a <a title="Previous Post of New NHS White Paper" href="http://danieljlewis.org/2010/06/01/locally-led-nhs-service-changes-dubious/" target="_blank">previous post</a>, got me thinking. I want to pick up this part of the comment in particular:</p>
<address>&#8220;It also, as far as IT initiatives are concerned, reflects the need for  more thought about ‘Community Informatics’ to feed realistic data  regarding NHS Policy and Strategy.&#8221;</address>
<address>
</address>
<p>This set of a couple of neurons firing, firstly, I was reminded that the Guardian recently had a piece <a title="Guardian- NHS Websites" href="http://www.guardian.co.uk/society/2010/aug/04/nhs-websites-failing-patients" target="_blank">lamenting the state of NHS websites</a>, and secondly I remembered some critique I wrote a while ago suggesting that <a title="My Blog - NHS Choices limited" href="http://danieljlewis.org/2009/10/16/pathways-to-choice-in-the-nhs-the-limitations-of-nhs-choices-for-primary-care/" target="_blank">NHS Choices wasn&#8217;t up to scratch</a>.</p>
<p>What I thought was: community informatics! What a great term! Here is a concept that might actually work under the new NHS structure! However, rather than Bob&#8217;s truly ambitious idea about communicating policy and strategy, what if we keep it simple at first and thought about communicating effectively with local communities about their care choices?</p>
<p>Now, the suggestion that the Guardian makes is that the NHS is wasting money on hundreds of websites, many of which are out-of-date, misleading or just wrong. In fact many of these website actually relate to primary care doctors surgeries, who, it could be argued, have better things to do than maintain a website. In fact there are numerous GPs who do not even have a web presence outside of the NHS Choices search page. Likewise, NHS Choices is an improving website &#8211; it has added several search filters and patient feedback methods since I last cast a critical eye over it, but it still acts as a centralised inforamtion portal. This is fine on the one hand, because the NHS is a national system of care, and such a system needs a centralised presence to some extent, however it may be limited when dealing with local issues. This is largely the thinking behind proposed changes to the NHS, the Conservative-Liberal government believe that previously too much power was centralised within the NHS system through explicit heirarchies. This, they claim, meant that central government had too much control over health spending, despite the fact that around 80% of funding was left to the lowest level authority- the primary care trust- to spend. The conservative-liberal system remotes the explicit national-regional-local linkage in favour of local consortia, groups of GPs, and instills a shadowy national body &#8211; the NHS commisioning board- about which we do not know too much at the moment, to oversee the consortia. Whilst there are numerous critiques one might make, upon reflection this seems like a potentially advantageous position from the vantage of &#8216;community informatics&#8217;.</p>
<p>Clearly a well maintained website for individual surgeries, or GP consortia, will be highly advantageous to the local users of the service, and as well as providing general information it could provide highly personalised insight that is tailored to the specific issues faced by either the communities, or the individual themselves. These websites were traditionally the responsibility of GPs who may not have kept them updated, as opposed to the PCTs, who had more important things to do, and perhaps were somewhat inefficient with respect to information dissemination and web media. However, a consortium, which is responsible for a group of local GPs, and which has a more marketised responsibility to provide tailored care may gain an advantage from the potential for several GPs to bring together resources and collaborate on providing community-based information and online services. This is simply because the shifting situation will mean that it is increasingly in the interest of the GPs and the consortia to advertise access to care and provide effective local solutions. Of course, whether this is a realistic possibility remains to be seen, I certainly hope that it could be a positive upshot of the NHS plans, but again there seems potential for the system to become increasingly inequitable for patients across the social scale.</p>
<address> </address>
]]></content:encoded>
			<wfw:commentRss>http://danieljlewis.org/2010/08/12/community-informatics-better-websites-for-the-health-of-local-areas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Royal College of Surgeons announces new &#8216;postcode lottery&#8217;</title>
		<link>http://danieljlewis.org/2010/01/25/royal-college-of-surgeons-announces-new-postcode-lottery/</link>
		<comments>http://danieljlewis.org/2010/01/25/royal-college-of-surgeons-announces-new-postcode-lottery/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 13:30:16 +0000</pubDate>
		<dc:creator>Daniel Lewis</dc:creator>
				<category><![CDATA[Health Geography]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[care]]></category>
		<category><![CDATA[NHS]]></category>
		<category><![CDATA[obesity]]></category>
		<category><![CDATA[PCT]]></category>
		<category><![CDATA[postcode lottery]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[SHA]]></category>

		<guid isPermaLink="false">http://danieljlewis.org/?p=151</guid>
		<description><![CDATA[One of the most popular media narratives regarding care in the NHS is based around the concept of a &#8216;postcode lottery&#8217;. It is however something that is also acknowledged by the Department of Health in some areas of health care, for instance in the NHS Cancer Plan it is noted in chapter 1 that: &#8220;In [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanieljlewis.org%2F2010%2F01%2F25%2Froyal-college-of-surgeons-announces-new-postcode-lottery%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanieljlewis.org%2F2010%2F01%2F25%2Froyal-college-of-surgeons-announces-new-postcode-lottery%2F&amp;source=gisdjl&amp;style=normal&amp;service=bit.ly&amp;service_api=gisdjl%3AR_cbf864f1d7672c90a5d0e63770588605&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>One of the most popular media narratives regarding care in the NHS is based around the concept of a &#8216;postcode lottery&#8217;. It is however something that is also acknowledged by the Department of Health in some areas of health care, for instance in the NHS Cancer Plan it is noted in chapter 1 that:</p>
<p>&#8220;In addition to relatively poor survival rates, the NHS also suffers from unacceptable variations in access to high quality cancer services.&#8221; (<a title="NHS Cancer Plan Postcode Lottery" href="http:/http://www.dh.gov.uk/en/Publicationsandstatistics/Publications/PublicationsPolicyAndGuidance/Browsable/DH_4987802/" target="_blank">DoH, 2000</a>)</p>
<p>The term &#8216;postcode lottery&#8217; thus refers to a situation in which there exists geographic variation in the quality and type of treatment that prospective patients receive. As such the care any given patient receives is connected to where they live, thus the term &#8216;postcode lottery&#8217; arises. The existence of such a situation is attributable to any number of factors including NHS resource allocation, insufficient numbers of specialist staff in a given area, accessibility to key services, and the possible presence of another postcode lottery centring around prescribing and access to pharmacy services. Connected to this idea is the proven fact of the &#8216;inverse care law&#8217; first described by Julian Tudor  Hart in 1971 which shows that communities most at risk from bad health tend to have the worst levels of access to the required NHS services. Wealth is often a factor in this function, in that the areas most at risk from poor health are likely to be those areas which are more deprived (as per the IMD) or from neighbourhoods which are again less-desirable or well-off (as per OAC).</p>
<p>The particular findings of the Royal College of Surgeons (RCS) relates to access to surgery to combat obesity, a particularly popular topic within the NHS at the moment:</p>
<p>&#8220;Access to NHS weight-loss surgery is ‘inconsistent, unethical and completely dependent on geographical location’, say senior surgeons&#8221; (<a title="RCS Article" href="http://www.rcseng.ac.uk/news/conference-hears-of-unfair-and-unethical-access-to-nhs-weight-loss-surgery" target="_blank">RCS, 2010</a>)</p>
<p>The RCS goes on to make a somewhat sinister claim that in some areas where budgets and resources are stretched, NHS decision makers are ignoring guidelines and denying patients&#8217; access to surgery. Whilst in others, patients who already meet the criteria are forced to wait until either they become more obese or develop life-threatening illnesses like diabetes.The RCS calls for a basic tenent of the NHS systems to be upheld &#8211; universal service and the values that surround it that are enshrined in the <a title="NHS Constitution for England" href="http://www.dh.gov.uk/en/Publicationsandstatistics/Publications/PublicationsPolicyAndGuidance/DH_093419" target="_blank">NHS Constitution (2009)</a> regarding fairness:</p>
<p>&#8220;Surgeons want to see consistency and transparency across the NHS so that patients are clear about what they are entitled to and doctors can treat all patients equally.&#8221; (<a title="RCS Article" href="http://www.rcseng.ac.uk/news/conference-hears-of-unfair-and-unethical-access-to-nhs-weight-loss-surgery" target="_blank">RCS, 2010</a>)</p>
<p>The main findings from an anonymous survey of UK bariatric surgeons (surgeons with a specialism in obesity related surgery) reveals that:</p>
<ul>
<li>Approximately two thirds of surgeons said patients who are eligible under guidelines are refused surgery in their centres.</li>
<li>Criteria for surgery varies dramatically depending on geographical location and within the same Strategic Health Authorities.</li>
<li>Some centres are treating patients with referrals from multiple Primary Care Trusts (PCTs) with different eligibility criteria meaning that patients with a BMI of 60 + are being refused surgery in the same hospitals that are treating patients with a BMI of 40 or less.</li>
<li>Some Primary Care Trusts are refusing to commission any obesity surgery.</li>
</ul>
<div id="attachment_157" class="wp-caption alignleft" style="width: 563px"><a href="http://danieljlewis.org/files/2010/01/SHAsPCTs.jpg"><img class="size-large wp-image-157 " title="SHAs&amp;PCTs" src="http://danieljlewis.org/files/2010/01/SHAsPCTs-922x1024.jpg" alt="" width="553" height="614" /></a><p class="wp-caption-text">English Strategic Health Authorities acts as containers for Primary Care Trusts. The RCS has reported that even within some SHAs there exist PCTs which have a different policy towards obesity care. Thus the postcode lottery exists at a number of scales.</p></div>
<p>Guidelines set out by the <a title="NICE" href="http://www.nice.org.uk/" target="_blank">National Institute for Clinical Excellence</a> (NICE) were intended to herald the end of postcode lotteries, but in this case it seems that the power of local commisioning has meant that the national guidelines haven&#8217;t been followed. This has led to a call for the<a title="DH" href="http://www.dh.gov.uk/en/index.htm" target="_blank"> Department of Health</a> (DH) to invest further in a strategy that will uphold patients right to not be subject to unequal access to treatment.</p>
<p>Finally, one wonders about the merits of refusing access to treatment, when, as Dr David Haslam (Chair of The National Obesity Forum), states:</p>
<p>“Bariatric surgery is amongst the<strong> most clinically-effective and cost-effective</strong> specialities in any field of medicine, preventing premature death, and transforming lives, whilst <strong>saving vast amounts of money for the NHS</strong> and the economy. Even the most cynical taxpayer should support bariatric surgery, alongside clinicians, in opposing the unethical and immoral barriers to surgery imposed by NHS purse-string holders.” (<a title="RCS Article" href="http://www.rcseng.ac.uk/news/conference-hears-of-unfair-and-unethical-access-to-nhs-weight-loss-surgery" target="_blank">RCS, 2010</a>, emphasis added)</p>
<p><span style="text-decoration: underline">Acknowledgements</span></p>
<p>The post is derived from the RCS website <a title="RCS reference" href="http://www.rcseng.ac.uk/news/conference-hears-of-unfair-and-unethical-access-to-nhs-weight-loss-surgery">here</a></p>
<p>The map image is from data subject to: Crown Copyright 2009 UKBorders, an Edina/JISC supplied service.</p>
]]></content:encoded>
			<wfw:commentRss>http://danieljlewis.org/2010/01/25/royal-college-of-surgeons-announces-new-postcode-lottery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NHS IT cuts &#8211; some thoughts</title>
		<link>http://danieljlewis.org/2009/12/07/nhs-it-cuts-some-thoughts/</link>
		<comments>http://danieljlewis.org/2009/12/07/nhs-it-cuts-some-thoughts/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 16:55:17 +0000</pubDate>
		<dc:creator>Daniel Lewis</dc:creator>
				<category><![CDATA[Health Geography]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Alistair Darling]]></category>
		<category><![CDATA[cuts]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[NHS]]></category>

		<guid isPermaLink="false">http://danieljlewis.org/?p=86</guid>
		<description><![CDATA[Over the past week it has become apparent that Alistair Darling, the British Chancellor, is to cut funding for IT in the NHS. In particular, Darling highlights the NHS IT system and the scheme to make all patient records electronically accessible from any GP or Hospital in the country as not essential to the &#8216;frontline&#8217;. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanieljlewis.org%2F2009%2F12%2F07%2Fnhs-it-cuts-some-thoughts%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanieljlewis.org%2F2009%2F12%2F07%2Fnhs-it-cuts-some-thoughts%2F&amp;source=gisdjl&amp;style=normal&amp;service=bit.ly&amp;service_api=gisdjl%3AR_cbf864f1d7672c90a5d0e63770588605&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Over the past week it has become apparent that Alistair Darling, the British Chancellor, is to cut funding for IT in the NHS. In particular, Darling highlights the NHS IT system and the scheme to make all patient records electronically accessible from any GP or Hospital in the country as not essential to the &#8216;frontline&#8217;. This is a terrible state of affairs; on a broader scale it is clear that government have become convinced that cuts in the public sector are required to manage the UK&#8217;s economy after the impact of quantitative easing and national indebtedness, but on a scale more local to the NHS it suggests an arbitrary characterisation of<em> things the NHS do that are important</em> and <em>other things the NHS do</em>.</p>
<p>Sure, to most people the NHS is the organisation that looks after the doctors that look after your health, thus the frontline function is healthcare. However as with all complex systems, of which the NHS is certainly one of the prime examples, the effective operation of the frontline is inextricably connected to the system&#8217;s ability to perform other core functions, particularly administration. Without wanting to sound facetious, administration drives the global economy and the performance outcomes of major companies, without this performance, efficiency, cost-effectiveness and attitude all go wanting. In the NHS sometimes it seems that the only way to standstill is to keep pushing forward, in light of new disease, the dynamic social situation of the UK, failing premises and reportedly falling standards. Thus, for a new centralised IT backbone that brings the NHS system upto a standard that most would consider essential, and possibly shocking that one was not already in place, to be cancelled in light of budget decisions is serious indeed.</p>
<p>In my personal experience it is evident that the NHS is not wholly blessed with technological innovation, in the past year I&#8217;ve still filled out paper-based forms for enrollment in doctors, seen my records passed around in a cardboard sleeve and had appointments recorded in a paper diary. On an academic level I&#8217;ve learnt of databases such as the NHSCR which records patient registrations to GPs and uses a language I believe called &#8216;MUMPS&#8217; designed in some past time, and not at all accessible to a humble user of SQL, and had to reconfigure a template to read mortality registers into Microsoft Access. The research that I, and many others are conducting, could change the way in which public services operate but only if the data is available and accessible &#8211; who knows what kind of good could be achieved through spatial analysis of and data mining of a central database of NHS care records? The government aren&#8217;t looking ahead because it never pays to look ahead when an election is forthcoming.</p>
<p>Some news articles and comment on this topic: <a title="Guardian Comment: Michael Cross" href="http://www.guardian.co.uk/commentisfree/libertycentral/2009/dec/07/it-nhs-computerisation-information-healthcare" target="_blank">here</a>, <a title="Guardian News" href="http://www.guardian.co.uk/politics/2009/dec/06/alistair-darling-government-spending" target="_blank">here</a>, <a title="Telegraph news" href="http://www.telegraph.co.uk/finance/financetopics/budget/6743816/Pre-Budget-Report-NHS-IT-programme-to-be-scaled-back.html" target="_blank">here</a> and <a title="Health Services Journal" href="http://www.hsj.co.uk/nhs-braced-for-worst-of-alistair-darlings-1635bn-spending-cuts/1934077.article" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://danieljlewis.org/2009/12/07/nhs-it-cuts-some-thoughts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

