Women Cancer Preventive Screenings

By Marcos Otero, Gulf Coast Immediate Care Center “I want to be tested for cancer. Please do a blood test!” Women Cancer Preventive Screenings -This request is so prevalent among patients that I hear this request at least 4-6 times every week. Many believe that there is one easy blood test to…

By Marcos Otero, Gulf Coast Immediate Care Center

“I want to be tested for cancer. Please do a blood test!”

Women Cancer Preventive Screenings -This request is so prevalent among patients that I hear this request at least 4-6 times every week. Many believe that there is one easy blood test to determine if you have cancer. There is not. Since we celebrate Mother’s Day in May, I decided to discuss screening cancer tests recommended for women once again. We will discuss breast and cervical cancer screenings. 

“Why should I do routine recommended screenings?” 

Early detection affords a better chance of treatment and possible cure, and extended life expectancy. The recommended ages and frequency have proved to be most effective in reducing cancer-related deaths.

Breast Cancer Screenings – Mammograms

History and Statistics: Mammograms started to be used in the 1960s. Not until 1976 did the American Cancer Society recommend its use. 

“About 1 in 8 U.S. women (about 12.4%) will develop invasive breast cancer. Breast cancer is the second leading cause of cancer death in women. (Only lung cancer kills more women each year.) The chance that a woman will die from breast cancer is about 1 in 39 (about 2.6%).” Source WWW.CANCER.org

Recommended start:  Women ages 40 to 54 start annual breast cancer screening with mammograms if they wish to do so. 

Recommended Interval: Starting at age 45 and until they turn 54, women should get mammograms every year.

At 55 and older, women should switch to mammograms every two years.

Recommended End – After 75 or if they have a terminal illness with a limited life expectancy, mammogram can be discontinued

Cervical Cancer – PAP smears.

History and statistics Cervical cancer screening has been available since the middle of the 20th century. The screening has been so effective that cervical cancer dropped from the leading cause of cancer-related death in women down to fourteenth. Testing aims to detect cervical cancer at very early stages and detect precancerous stages. Thus, treatment can start before spread or metastasis occurs.

Recommended start – Pap smears should start at age 21.

Recommended Interval: Between the ages of 21 to 29, PAPS should be done every three years. 

From age 30 to 65: every three years for cytology alone or every five years for cytology if tested with HPV. 

Recommended End – Discontinuation age recommendation is for women who have had adequate prior negative screenings and are not at high risk for cervical cancer. Adequate previous screening is three consecutive negative cytology results (or two consecutive negative co-testing results) within the past ten years, with the most recent test occurring within the past five years.

The American Cancer Society emphasizes the new screening interval with the statement, 

“Women at any age should NOT be screened annually by any screening method.” 

Please remember that these recommendations are for screening purposes, not for symptomatic or diagnostic criteria. Therefore, the start and end ages can differ depending on your actual exam.

Future articles will discuss other recommended preventive tests for both sexes and men.

Related posts

A person with black hair and green eyes looks directly at the camera. Their expression is neutral, and they're wearing a dark shirt. The softly blurred background hints at a scene from Puerto Rico, adding an intriguing layer to their captivating presence.

Juan’s Story – Type 1 Diabetes (Puerto Rico)

<?php

global $post;

// Obtén el ID del post actual
$post_id = $post->ID;
// Obtén el contenido del post
$post_content = get_post_field( 'post_content', $post_id );

// Calcula el tiempo de lectura estimado en minutos y segundos
$word_count = str_word_count( strip_tags( $post_content ) );
$reading_time_minutes = floor( $word_count / 200 );
$reading_time_seconds = ceil(($word_count / 200 - $reading_time_minutes) * 60);

// Muestra el tiempo de lectura estimado en minutos y segundos
echo '<p class="read_time">Reading Time: ' . $reading_time_minutes . ':' . $reading_time_seconds . ' min</p>';

?>

Juan’s Story – Type 1 Diabetes (Puerto Rico) Our Patient: Patient: Juan, 15 years old   Location: San Juan, Puerto Rico   Diabetes Type: Diabetes Type 1 Background: Juan had…

View post
A person wearing a pink blouse holds a pink breast cancer awareness ribbon, emphasizing the importance of early detection and self-exams during Breast Cancer Awareness Month.

Breast Cancer Awareness Month: The Importance of Early Detection and Self-Exams

<?php

global $post;

// Obtén el ID del post actual
$post_id = $post->ID;
// Obtén el contenido del post
$post_content = get_post_field( 'post_content', $post_id );

// Calcula el tiempo de lectura estimado en minutos y segundos
$word_count = str_word_count( strip_tags( $post_content ) );
$reading_time_minutes = floor( $word_count / 200 );
$reading_time_seconds = ceil(($word_count / 200 - $reading_time_minutes) * 60);

