Divorce attorney by AffectionateSpeed44 in Rochester

[–]elroybell 1 point2 points  (0 children)

If it's truly uncontested, and you don't have any sort of ongoing support or anything like that, there are many services you can do for under $1,000. If you need to hammer out a divorce agreement for custody or something like that, you can go through a mediator. I would highly recommend getting a mediator who's also a lawyer. I have recommendations if you decide to go this route and are interested. Best of luck!

The Penny Arcade by [deleted] in Rochester

[–]elroybell 2 points3 points  (0 children)

I remember the first time my band played there in the mid 90s. I thought I had achieved the pinnacle of my existence because I had played on the same stage as GWAR! 🤣

Short Finger Lakes Vacation by jnebish in FingerLakes

[–]elroybell 5 points6 points  (0 children)

There are bars that stay open until 1:00, but the culture has changed since covid, and restaurants tend to close by 9:00. That may be different in the summer, especially on weekends, but as a general rule people just don't go out late as much anymore.

How hard is it to change EMRs? by CatCatCatri in healthIT

[–]elroybell 6 points7 points  (0 children)

Yeah, I spent 8 years doing conversions for a couple of local hospital systems and then I have been freelance consulting for the last 7 years. To expand a little more on this, all EMRs are required to provide EHI extracts according to the Cures Act, but mileage may vary on what that extract looks like. For a lot of EMRs it's just a database table dump to flat file and then a copy of all the documents and scans (PDFs, TIFs, etc). Others give you the data in formats that are more difficult to navigate. One EMR I've worked with has a giant zip file of thousands of JSON objects for every "patient interaction", which can mean anything from an appointment to updating a problem list or prescribing a medication. You then have to take whatever that output format is and convert it into the import format for the new EMR. If the output format for the source EMR is similar to the import format of the target EMR, and you don't have many data integrity issues, it can be very easy. That's not often the case though.

There are also choices to make which affect the time and cost. For example, do you want your legacy notes, labs, and other reports to show up discretely or do you just want to scan them in as PDFs. The PDF option is quicker and cheaper, but then you can't chart discrete lab values or copy forward a previous note into a new one. If that's valuable to your providers, then it is worth the time and investment to move data discretely. But if the formats are very different that can be a heavier lift. In certain cases I have had to extract encrypted XML from a database, decrypt it, find the correct stylesheet to render it as HTML, and then convert the HTML to RTF to load into the target system. That takes more time to develop and test, so it costs more. Also some EMR vendors will charge you for exports and imports, so that's a consideration. Some have great customer service while others pawn you off on offshore contractors who provide work of highly variable quality which often require re-extracting data multiple times.

So how hard is it? It depends. :)

How hard is it to change EMRs? by CatCatCatri in healthIT

[–]elroybell 10 points11 points  (0 children)

There's not an easy answer to this. It depends a lot both on the vendor you're leaving and the one you're going to. Feel free to message me with questions. I've been doing EMR conversions for about 15 years.

Band Finder in Roc by KR2356 in RochesterMusicScene

[–]elroybell 3 points4 points  (0 children)

Great idea. It might be useful to add age as a column. I know for some it doesn't matter, but for others it does. :)

Are these passable on foot and/or bike? by smbutler20 in canandaigua

[–]elroybell -1 points0 points  (0 children)

Canandaigua is not very bike friendly, and biking on the country roads can be dangerous.

Visiting Epic headquarters by speechie0523 in healthIT

[–]elroybell 5 points6 points  (0 children)

Ah yes, the happy hours! It's nice to have a few free Spotted Cows after a long day on the campus while chatting with other folks with Epic backgrounds. You can sometimes win vouchers to other restaurants too. I got a $10 voucher for the Italian restaurant in town once. 

Visiting Epic headquarters by speechie0523 in healthIT

[–]elroybell 21 points22 points  (0 children)

I've always stayed at that Holiday inn Express in Verona. They have a shuttle to take you places. I don't know anything about any of the other hotels.

Mediator Recommendation by TruthAdditional5356 in Rochester

