<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d5635540\x26blogName\x3dThe+%22IT+-+MD%22+Connection\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://it-md.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://it-md.blogspot.com/\x26vt\x3d8561233714632070072', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

The "IT - MD" Connection

Monday, July 25, 2005

Patient Flow Analysis

We've had a great increase in patient volume over the past six months. This has caused a few problems, problems I love to have mind you, but problems none the less. The primary concern we have right now is the patient admissions wait time is exceeding our targeted goals. Our primary goal is superior patient care, and that care begins the moment the patient walks into our hospital. If a patient comes in and has to wait 30 minutes before they are admitted they develop an impression of us before the actual care takes place. This of course is a terrible thing for us as well as the patients.

I'm working on a way to track a patient throughtout the facility in order to identify bottlenecks and possible areas of improvements. I use the term track loosely. I don't intend to use any form of RFID or video monitors to watch a patient. Instead it will all be employee driven. For example each employee that interacts with a patient will be responsible for "logging" that interaction into the patient tracking system. I've just started this project and and evaluating coding it in ASP.NET/C#. I've seen some pretty nifty things that are possible so far.

0 Comments:

Post a Comment

<< Home