The World Health Organization (WHO) published a list of errors to avoid when designing, installing or supporting an Healthcare Information System / Hospital Information System / HIS:
This list, named "A Don't List in Setting Up an Healthcare Information System", first appeared in the manual Setting up Healthcare Services Information Systems: A Guide for Requirement Analysis, Application Specification, and Procurement, edited in 1999 by PAHO (Pan American Health Organization) - a branch of the World Health Organization (WHO).
Choosing the best manual to help someone else on the difficult journey of setting up an Healthcare Information System / Hospital Information / HIS is, by itself, no simple endeavor. But, if we had to pick a single book on the subject, it would certainly be the World Health Organization's time proven manual:
Setting up Healthcare Services Information Systems: A Guide for Requirement Analysis, Application Specification, and Procurement, ISBN 9275122660, edited in 1999 by PAHO (Pan American Health Organization) - a branch of the World Health Organization (WHO).
This manual was assembled from the contributions of dozens of knowledgeable and experienced collaborators and according to its editors:
"This book discusses the implementation of information systems and the application of information technology in terms of the requirements in health care services, and provides a comprehensive review of information systems and information technology solutions."
"contains practical guidelines and suggestions to be used by healthcare and systems professionals when embarking in the initial stages of planning and developing healthcare services information systems and information technology (IS&T) applications."
From the manual:
We couldn't agree more.
Squid is a caching Web proxy supporting HTTP, HTTPS, FTP, and other protocols.
It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages.
It runs on Unix and Windows and is licensed under the GNU GPL.
This page describes howto install and configure Squid to run in a Ubuntu Linux platform.
Install Squid:
sudo apt-get install squid
Configure Squid:
sudo cp /etc/squid/squid.conf /etc/squid/squid.conf.orig
sudo nano /etc/squid/squid.conf
- Inside the file /etc/squid/squid.conf find the http_access section, uncomment the following 2 lines and add your network (lets assume that your network is 10.10.10.0/24):
acl our_networks src 192.168.1.0/24 192.168.2.0/24 10.10.10.0/24
http_access allow our_networks- Find the visible_hostname section and after the lines:
#Default:
# none- add:
visible_hostname localhost
Restart Squid:
sudo /etc/init.d/squid start
Done. You should now be able to use Squid to speed up repetitive web connections.
Howto's, Manuals and Documents about Software installation, setup and configuration
This is the archive of software packages known by the e-HealthExpert.org members.
All entries should at least include:
This new area of e-HealthExpert.org site is also meant to be a repository of the most relevant software that appears at our [sw-hw] mailing list.
The [sw-hw] mailing list is an open forum in which any member can freely review, evaluate and talk about any subject related to systems architecture, software, hardware and, more in general the usage of IT technology to support all the activities of a Healthcare Organization. List guidelines and subscription application forms are available from: [sw-hw] mailing list usage guidelines.
In this manual we will be collecting the things that our members feel that may increase the probabilities of success of a given Clinical IT or Hospital Information System project.
At first it may not look like the most beautifully thing about HIS building, but we fell that with time it will evolve into something useful.
So, please feel free to comment or add your own ideas about the subject.
Richard Heeks from the University of Manchester (UK), has an article on how to evaluate a eHealth, Heath IT or HIS project risk. The assessment (success and failure) factors are described. A hospital worked example is given.
The full article is available at: eHealth Project Risk Assessment
Another interesting work from the same author is How can I make my e-health project more likely to succeed and/or less likely to fail?
There is also a downloadable .pdf named: Why health care information systems succeed or fail
One of the most insightful articles about the reasons why Clinical IT projects succeed or fail must be Angelina Kouroubali's article: "Structuration Theory and Conception-Reality Gaps: Addressing Cause and Effect of Implementation Outcomes in Health Care Information Systems". In a clever way she connected Heeks work with the Giddens structuration concepts to create a single framework:
"...To facilitate the introduction of IS [Information Systems] in health care, research should investigate the way IS affects human actions and organizational structures and the reasons it affects them...
[Giddens] Structuration theory introduces the notion of the interdependency between human actions and organizational structures. Heeks theory of conception-reality gaps helps illuminate the causes of an implementation outcome...
The paper describes the two theories and how they may help healthcare information systems research. It illustrates its points using examples from the field."
The article was part of the Proceedings of the 35th Conference in Information Sciences (2002) and is available in .pdf format from: Structuration Theory and Conception-Reality Gaps: Addressing Cause and Effect of Implementation Outcomes in Health Care Information Systems
The European Interoperability Framework (EIF) is the reference interoperability document for the development and delivery of e-government services (including e-Health and Health IT related services) at pan-European level. The EIF provides:
Based on these principles, the EIF addresses three distinct interoperability levels that need to be considered: organisational interoperability, semantic interoperability, and technical interoperability.
For each of these levels, the EIF provides a number of recommendations.
You may download the full specification at: European Interoperability Framework