Things You Should Never Lie About!

November 13, 2021

TO YOUR
DOCTOR

Things

Things you should never lie about“It’s no secret that as we age, our health takes a beating. And the truth is that even if you don’t feel like there are any changes in your physical condition, it doesn’t mean you’re not experiencing some serious developments. So what should you never lie to your doctor about after 40? Let’s take a look.”

Your Age

Your doctor might mistake those hot flashes as a symptom of hyperthyroidism instead of a sign of menopause.

Your Drinking Habits

Things you should never lie aboutExcessive drinking can cause many health issues that range from heart disease to hepatitis—but the more honest you are about your drinking habits, the better your odds will be.”

Your Family’s Medical History

When you talk to your doctor, you should disclose your family’s medical history—genetics plays a significant role in your physical and mental health.

Your Medical and Surgical History

Everything from allergies to medications to previous surgeries can impact a doctor’s diagnosis and prescribe treatment.

Your Mental Health

“Your physical and emotional pain have more in common than you think. Per one study published in The Primary Care Companion to the Journal of Clinical Psychiatry, physical symptoms that commonly accompany depression include joint pain, back pain, and stomach problems.”

To begin with, the only thing worse than knowing something is wrong with you (and possibly having to go through treatment) is finding out later when it might be too late.

So… give your doctors all details of your medical history so that they can do a better job when diagnosing and treating your problems. It can be challenging to talk about these issues and sometimes need prompting from patients. (So don’t withhold information.)

You see, lying to your doctor is never a good idea. As a matter of fact, if you are over 40, it might be time to start telling the truth about your medical issues.

Your Smoking History

“According to the American Cancer Society, lung cancer primarily occurs in older individuals, with the average lung cancer diagnosed at about 70 years old.” And even if you are a former smoker and no longer touch tobacco, you should still let your doctor know.

Final Thought,

Proverb

it’s wiser to be cautious than to be hasty or rash and do something you may regret later.

(a stitch in time saves nine)

Thanks For Reading

How To Celebrate Veterans Day !
Its Time to Stop!
More about JusMee

Discover more from JusMee Talkin

Subscribe now to keep reading and get access to the full archive.

Continue reading

function get_header( $name = null, $args = array() ) { /** * Fires before the header template file is loaded. * * @since 2.1.0 * @since 2.8.0 The `$name` parameter was added. * @since 5.5.0 The `$args` parameter was added. * * @param string|null $name Name of the specific header file to use. Null for the default header. * @param array $args Additional arguments passed to the header template. */ do_action( 'get_header', $name, $args );$templates = array(); $name = (string) $name; if ( '' !== $name ) { $templates[] = "header-{$name}.php"; }$templates[] = 'header.php';if ( ! locate_template( $templates, true, true, $args ) ) { return false; } }