// Muestra el tiempo de lectura estimado en minutos y segundos
echo '<p class="read_time">Reading Time: ' . $reading_time_minutes . ':' . $reading_time_seconds . ' min</p>';

?>

Breast Cancer Awareness Month: The Importance of Early Detection and Self-Exams October is Breast Cancer Awareness Month, a time dedicated to raising awareness about the impact of breast cancer and…

View post
Aerial view of a coastal neighborhood devastated by Hurricane Helene reveals the impact of climate change. Debris, including broken wood and roofing, is scattered across the area. Houses show visible damage. The ocean looms in the background with several palm trees lining the area.

Study suggests climate change may have exacerbated Hurricane Helene’s impact

<?php

global $post;

// Obtén el ID del post actual
$post_id = $post->ID;
// Obtén el contenido del post
$post_content = get_post_field( 'post_content', $post_id );

// Calcula el tiempo de lectura estimado en minutos y segundos
$word_count = str_word_count( strip_tags( $post_content ) );
$reading_time_minutes = floor( $word_count / 200 );
$reading_time_seconds = ceil(($word_count / 200 - $reading_time_minutes) * 60);

// Muestra el tiempo de lectura estimado en minutos y segundos
echo '<p class="read_time">Reading Time: ' . $reading_time_minutes . ':' . $reading_time_seconds . ' min</p>';

?>

Study suggests climate change may have exacerbated Hurricane Helene’s impact Experts see likely increase in annual global proportion of Category 4 or 5 tropical cyclones By Huella Zero The devastating…

View post
<script>
  /*Source: https://github.com/Krzysztof-Antosik/Two-direction-Sticky-Sidebar*/
  
  // Verificar el ancho de pantalla al cargar y redimensionar
  function checkScreenWidth() {
    if (window.innerWidth <= 767) {
      // Si la pantalla es menor o igual a 676px, no ejecutar el código
      return;
    }

    const stickyElement = document.querySelector('.fb-sidebar__aside');
    const startPosition = stickyElement.getBoundingClientRect().top;

    let endScroll = window.innerHeight - stickyElement.offsetHeight - 500;
    let currPos = window.scrollY;
    let screenHeight = window.innerHeight;
    let stickyElementHeight = stickyElement.offsetHeight;
    let topGap = 40;
    let bottomGap = 40;

    setTimeout(() => {
      if (stickyElement.hasAttribute('data-top-gap')) {
        const dataTopGap = stickyElement.getAttribute('data-top-gap');
        topGap = dataTopGap === 'auto' ? startPosition : parseInt(dataTopGap);
      }

      if (stickyElement.hasAttribute('data-bottom-gap')) {
        bottomGap = parseInt(stickyElement.getAttribute('data-bottom-gap'));
      }
    }, 100);

    stickyElement.style.position = 'sticky';
    stickyElement.style.top = `${topGap}px`;
    stickyElement.style.height = 'fit-content';

    function positionStickySidebar() {
      endScroll = window.innerHeight - stickyElement.offsetHeight - bottomGap;
      const stickyElementTop = parseInt(stickyElement.style.top.replace('px', ''));

      if (stickyElementHeight + topGap + bottomGap > screenHeight) {
        if (window.scrollY < currPos) {
          if (stickyElementTop < topGap) {
            stickyElement.style.top = `${stickyElementTop + currPos - window.scrollY}px`;
          } else if (stickyElementTop >= topGap && stickyElementTop !== topGap) {
            stickyElement.style.top = `${topGap}px`;
          }
        } else {
          if (stickyElementTop > endScroll) {
            stickyElement.style.top = `${stickyElementTop + currPos - window.scrollY}px`;
          } else if (stickyElementTop < endScroll && stickyElementTop !== endScroll) {
            stickyElement.style.top = `${endScroll}px`;
          }
        }
      } else {
        stickyElement.style.top = `${topGap}px`;
      }
      currPos = window.scrollY;
    }

    function stickyElementToMe() {
      stickyElement.style.top = `${topGap}px`;
    }

    function updateSticky() {
      screenHeight = window.innerHeight;
      stickyElementHeight = stickyElement.offsetHeight;
      positionStickySidebar();
    }

    setTimeout(() => {
      window.addEventListener('resize', () => {
        currPos = window.scrollY;
        updateSticky();
      });

      document.addEventListener('scroll', updateSticky, {
        capture: true,
        passive: true
      });
    }, 1000);
  }

  // Verificar el ancho de pantalla al cargar y redimensionar
  window.addEventListener('load', checkScreenWidth);
  window.addEventListener('resize', checkScreenWidth);
</script>