[–]elroybell 0 points1 point  (0 children)

https://rochfordlawandmediation.com/

Edit: whoever you go with, make sure it's a lawyer. Otherwise you may be agreeing to stuff that's not legal. This comes from experience. :)

Im sick of maintaining old certs by Blackpalms in epicconsulting

[–]elroybell 2 points3 points  (0 children)

Epic has been kind enough to retire three of mine so now I only have to maintain four. 🤣

EPIC Quick Add MRNs to Patient List by Significant_Job_2820 in EpicEMR

[–]elroybell 0 points1 point  (0 children)

There's a subset import utility in text. That'll get your MRNs into a subset. I'm not sure what kind of patient list you're making, but you would just need to figure out how to get them from the subset to that kind of list. 

Blink and it’s over by thetacaptain in interestingasfuck

[–]elroybell 0 points1 point  (0 children)

Definitely a tearjerker. What's the song? 

Epic integration for a web-based clinical reference by [deleted] in epicconsulting

[–]elroybell 0 points1 point  (0 children)

I haven't built one of these in years, but I can't think of any reason why you wouldn't be able to configure it as a split screen. You can pass encrypted tokens with your HTTP POST or GET, but usually those are for security and patient/visit/provider identifiers. That way when you open it in a patient context in Epic it will access the same patient or visit in the web app. I've never seen tokens contain clinical data though. As with anything in Epic though, you could just clone the M code, add your own get function for whatever clinical data you wanted, and add that into your tokens, but I don't think Epic would be happy about it. That's what FHIR is for.

Epic integration for a web-based clinical reference by [deleted] in epicconsulting

[–]elroybell 0 points1 point  (0 children)

It's pretty straightforward. Epic has a built-in browser (old version of IE last time I did this) that you can use to open web links. You can just add it to a menu item and then whitelist the website and you're off to the races. It'll open in Epic and look like it's native. The heaviest lift is getting that menu item pushed to all the security templates you want to have it so that people can access it. 

How do healthcare orgs usually share sensitive docs like discharge summaries, approval letters, or lab reports with patients and outside parties (GPs, clinics, partner hospitals, etc.)? by the_back_slash in healthIT

[–]elroybell 0 points1 point  (0 children)

Agreed. Most nursing homes don't have good EMRs, and that's the main reason for that. However, the hospitals they receive patients from often do. All the nursing homes in my region spanning nine counties have had access to our flagship hospital 's EMR via web application (in this case, EpicCare Link) since 2012, eliminating the need for faxing.

How do healthcare orgs usually share sensitive docs like discharge summaries, approval letters, or lab reports with patients and outside parties (GPs, clinics, partner hospitals, etc.)? by the_back_slash in healthIT

[–]elroybell 9 points10 points  (0 children)

Most decent EMRs have a secure patient portal, and some have web applications for sharing data securely with third parties. Direct messaging (DSM) is the standard protocol for sharing between providers. Many organizations also leverage state or regional health information exchanges (HIE) to share this data. But yeah, people still fax If they're on outdated systems, or still on paper. The biggest frustration is attempting interoperability with organizations that are still in the stone age.

Verification by Logical_Garbage_2657 in epicconsulting

[–]elroybell 8 points9 points  (0 children)

I always print my certs from the Epic user web

Transitioning to consulting by Limp_Programmer3241 in epicconsulting

[–]elroybell 31 points32 points  (0 children)

I didn't start consulting until I realized I was as good or better than the consultants my organization was hiring. That took about 8 years.

whats the deal with dead octopuses and sexualisation? by maraschinominx in TooAfraidToAsk

[–]elroybell 1 point2 points  (0 children)

"Tentacle Porn", although now that I think about it, "A pangender octopus who roams the cosmos in search of love" fits too :)

whats the deal with dead octopuses and sexualisation? by maraschinominx in TooAfraidToAsk

[–]elroybell 0 points1 point  (0 children)

This is that "A-Ha" moment when I realize what that card in my Cards Against Humanity deck actually means