Guest guest Posted December 29, 2007 Report Share Posted December 29, 2007 > This is very interesting. I would hope it could remain in the simple > file format to encourage mere mortals to contribute to it. I think if > it goes to a database backend, people will get intimidated, and you > will be less likely to get contributions from the users. Actually I think putting into a database would make it easier ... I was considering using sqlite, an embedded database program used locally, or, to store the questions on a web server so that anyone making an addition would automatically contribute to the whole database for everyone else to use. The many hands make light work paradigm .. though I fear that it might turn out to be too many cooks spoil the broth instead! > > I also programmed a decision making tool called " MedMapper " in > conjunction with Dr. Pepper of the UCSF, Fresno Family Practice > program. has developed numerous (over 700) decision making > " Maps " , as he calls them. They are basically a sort of branching This is more of the clinical decision support type of program. Which has to be updated continuously as new knowledge and guidelines appear. Lots of work Either way, storing branching trees in a text / xml file and allowing users to see the logic easily so that they can make changes is a huge challenge in itself. -- Graham Chiu http://www.synapsedirect.com Synapse-EMR - innovative electronic medical records system Quote Link to comment Share on other sites More sharing options...
Guest guest Posted December 30, 2007 Report Share Posted December 30, 2007 Lynn is focused on the IMH model, so the patient fills it out thus saving time. Tkfp has the ability to allow patients editing access to their own records, but it doesn't have a structured Q & A format like IMH, sherlock.exe, or MedMapper (recognizing the MedMapper does more than just history). I think that the sort of stuff in the PMH/ROS will not be subject to change as fast as the clinical decision making part, and it certainly makes sense to have the patient do more work, ....er, participate in their own care to the extent possible. Maybe it would be a worthy project to work on a patient history form utilizing the some of the principles of the above programs that is intended for the patient to fill out, but is easier to read, and can be fairly easily incorporated into any reasonable EMR. Jerry Quote Link to comment Share on other sites More sharing options...
Guest guest Posted December 30, 2007 Report Share Posted December 30, 2007 Graham, I agree using an SQLite database is a better idea. The user can be given a GUI front end to use, doesn't have to see the SQL database or worry about it. We are also using SQLite in the past year or so with tkFP as SQLite can also be used with the Tcl/Tk programming language. We made a little Rolodex database with SQLite with a Tcl/Tk GUI front end. It sounds like SQLite also works with the REBOL language that you are using in Synapse. That might make some interesting cooperative things possible where we could cooperate on using a common database for some type of project. It would be interesting if a program could be made that would record clinician's decision making and learn from it, applying that knowlege to new clinical situations. I agree it would be a monumental piece of work to make decision making algorithms for all the problems we encounter in medicine with the type of tools like MedMapper. That's why all we have on the MedMapper web site is the basic framework and a few demo Maps. We got tired of doing them, especially as the response from people was sort of underwhelming. It would be cool if an EMR could just sort of learn about and record clinicians' decision making automatically as they use their EMRs, and automatically generate decision making algorithms or other help from that. I guess you'd have to rate certain clinician's decision making higher than others by various criteria that somebody would have to decide, also a monumental task. On the other hand, the list of things we do in Medicine that truly have been PROVEN to help, such as immunizations and a few other things is actually pretty short, so it is not too difficult to have the EMR record some of those quality measures automatically, as opposed to diagnostic decision making, which is a lot more complicated. > > This is very interesting. I would hope it could remain in the simple > > file format to encourage mere mortals to contribute to it. I think if > > it goes to a database backend, people will get intimidated, and you > > will be less likely to get contributions from the users. > > Actually I think putting into a database would make it easier ... I > was considering using sqlite, an embedded database program used > locally, or, to store the questions on a web server so that anyone > making an addition would automatically contribute to the whole > database for everyone else to use. The many hands make light work > paradigm .. though I fear that it might turn out to be too many cooks > spoil the broth instead! > > > > > I also programmed a decision making tool called " MedMapper " in > > conjunction with Dr. Pepper of the UCSF, Fresno Family Practice > > program. has developed numerous (over 700) decision making > > " Maps " , as he calls them. They are basically a sort of branching > > This is more of the clinical decision support type of program. Which > has to be updated continuously as new knowledge and guidelines appear. > Lots of work > > Either way, storing branching trees in a text / xml file and allowing > users to see the logic easily so that they can make changes is a huge > challenge in itself. > > -- > Graham Chiu > http://www.synapsedirect.com > Synapse-EMR - innovative electronic medical records system > Quote Link to comment Share on other sites More sharing options...
Guest guest Posted December 30, 2007 Report Share Posted December 30, 2007 I have vaguely thought about this in the past. The advantage of writing one's own EMR is that one can control the data capture. So, my idea was that one would collect as much de-identified information as possible, include the final diagnosis ( probably ICD9 since that's the one most commonly used ), and submit this to a server. Gradually we build up a picture of what diagnosis constitutes, and using Bayes theorem, can then produce diagnostic possibilities based on whatever limited information the patient presents with. This approach means that the clinician does nothing except allow the emr to submit de-identified data, and the power of statistics does the work. Collaborative data collection like this means perhaps that early epidemics might be picked up etc. Well, that was my little dream > It would be interesting if a program could be made that would > record clinician's decision making and learn from it, applying that > knowlege to new clinical situations. I agree it would be a monumental -- Graham Chiu http://www.synapsedirect.com Synapse-EMR - innovative electronic medical records system Quote Link to comment Share on other sites More sharing options...
Guest guest Posted December 30, 2007 Report Share Posted December 30, 2007 Jerry- this would be great to see! All of my notes would be in a a 3 x 4,5,8,12, etc matrix (except for the 1-3 liner which I type in) which would amuse me to no end but which might really confuse the chart reviewers. But it's definitely an idea that could only emanate from the halls of math geekdom (and I don't mean this in a negative way ;-) ).LynnTo: From: parkjerryw@...Date: Sat, 29 Dec 2007 17:31:17 +0000Subject: Re: alternatives to Instant medical history Instead of reading repeatedly, He denied, He denied, etc., maybe output from Formedic's MHQ or IMH would be easier to read if was just placed into a table. The rows would be the symptom category being addressed (e.g., Cough Duration, etc,) the three columns would be "Admitted", "Denied" and "Other" (like refused to comment, equivocal, or whatever). True, this would no longer look like a nicely scripted medical note, but as we have discussed, but in this context the literate medical note is dying anyway. I think it would be a lot easier to read than irregular columns of "She admitted", "She admitted", etc. I don't think placing a medical history into a table would matter from the standpoint of reimbursement. Jerry Get the power of Windows + Web with the new Windows Live. Get it now! Quote Link to comment Share on other sites More sharing options...
Guest guest Posted December 30, 2007 Report Share Posted December 30, 2007 - I really DO like the idea of open source. In my next practice I will seriously look at what is out there a year or two before I make the move to consider switching. For reference: can you guys list (or is there already a comparison list) of features that each project provides or does not provide the user? On the other hand, I also love the cheap EMR I am using (functionality is great, it is easy to use, it continues to improve) and I hardly am going bankrupt on its account- recurring costs: essentially $500/year upgrades, $50/month IMH; Updox $200? per year or is that a one time fee? I don't know, Shortkeys $20 1x, Shorthand for Windows $70 one time - that is not a lot. Directly attributed EMR costs somewhere around $120 a month? This is NOT a lot, an extra 2 -3 patients per month. Consider how much you have to pay for malpractice- now which is the better deal?Other costs which are not recurring- upgrade for billing software - $300 this year due to NPI; And recurring costs which you'd have to pay free EMR or not: on line appointment maker $16/month, clearing house costs $60/month, website hoster $90/2 years, I suppose you can count Windows XP costs if most open source runs on Linux... hardware replacement costs you have to pay for no matter what you use. Many other pieces- 'free' - example paperport came bundled with all in one.I will look at formedic and see if I feel like tolerating the drug ads and see if I can do what I need to do with the pdf versions. Probably not (but if I had to - sure), I will post it when I get to it.If the pain of paying the above was more than pain of migrating my EMR data and starting out on the programming learning curve, I would switch. But clearly it's not so I don't.Did I miss any big points? LynnTo: From: alcald3000@...Date: Sat, 29 Dec 2007 20:04:50 +0000Subject: Re: alternatives to Instant medical history The really important point to remember about open source is that once there is even one open source EMR that really works and does everything we need whether it's Synapse, tkFP, GnuMed, CottageMed or ?? , we will all be forever free of vendor lock. Once a program like that is out there and the code is freely available and can reproduce itself on the Internet and be maintained and modified forever by any interested programmers and groups of users, we will have close to EMR Nirvana. Open source software licences specifically prohibit making the code secret. Part of the license agreement requires that you share it with others. It is the total antithesis of the business models we have in the proprietary software world. That's not to say you can't make money with open source software. But you do it by providing support and services related to installation, maintenance, upgrading, hardware, rather than licensing the code itself. Caldwell. > > > > > > > > > > > > Are there any alternatives to instant medical history?. Paying $50 > > > > for > > > > > > > > > > I was challenged to see if I could write a literate medical history > > > > > program, and my attempt is called sherlock.exe > > > > > http://compkarori.no-ip.biz:8010/Unrelated_Software_Resources > > > > > > > > > > You can edit the questions.r file to create your own branching > > > > questions. > > > > > > > > > > It would take a helluva lot of work to create a comprehensive system > > > > > and I was just toying with the idea of creating the framework. > > > > > > > > > > I didn't like IMH and their relations because of the stilted output. > > > > > > > > > > Graham > > > > > SynapseDirect.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > __________________________________________________________ ______ > > The best games are on Xbox 360. Click here for a special offer on > an Xbox 360 Console. > > http://www.xbox.com/en-US/hardware/wheretobuy/ > > > i’m is proud to present Cause Effect, a series about real people making a difference. Learn more Quote Link to comment Share on other sites More sharing options...
Guest guest Posted December 30, 2007 Report Share Posted December 30, 2007 - I really DO like the idea of open source. In my next practice I will seriously look at what is out there a year or two before I make the move to consider switching. For reference: can you guys list (or is there already a comparison list) of features that each project provides or does not provide the user? On the other hand, I also love the cheap EMR I am using (functionality is great, it is easy to use, it continues to improve) and I hardly am going bankrupt on its account- recurring costs: essentially $500/year upgrades, $50/month IMH; Updox $200? per year or is that a one time fee? I don't know, Shortkeys $20 1x, Shorthand for Windows $70 one time - that is not a lot. Directly attributed EMR costs somewhere around $120 a month? This is NOT a lot, an extra 2 -3 patients per month. Consider how much you have to pay for malpractice- now which is the better deal?Other costs which are not recurring- upgrade for billing software - $300 this year due to NPI; And recurring costs which you'd have to pay free EMR or not: on line appointment maker $16/month, clearing house costs $60/month, website hoster $90/2 years, I suppose you can count Windows XP costs if most open source runs on Linux... hardware replacement costs you have to pay for no matter what you use. Many other pieces- 'free' - example paperport came bundled with all in one.I will look at formedic and see if I feel like tolerating the drug ads and see if I can do what I need to do with the pdf versions. Probably not (but if I had to - sure), I will post it when I get to it.If the pain of paying the above was more than pain of migrating my EMR data and starting out on the programming learning curve, I would switch. But clearly it's not so I don't.Did I miss any big points? LynnTo: From: alcald3000@...Date: Sat, 29 Dec 2007 20:04:50 +0000Subject: Re: alternatives to Instant medical history The really important point to remember about open source is that once there is even one open source EMR that really works and does everything we need whether it's Synapse, tkFP, GnuMed, CottageMed or ?? , we will all be forever free of vendor lock. Once a program like that is out there and the code is freely available and can reproduce itself on the Internet and be maintained and modified forever by any interested programmers and groups of users, we will have close to EMR Nirvana. Open source software licences specifically prohibit making the code secret. Part of the license agreement requires that you share it with others. It is the total antithesis of the business models we have in the proprietary software world. That's not to say you can't make money with open source software. But you do it by providing support and services related to installation, maintenance, upgrading, hardware, rather than licensing the code itself. Caldwell. > > > > > > > > > > > > Are there any alternatives to instant medical history?. Paying $50 > > > > for > > > > > > > > > > I was challenged to see if I could write a literate medical history > > > > > program, and my attempt is called sherlock.exe > > > > > http://compkarori.no-ip.biz:8010/Unrelated_Software_Resources > > > > > > > > > > You can edit the questions.r file to create your own branching > > > > questions. > > > > > > > > > > It would take a helluva lot of work to create a comprehensive system > > > > > and I was just toying with the idea of creating the framework. > > > > > > > > > > I didn't like IMH and their relations because of the stilted output. > > > > > > > > > > Graham > > > > > SynapseDirect.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > __________________________________________________________ ______ > > The best games are on Xbox 360. Click here for a special offer on > an Xbox 360 Console. > > http://www.xbox.com/en-US/hardware/wheretobuy/ > > > The best games are on Xbox 360. Click here for a special offer on an Xbox 360 Console. Get it now! Quote Link to comment Share on other sites More sharing options...
Guest guest Posted December 30, 2007 Report Share Posted December 30, 2007 Graham - Sounds like your customers AND the ones who pay you are 1) patients and 2) referring physicians - aren't you LUCKY to have that direct link?It's quite sad and true here that the insurers can and do raise the bar anytime they feel like it though they are not our customers. (Oh- too much of a one well paid CPT code coming in? - let's change the criteria for it, or decrease the payments- happens all the time here.) Good old US of A, where corporations rule. Seems to me that that disconnect between who pays and who receives the services is a major contributor to the imminent failure of primary care (among other factors).LynnTo: From: compkarori@...Date: Sun, 30 Dec 2007 09:31:12 +1300Subject: Re: Re: alternatives to Instant medical history Hi Lynn My perspective is somewhat different. I do understand your need to gather the necessary points to reach a certain level of service ( what if everyone uses IMH, will the insurers say you didn't do the work, but the computer did and so they will lift the bar? ), but I work in an environment whereby patients, and only patients pay me. I do not in general deal with 3rd party payers. ( New Zealand ) I also always send reports back to referring GPs/FPs/Physicians and so do require a less robotic history in my notes Get the power of Windows + Web with the new Windows Live. Get it now! Quote Link to comment Share on other sites More sharing options...
Guest guest Posted December 30, 2007 Report Share Posted December 30, 2007 Quite frankly, I use instant medical history for the same reasons and in the same way that Lynn does. It's also refreshing to say it like it is-taking care of the patient and making sure that all the " crap " that needs to go into the billing are conceptually two circles that do not necessarily overlap. Personally, I would like to get rid of the whole problem oriented medical record. I think it's run its usefulness and the only reason we still use it is because of the billing. In a digital world we need something that works better. It's similar to the first cars looking like horse and buggies in the early 1900s. The record needs to evolve beyond sections like social history, family history, past medical history into something that takes advantage of digital capabilities. I have thought of such a thing and will post a PDF file to explain it-some of you might find it interesting. > > > > > > > > Are there any alternatives to instant medical history?. Paying $50 > > for > > > > > > I was challenged to see if I could write a literate medical history > > > program, and my attempt is called sherlock.exe > > > http://compkarori.no-ip.biz:8010/Unrelated_Software_Resources > > > > > > You can edit the questions.r file to create your own branching > > questions. > > > > > > It would take a helluva lot of work to create a comprehensive system > > > and I was just toying with the idea of creating the framework. > > > > > > I didn't like IMH and their relations because of the stilted output. > > > > > > Graham > > > SynapseDirect.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > _________________________________________________________________ > The best games are on Xbox 360. Click here for a special offer on an Xbox 360 Console. > http://www.xbox.com/en-US/hardware/wheretobuy/ > Quote Link to comment Share on other sites More sharing options...
Guest guest Posted December 30, 2007 Report Share Posted December 30, 2007 Hmm, that sounds a lot like SOAPware! - I really DO like the idea of open source. In my next practice I will seriously look at what is out there a year or two before I make the move to consider switching. For reference: can you guys list (or is there already a comparison list) of features that each project provides or does not provide the user? On the other hand, I also love the cheap EMR I am using (functionality is great, it is easy to use, it continues to improve) and I hardly am going bankrupt on its account- recurring costs: essentially $500/year upgrades, $50/month IMH; Updox $200? per year or is that a one time fee? I don't know, Shortkeys $20 1x, Shorthand for Windows $70 one time - that is not a lot. Directly attributed EMR costs somewhere around $120 a month? This is NOT a lot, an extra 2 -3 patients per month. Consider how much you have to pay for malpractice- now which is the better deal? Other costs which are not recurring- upgrade for billing software - $300 this year due to NPI; And recurring costs which you'd have to pay free EMR or not: on line appointment maker $16/month, clearing house costs $60/month, website hoster $90/2 years, I suppose you can count Windows XP costs if most open source runs on Linux... hardware replacement costs you have to pay for no matter what you use. Many other pieces- 'free' - example paperport came bundled with all in one.-- Pedro Ballester, M.D.Warren, OH Quote Link to comment Share on other sites More sharing options...
Guest guest Posted December 30, 2007 Report Share Posted December 30, 2007 Graham, That sounds like a good idea. I installed an open source bayesian spam email filter a couple of years ago. I wonder if one of those could be modified to do what you are talking about. Something like " Spam Assassin " perhaps? http://www.spamassassin.org I guess one problem is a spam filter only has to decide: Is it spam? Yes or No. But diagnosis would have a large number of possible endpoints. What are the main functional things you would have on your " wish list " for adding to Synapse? For tkFP, I would like to have ability to import lab results, probably in HL7 format. I have looked at the " Mirth " project http://www.mirthproject.org/ but have not got anything working. The main problem I've had is getting the labs to cooperate in sending the data to one lonely person who is just working on a on-off project. It's just not worth their time, and they admittedly understandably have a lot of confidentiality and liability concerns about sending the data over the net to somebody who is still tinkering with a system. Caldwell > > > It would be interesting if a program could be made that would > > record clinician's decision making and learn from it, applying that > > knowlege to new clinical situations. I agree it would be a monumental > > -- > Graham Chiu > http://www.synapsedirect.com > Synapse-EMR - innovative electronic medical records system > Quote Link to comment Share on other sites More sharing options...
Guest guest Posted December 30, 2007 Report Share Posted December 30, 2007 Lynn, I agree, if EMR's could become so popular that the software becomes " commoditized " to the point that the cost comes down close to what you pay for off the shelf software like " Quick Books " and others like that, including even the Windows OS, then the need for open source would be reduced, as that level of pricing is certainly going to be more affordable. Maybe we are getting closer with Amazing Charts and Soapware. Even with the open source, a support person could not afford to fly to your location and install it for you for free. So there could be substantial costs to using open source if you hired out all the support necessary, if you don't do it yourself. Of course apart from cost, the other argument in favor of open source is that it sometimes reults in better quality software due to the larger number of people working on it over a period of time with the openess resulting in discovery of bugs and more opportunity to fix them, as well as more opportunity to improve and enhance the software in other ways by interested programmers. Caldwell > > > > > > > > > > > > > > > > > > > > Are there any alternatives to instant medical history?. Paying > > $50 > > > > > > > > for > > > > > > > > > > > > > > > > > > I was challenged to see if I could write a literate medical history > > > > > > > > > program, and my attempt is called sherlock.exe > > > > > > > > > http://compkarori.no-ip.biz:8010/Unrelated_Software_Resources > > > > > > > > > > > > > > > > > > You can edit the questions.r file to create your own branching > > > > > > > > questions. > > > > > > > > > > > > > > > > > > It would take a helluva lot of work to create a comprehensive > > system > > > > > > > > > and I was just toying with the idea of creating the framework. > > > > > > > > > > > > > > > > > > I didn't like IMH and their relations because of the stilted output. > > > > > > > > > > > > > > > > > > Graham > > > > > > > > > SynapseDirect.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > __________________________________________________________ > > ______ > > > > The best games are on Xbox 360. Click here for a special offer on > > > an Xbox 360 Console. > > > > http://www.xbox.com/en-US/hardware/wheretobuy/ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ___________________________________________________________ ______ > The best games are on Xbox 360. Click here for a special offer on an Xbox 360 Console. > http://www.xbox.com/en-US/hardware/wheretobuy/ > Quote Link to comment Share on other sites More sharing options...
Guest guest Posted December 30, 2007 Report Share Posted December 30, 2007 > That sounds like a good idea. I installed an open source bayesian > spam email filter a couple of years ago. I wonder if one of those could > be modified to do what you are talking about. Something like " Spam > Assassin " perhaps? http://www.spamassassin.org I guess one > problem is a spam filter only has to decide: Is it spam? Yes or No. But > diagnosis would have a large number of possible endpoints. Something along those lines. I wrote my own Bayesian based spam filter 5 years ago - see http://compkarori.com/cerebrus/ and it seemed to largely work. Now I just use google to do the spam filtering for me though it has it's downsides with lack of white lists etc. > What are the main functional things you would have on your " wish list " > for adding to Synapse? For tkFP, I would like to have ability to import Basically I just work on one problem at a time. So, at present, it is printing to pdf forms. Maybe after that some way of calculating the service level. > lab results, probably in HL7 format. I have looked at the " Mirth " project > http://www.mirthproject.org/ but have not got anything working. The > main problem I've had is getting the labs to cooperate in sending the > data to one lonely person who is just working on a on-off project. It's > just not worth their time, and they admittedly understandably have a lot > of confidentiality and liability concerns about sending the data over the > net to somebody who is still tinkering with a system. I wrote my first HL7 parser about 15 years ago so am okay in that department. It was a medical research project of mine. If you need some HL7 test messages I can probably send you some. Someone familiar with the Mirth Project contacted me a couple of years ago, and sent me test messages that I used when I rewrote my parser for Synapse. This was basically for importing patients, and patient appointments as HL7 messages. I did look at the Mirth project a couple of years ago too but decided I didn't need another layer of complexity for my users to install. -- Graham Chiu http://www.synapsedirect.com Synapse-EMR - innovative electronic medical records system Quote Link to comment Share on other sites More sharing options...
Guest guest Posted December 31, 2007 Report Share Posted December 31, 2007 How hard is it for an American doctor to get a license in New Zealand? seriously. KrisSee AOL's top rated recipes and easy ways to stay in shape for winter. Quote Link to comment Share on other sites More sharing options...
Guest guest Posted December 31, 2007 Report Share Posted December 31, 2007 Hi Kris, I can’t say from experience, but I have been talking to recruiters from NZ for over a year now, and I don’t think it is that hard. They are very eager to bring in primary care docs and say they will smooth over all the arrangements. Are you thinking of a temporary or permanent move? As anyone on this list knows, I am in a very tough market and should leave. It appears that there are many parts of the US where I could do better financially than I am doing here. But, again, as everyone knows, I HATE the thought of leaving. I came to Lexington for med school, in large part, because I want to live here. I love the Bluegrass…the horse industry, the Ky Horse Park, Keeneland… so I keep hanging on. BUT, in 2006, at a moment when I was really down and thinking I was going to be forced to give up and go, I got a mailing from a NZ recruiter…. It got me thinking: If I HAVE to leave, then I should at least make sure I go someplace REALLY COOL, and NZ certainly seems to meet that criteria. Other than medicine, which I love, my passions are horses, skiing, and snorkeling, and NZ has all those, in spades. In particular, there is a very vibrant horse community and many, many great horses and places to ride them. The weather is great, year round…. Last year I read several books by US ex-pats living there, and learned nothing to make me think I would anything but love it there. It’s a big move, particularly if I take my horse (costs about $5K to ship a horse there, and it’s not a risk free proposition), and if I went it would be with the intention of never coming back. Things holding me back at this point are: 1) inertia. I admit it, part of not moving is that it’s just a lot of effort. 2)hubbie’s practice is very specialized and not that portable. It has taken him a long time to build up here, and moving would probably just push him into semi retirement. 3) World Equestrian Games. In 2010, the WEG will be held here in Lexington; the first time it will ever be held outside Europe. From the first conversations with NZ I have held that if I can hang on here until then, I would, so I can be here for that. So, I am in a holding pattern, but will be actively considering more as 2010 approaches. The one thing I have NOT been able to do is connect with a doctor who is actually practicing there, to see what their complaints are. It seems NZ has a sort of hybrid system with state support AND private insurance. As best I have been able to gather, it doesn’t look like the private insurance industry is running as rough-shod over doctors as ours do, but I want to hear that from the front lines before I make any commitments. Anyway, what are you thinking? If you love the outdoors, NZ looks hard to beat! Annie From: [mailto: ] On Behalf Of mkcl6@... Sent: Monday, December 31, 2007 7:17 AM To: Subject: Re: Re: alternatives to Instant medical history How hard is it for an American doctor to get a license in New Zealand? seriously. Kris See AOL's top rated recipes and easy ways to stay in shape for winter. Quote Link to comment Share on other sites More sharing options...
Guest guest Posted December 31, 2007 Report Share Posted December 31, 2007 Annie, A PA-C that worked at our urgent care and her pathologist husband have seriously considered moving abroad for years and NZ is high on their list. They been there several times. I think they haven't moved yet for the reasons one would expect -- proximity to family, home investments, etc. At least as of about a year ago, she was saying pretty much the same thing you are, except I think that NZ might be wanting some specialties more than family practice. I think the immigration policy to NZ is a bit stiff too. Jerry > Hi Kris, > > I can't say from experience, but I have been talking to recruiters from NZ > for over a year now, and I don't think it is that hard. They are very eager > to bring in primary care docs and say they will smooth over all the > arrangements. > > > > Are you thinking of a temporary or permanent move? As anyone on this list > knows, I am in a very tough market and should leave. It appears that there > are many parts of the US where I could do better financially than I am doing > here. But, again, as everyone knows, I HATE the thought of leaving. I came > to Lexington for med school, in large part, because I want to live here. I > love the Bluegrass.the horse industry, the Ky Horse Park, Keeneland. so I > keep hanging on. > > > > BUT, in 2006, at a moment when I was really down and thinking I was going to > be forced to give up and go, I got a mailing from a NZ recruiter.. It got me > thinking: If I HAVE to leave, then I should at least make sure I go > someplace REALLY COOL, and NZ certainly seems to meet that criteria. Other > than medicine, which I love, my passions are horses, skiing, and snorkeling, > and NZ has all those, in spades. In particular, there is a very vibrant > horse community and many, many great horses and places to ride them. The > weather is great, year round.. Last year I read several books by US ex-pats > living there, and learned nothing to make me think I would anything but love > it there. > > > > It's a big move, particularly if I take my horse (costs about $5K to ship a > horse there, and it's not a risk free proposition), and if I went it would > be with the intention of never coming back. > > > > Things holding me back at this point are: 1) inertia. I admit it, part of > not moving is that it's just a lot of effort. 2)hubbie's practice is very > specialized and not that portable. It has taken him a long time to build up > here, and moving would probably just push him into semi retirement. 3) World > Equestrian Games. In 2010, the WEG will be held here in Lexington; the > first time it will ever be held outside Europe. From the first > conversations with NZ I have held that if I can hang on here until then, I > would, so I can be here for that. > > > > So, I am in a holding pattern, but will be actively considering more as 2010 > approaches. The one thing I have NOT been able to do is connect with a > doctor who is actually practicing there, to see what their complaints are. > It seems NZ has a sort of hybrid system with state support AND private > insurance. As best I have been able to gather, it doesn't look like the > private insurance industry is running as rough-shod over doctors as ours do, > but I want to hear that from the front lines before I make any commitments. > > > > Anyway, what are you thinking? If you love the outdoors, NZ looks hard to > beat! > > Annie > > > > From: > [mailto: ] On Behalf Of mkcl6@... > Sent: Monday, December 31, 2007 7:17 AM > To: > Subject: Re: Re: alternatives to Instant medical > history > > > > How hard is it for an American doctor to get a license in New Zealand? > seriously. Kris Quote Link to comment Share on other sites More sharing options...
Guest guest Posted December 31, 2007 Report Share Posted December 31, 2007 I don't think it is hard at all. About 50% of docs working here are overseas trained. Sure some specialties are in demand, but there are many places ( cities ) where people are unable to register with a Gp because their books are all full. I have been forced sometimes to provide primary care for my patients until they have been able to find a GP. Not that I minded ... > How hard is it for an American doctor to get a license in New Zealand? > seriously. Kris -- Graham Chiu http://www.synapsedirect.com Synapse-EMR - innovative electronic medical records system Quote Link to comment Share on other sites More sharing options...
Guest guest Posted January 3, 2008 Report Share Posted January 3, 2008 Graham, Jerry Park on this list is a real pro when it comes to pdf forms. He can produce a .pdf computerized version of just about any paper form. The most accurate reproduction method seems to be with Omniform. But he has found that OpenOffice or Scribus can often duplicate a paper form as well, and are open source. After the .pd form is created, he uses an open source command line program written in JAVA called " PDFBox " to produce a .xfdf file that corresponds to the .pdf form. Then we write our own little programs or what we call " scripts " in the Tcl/Tk programming language to extract data from the tkFP EMR to substitute into the .xfdf file and that allows us to fill out the .pdf forms automatically. We made one recently for the " Express Scripts " Rx refill form. I had previously used another method that was more labor intensive to get the CMS 1500 insurance claim form in a .pdf format for printing called " Report Lab " . I still use it for the CMS 1500 forms, but will use Jerry's methods for any new ones in the future. Have you used any of those methods? Or what are you using? Inquring minds want to know! Caldwell > > Basically I just work on one problem at a time. So, at present, it is > printing to pdf forms. Maybe after that some way of calculating the > service level. > > -- > Graham Chiu > http://www.synapsedirect.com > Synapse-EMR - innovative electronic medical records system > Quote Link to comment Share on other sites More sharing options...
Guest guest Posted January 3, 2008 Report Share Posted January 3, 2008 , I am in the process right now of writing a tutorial on how to this in Synapse I'm about 1/3 of the way through. http://compkarori.no-ip.biz:8090/Documentation_Index/PDF_Forms I had sort of known about acrobat forms and xpdf etc, but found that the forms I had tried were sluggish and hard to navigate .. part of the PDF bloat I guess. So, I am trying it my way, and if that doesn't work .. will try Jerry's But one advantage of my method is that I can control the creation of the PDF and archive it on the server automatically so that the user will always have a copy of each form that they have filled in. > > form as well, and are open source. After the .pd form is created, he > uses an open source command line program written in JAVA > called " PDFBox " to produce a .xfdf file that corresponds to the .pdf > form. Then we write our own little programs or what we call " scripts " in > the Tcl/Tk programming language to extract data from the tkFP EMR > to substitute into the .xfdf file and that allows us to fill out the .pdf > forms automatically. We made one recently for the " Express > Scripts " Rx refill form. I had previously used another method that was > more labor intensive to get the CMS 1500 insurance claim form in > a .pdf format for printing called " Report Lab " . I still use it for the CMS > 1500 forms, but will use Jerry's methods for any new ones in the > future. Have you used any of those methods? Or what are you using? > Inquring minds want to know! > > Caldwell > -- Graham Chiu http://www.synapsedirect.com Synapse-EMR - innovative electronic medical records system Quote Link to comment Share on other sites More sharing options...
Guest guest Posted January 4, 2008 Report Share Posted January 4, 2008 , Just reading your post again, do your users have to know Tcl to be able to script the data extraction to finish the process? I'm about 90% finished with my forms technology now, and basically I have given the users tools to create their own forms without the need for my intervention. Users can take any one page document (PDF, Word, Tiff etc ) and turn it into a form which they can place default values as well as data specific to that patient. They can then print the form, or print just the data to a pre-printed form. They can even print the form as is with no data on it. I have setup an area on the Synapse wiki so that users who create forms can share them with other Synapse users ... or even sell them if they spent a lot of time on them, and wish to recover something for their efforts > > form. Then we write our own little programs or what we call " scripts " in > the Tcl/Tk programming language to extract data from the tkFP EMR > to substitute into the .xfdf file and that allows us to fill out the .pdf > forms automatically. We made one recently for the " Express > Scripts " Rx refill form. I had previously used another method that was -- Graham Chiu http://www.synapsedirect.com Synapse-EMR - innovative electronic medical records system Quote Link to comment Share on other sites More sharing options...
Guest guest Posted January 4, 2008 Report Share Posted January 4, 2008 Graham, I see Jerry answered your question. We don't have an automated way for a user to create a .pdf form out of any old scanned paper form. Jerry has outlined the necessary steps to create the .pdf forms and their corresponding .xfdf file. The final step is to substitute data from tkFP into the .xfdf file that goes with a form and which allows the .pdf form to be filled out from data in the EMR. So we have to do a " Mapping " of whatever data from tkFP needs to go into the .pdf form. Often in Tkfp, the data you want might already be displayed in a Tk GUI form. In that case, each data item is often in an entry box in the Tk GUI that has a Tcl variable name attached to it, so it's pretty easy to substitute those values into the .xfdf file. But you could get the data from other sources such as SQLite database or parse it out of some XML data etc. But it does require some programming to do that final step for each ..pdf form that you are trying to automate. Even though we have this figured out, I haven't actually used it much yet. Our CMS 1500 insurance claim form in the U.S. recently underwent some changes, the first since 1990, because of a rquirement for a new " NPI " or national provider number. I was thinking of switching to the new .xfdf method of filling out the new version of the form, but I ended up finding it easier to make some mods to the ReportLab set up I already had. Since I already had so much work invested in that, I just modified what I already had done. But in the future if there are needs for new .pdf forms to fill out, I will use Jerry's methods. In fact, I hope to send him the paper form and have him do the .pdf conversion for me! Then I will just do some Tcl code to connect the tkFP data with the .xfdf file. > > > > form. Then we write our own little programs or what we call " scripts " in > > the Tcl/Tk programming language to extract data from the tkFP EMR > > to substitute into the .xfdf file and that allows us to fill out the .pdf > > forms automatically. We made one recently for the " Express > > Scripts " Rx refill form. I had previously used another method that was > > > -- > Graham Chiu > http://www.synapsedirect.com > Synapse-EMR - innovative electronic medical records system > Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.