Blogs

Stay up to date with insights, tips, and education from experts in healthcare IT.

For anyone who has been working in the healthcare IT industry over the past 15-18 years, including yours truly, we can all attest to the fact that interfaces–including the technology that facilitates them–have progressed from being important prerequisites for operational efficiency to mission critical elements for patient…

Recently while working a regulatory report I found myself faced with needing to identify the first (or earliest) of a set of dates. Each date came from a different possible order related to the patient visit, and I needed to chunk through 10 different JOIN-ed tables and…

In support of Cybersecurity Awareness Month, we’ve shared tips so far for “Owning It” with remote access security, “Securing It” with multi-factor authentication, and today I want to talk about “Protecting It” and the potential costs of a HIPAA violation if you aren’t able to protect it…

Your facility may be gearing up to integrate Appropriate Use Criteria (AUC) into your existing physician order workflow, which is the program established to increase the rate of appropriate advanced diagnostic imaging services provided to Medicare beneficiaries. The mandate from CMS is that the program needs to…

When we’re working on other people’s code–for troubleshooting or optimization purposes–we see a fair amount of usage of the ISNULL() function. Generally speaking we replace those ISNULL() references with COALESCE(). But why? There are a number of reasons: First, Microsoft has indicated they may deprecate ISNULL() in…