A Day in the Life of a Hospitalist: What Happens Behind The Scenes

Recent Posts

Decoding Medical Jargon- Getting Beyond Confusion

Decoding Medical Jargon- Getting Beyond Confusion

Have you ever spoken with a doctor who used confusing words and lots of acronyms? I bet you felt more confused after that conversation than when you started speaking with them. I've encountered many patients and their family members who have felt confused after...

A Hospitalist’s Top 5 Tips

A Hospitalist’s Top 5 Tips

I wasn't the kid who tried to stay up late to sneak peeks of TV or eat snacks in my bedroom. Not for lack of trying but rather because my parents ensured the house was kid-proof after 9 p.m. All snacks were out of reach after my mom cleaned and closed the kitchen, and...

jQuery(document).ready(function($) { setTimeout(function() { $('.popup-content').css('display', 'flex'); // Show the popup after a delay }, 3000); // 3000 milliseconds = 3 seconds delay // Close the popup when the close button is clicked $('.popup-close').click(function() { $('.popup-content').css('display', 'none'); }); // Optional: Close the popup when the overlay background is clicked $('.popup-content').click(function(e) { if ($(e.target).hasClass('popup-content')) { $(this).css('display', 'none'); } }); });