
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Latest News</title>
<link>https://www.azmed.org/news/default.asp</link>
<description><![CDATA[  &nbsp;  Read about recent events, essential information, and the latest community news.  &nbsp; ]]></description>
<lastBuildDate>Thu, 4 Jun 2026 10:30:04 GMT</lastBuildDate>
<pubDate>Wed, 8 Apr 2026 21:44:00 GMT</pubDate>
<copyright>Copyright &#xA9; 2026 Arizona Medical Association</copyright>
<atom:link href="https://www.azmed.org/news/news_rss.asp?cat=16449" rel="self" type="application/rss+xml"></atom:link>
<item>
<title> 🌟 Member Spotlight: Laura Mercer, MD</title>
<link>https://www.azmed.org/news/news.asp?id=725066</link>
<guid>https://www.azmed.org/news/news.asp?id=725066</guid>
<description><![CDATA[<style>
    .spotlight-container {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .spotlight-header {
        margin-bottom: 2rem;
    }
    
    .intro-image {
        border: 10px solid #ffffff;
        float: left;
        width: 200px;
        height: auto;
        margin: 0 20px 20px 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .intro-image:hover {
        transform: scale(1.02);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
    
    .content-image {
        width: 200px;
        height: auto;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .content-image:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }
    
    .float-left {
        float: left;
        margin: 0 20px 20px 0;
    }
    
    .float-right {
        float: right;
        margin: 0 0 20px 20px;
    }

    /* Enhanced Video Section */
    .video-section {
        margin: 2.5rem 0;
        background: linear-gradient(135deg, rgba(95, 4, 117, 0.03) 0%, rgba(141, 0, 41, 0.03) 100%);
        padding: 2rem;
        border-radius: 0;
        clear: both;
    }
    
    .video-intro {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .video-intro h4 {
        font-size: 22px;
        color: #5f0475;
        font-weight: 700;
        margin-bottom: 0.5rem;
        font-family: Arial, sans-serif;
    }
    
    .video-intro p {
        font-size: 16px;
        color: #666;
        line-height: 1.6;
        max-width: 800px;
        margin: 0 auto;
    }
    
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        margin: 1.5rem auto;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
        border-radius: 0;
    }
    
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
    
    /* Pull Quote Styling */
    .pull-quote {
        background: #f8f9fa;
        border-left: 5px solid #5f0475;
        padding: 1.5rem 2rem;
        margin: 2rem 0;
        border-radius: 0;
        clear: both;
    }
    
    .pull-quote blockquote {
        margin: 0;
        font-size: 18px;
        font-style: italic;
        color: #333;
        line-height: 1.6;
    }
    
    .pull-quote cite {
        display: block;
        margin-top: 0.5rem;
        font-size: 14px;
        color: #8d0029;
        font-weight: 600;
    }
    
    /* Table of Contents */
    .table-of-contents {
        background: #f8f9fa;
        border: 2px solid #e9ecef;
        border-radius: 0;
        padding: 1.5rem;
        margin: 2rem 0;
    }
    
    .table-of-contents h4 {
        color: #5f0475;
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 18px;
        font-weight: 700;
    }
    
    .table-of-contents ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 0.5rem;
    }
    
    .table-of-contents li {
        margin: 0;
    }
    
    .table-of-contents a {
        color: #5f0475;
        text-decoration: none;
        display: block;
        padding: 0.5rem;
        border-radius: 0;
        transition: background 0.2s ease;
    }
    
    .table-of-contents a:hover {
        background: rgba(95, 4, 117, 0.1);
        text-decoration: none;
    }
    
    /* Section Headers */
    .section-header {
        background: linear-gradient(135deg, #5f0475 0%, #8d0029 100%);
        color: white;
        padding: 1rem 1.5rem;
        border-radius: 0;
        margin: 3rem 0 2rem;
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }
    
    .section-header h2 {
        margin: 0;
        font-size: 24px;
        font-weight: 700;
        color: white;
    }
    
    .section-icon {
        font-size: 28px;
    }
    
    /* Fun Question Styling */
    .fun-question-wrapper {
        background: linear-gradient(135deg, #fff9e6 0%, #fff5cc 100%);
        border-left: 4px solid #8d0029;
        padding: 1rem 1.5rem;
        border-radius: 0;
        margin: 2rem 0;
    }
    
    .fun-question-wrapper h3 {
        margin-top: 0.5rem;
    }
    
    .fun-badge {
        display: inline-block;
        background: #8d0029;
        color: white;
        font-size: 11px;
        padding: 3px 8px;
        border-radius: 0;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    /* CTA Box */
    .cta-box {
        background: linear-gradient(135deg, #5f0475 0%, #8d0029 100%);
        color: white;
        padding: 2.5rem;
        border-radius: 0;
        text-align: center;
        margin: 3rem 0;
        box-shadow: 0 8px 24px rgba(95, 4, 117, 0.2);
    }
    
    .cta-box h3 {
        color: white;
        margin-top: 0;
        font-size: 28px;
    }
    
    .cta-box p {
        font-size: 18px;
        margin: 1rem 0 2rem;
    }
    
    .cta-button {
        display: inline-block;
        background: white;
        color: #5f0475;
        padding: 12px 30px;
        border-radius: 0;
        text-decoration: none;
        font-weight: 700;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    
    .cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    
    .medium-text, .large-text {
        line-height: 1.6;
        margin-bottom: 1rem;
    }
    
    h3 {
        margin-top: 2rem;
        margin-bottom: 1rem;
        line-height: 1.4;
        clear: both;
    }
    
    hr {
        margin: 2.5rem 0;
        border: 0;
        border-top: 2px solid #f0f0f0;
        clear: both;
    }
    
    .highlight {
        background: linear-gradient(180deg, rgba(95, 4, 117, 0.1) 0%, rgba(95, 4, 117, 0.05) 100%);
        padding: 1.5rem;
        border-radius: 0;
        margin-bottom: 2rem;
        display: block;
    }
    
    /* Smooth Scrolling */
    html {
        scroll-behavior: smooth;
    }
    
    /* Related Content Section */
    .related-content {
        background: #f8f9fa;
        border: 2px solid #e9ecef;
        padding: 2rem;
        margin: 3rem 0;
    }
    
    .related-content h3 {
        color: #5f0475;
        margin-top: 0;
        margin-bottom: 1.5rem;
        font-size: 24px;
    }
    
    .related-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
    }
    
    .related-content li {
        margin: 0;
    }
    
    .related-content a {
        color: #5f0475;
        text-decoration: none;
        display: block;
        padding: 1rem;
        background: white;
        border: 1px solid #e9ecef;
        transition: background 0.2s ease, border-color 0.2s ease;
        font-weight: 600;
    }
    
    .related-content a:hover {
        background: rgba(95, 4, 117, 0.05);
        border-color: #5f0475;
        text-decoration: none;
    }
    
    /* Back to Top Button */
    .back-to-top {
        position: fixed;
        bottom: 30px;
        right: 30px;
        background: #5f0475;
        color: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 24px;
        box-shadow: 0 4px 12px rgba(95, 4, 117, 0.3);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        z-index: 10;
    }
    
    .back-to-top:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(95, 4, 117, 0.4);
        background: #8d0029;
    }
    
    @media (max-width: 768px) {
        .intro-image, .content-image {
            float: none;
            display: block;
            margin: 0 auto 1.5rem;
            max-width: 100%;
            height: auto;
        }
        
        .float-left, .float-right {
            float: none;
            margin: 0 auto 1.5rem;
        }
        
        .video-section {
            padding: 1.5rem;
        }
        
        .video-container {
            margin: 1rem 0;
        }
        
        .table-of-contents ul {
            grid-template-columns: 1fr;
        }
        
        .section-header {
            padding: 0.75rem 1rem;
        }
        
        .section-header h2 {
            font-size: 20px;
        }
        
        .section-icon {
            font-size: 24px;
        }
        
        .pull-quote {
            padding: 1rem 1.5rem;
        }
        
        .pull-quote blockquote {
            font-size: 16px;
        }
        
        .cta-box {
            padding: 2rem 1.5rem;
        }
        
        .cta-box h3 {
            font-size: 22px;
        }
        
        .back-to-top {
            bottom: 20px;
            right: 20px;
            width: 45px;
            height: 45px;
        }
    }
</style>

<div class="spotlight-container">

    <!-- SECTION: Introduction Header -->
    <h3><span class="highlight"><strong><span style="color: #5f0475;">We're proud to introduce Laura Mercer, MD, as ArMA's April Member Spotlight.</span></strong>
        </span>
    </h3>

    <!-- SECTION: Headshot and Biographical Introduction -->
    <img alt="Dr. Laura Mercer headshot" src="https://www.azmed.org/resource/resmgr/member_spotlight/mercer/4.2026_Laura_Mercer_Headshot.png" class="intro-image" />
    <p class="medium-text">
        <span style="font-size: 16px;"><strong>Dr. Laura Mercer is an OBGYN practicing at a community health center in Phoenix, where she cares for some of the city's most vulnerable patients. </strong>She also regularly serves patients near the Arizona-Mexico border and in Tuba City.</span></p>
    <p class="medium-text"><span style="font-size: 16px;">Beyond her clinical work, Dr. Mercer serves on ArMA's Board of Directors, teaches a personal development course, advocates for reproductive health, and influences health policies at the Arizona State Capitol. Organized medicine has become a cornerstone of her career&nbsp;<span style="font-size: medium;">— enabling her to dive more fully into her passions and connect with other physicians who feel the same.</span></span>
    </p>
    <p class="medium-text"> <span style="font-size: 16px;">In her interview with the Arizona Medical Association, she reflects on her winding path to medicine, navigating a new era of medicine, and feeling called to help those who need it most.</span></p>
    <p class="medium-text"><span style="font-size: 16px;">Read more about Dr. Mercer and her journey below!</span></p>

    <p><span style="font-size: 20px; font-weight: 700; font-family: Arial; color: #8d0029;">Read more about Dr. Mercer and her journey below!</span></p>

    <!-- SECTION: Table of Contents -->
    <div class="table-of-contents">
        <h4>📍 Quick Navigation</h4>
        <ul>
            <li><a href="#video">Watch the Interview</a></li>
            <li><a href="#career">Career Journey</a></li>
            <li><a href="#community">Community &amp; Care</a></li>
            <li><a href="#advocacy">Advocacy &amp; Reproductive Health</a></li>
            <li><a href="#membership">Join ArMA</a></li>
        </ul>
    </div>

    <!-- SECTION: YouTube Video Interview with Enhanced Presentation -->
    <div class="video-section" id="video" style="text-align: center;">
        <div class="video-intro">
            <h4>Watch Dr. Mercer's Full Interview</h4>
            <p>In this conversation, Dr. Mercer shares her path to specializing in obstetrics and gynecology, her experience caring for patients at a community health center and near the Arizona-Mexico border, and her vision for physician-led advocacy in
                a rapidly changing healthcare landscape.<br /></p>
        </div>
        <div class="video-container">
            <iframe src="https://www.youtube.com/embed/dQCmwN_8Ki8?si=5vbV_EhFM-lgB3Pt" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin"></iframe>
        </div>
    </div>

    <hr />

    <!-- SECTION HEADER: Career Journey -->
    <div class="section-header" id="career">
        <span class="section-icon">🏥</span>
        <h2>Career Journey</h2>
    </div>

    <!-- QUESTION: What drew you to a career in medicine and, more specifically, obstetrics & gynecology? -->
    <h3><img alt="Dr. Laura Mercer" src="https://www.azmed.org/resource/resmgr/member_spotlight/mercer/2026_Mercer_Ligouri.png" class="content-image float-left" /><strong><span style="color: #5f0475;">What drew you to a career in medicine and, more specifically, obstetrics &amp; gynecology?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"I started college as an engineering major because I loved math and science. I quickly figured out that I was bored doing too much computer work by myself and went on to change my major no fewer than 20 times before eventually settling on a plan to apply to medical school.</span>
    </p>
    <p class="large-text">
        <span style="font-size: 16px;">As the first physician in my family, and apparently a not very observant child or thorough researcher prior to applying to med school, I arrived at orientation without knowing that I'd be expected to pick a specialty at the end of medical school. I had no idea that residency was a thing that happened. Fortunately, the TV show <em>Gray's Anatomy</em> was just starting around that same time, so I eventually picked up on those sorts of structural basics about a career in medicine. I remained undecided until part of the way through my 4th year, but eventually figured out that I was way more interested in going home and reading about my OBGYN patients than I was going home to study liver failure or prostate symptoms (which felt like more of a chore)."</span>
        <span style="background-color: #f8f9fa;"></span>
    </p>

    <hr />

    <!-- QUESTION: What's the best advice you've ever received? [FUN QUESTION] -->
    <div class="fun-question-wrapper">
        <span class="fun-badge">Getting to Know Dr. Mercer</span>
        <h3><strong><span style="color: #5f0475;">What's the best advice you've ever received?</span></strong></h3>
        <p class="large-text"><span style="font-size: 16px;">"You can do anything, but you can't do everything."</span></p>
    </div>

    <hr />

    <!-- QUESTION: You currently practice at a community health center in Phoenix, where you serve some of the most vulnerable patients in our city. How has this experience changed or informed your approach to and philosophy on the practice of medicine? -->
    <h3><img alt="Dr. Mercer at the community health center" src="https://www.azmed.org/resource/resmgr/member_spotlight/mercer/2026_Mercer_DOD.png" class="content-image float-right" /><strong><span style="color: #5f0475;">You currently practice at a community health center in Phoenix, where you serve some of the most vulnerable patients in our city. How has this experience changed or informed your approach to and philosophy on the practice of medicine?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"There's an MLK quote that says 'Injustice anywhere is a threat to justice everywhere' — and I think about this often. For all of the great advances in medicine, science, and technology, there are still so many people in our society that can't access even some of the most basic healthcare."</span>
        <span style="background-color: #f8f9fa;"></span>
    </p>

    <hr />

    <!-- QUESTION: What was the biggest pivot point in your career? [FUN QUESTION] -->
    <div class="fun-question-wrapper">
        <span class="fun-badge">Getting to Know Dr. Mercer</span>
        <h3><strong><span style="color: #5f0475;">What was the biggest pivot point in your career?</span></strong></h3>
        <p class="large-text"><span style="font-size: 16px;">"I was so burned out at one point, and I couldn't figure out how to fix it. My whole life, when something was really hard, the solution was always just to 'work harder.' But with burnout, the solution is often to 'work less' — and that was a really hard lesson for me to learn."</span></p>
    </div>

    <hr />

    <!-- SECTION HEADER: Community & Care -->
    <div class="section-header" id="community">
        <span class="section-icon">🌵</span>
        <h2>Community &amp; Care</h2>
    </div>

    <!-- QUESTION: In addition to your work at the CHC, you often care for patients near the Arizona-Mexico border. What has surprised you most about delivering care in this area of our state? -->
    <h3><img alt="Dr. Mercer in a rural Arizona community" src="https://www.azmed.org/resource/resmgr/member_spotlight/mercer/2026_Mercer_Award_Ceremony.png" class="content-image float-left" /><strong><span style="color: #5f0475;">In addition to your work at the CHC, you often care for patients near the Arizona-Mexico border. What has surprised you most about delivering care in this area of our state?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"Practicing in rural parts of Arizona is a constant reminder of how there are low resource areas right in our own back yard. I often work with students or residents who express a desire to travel internationally for medical missions — and I can't help but think about the needs of our own rural communities in accessing healthcare, right here in Arizona."</span>
    </p>

    <hr />

    <!-- QUESTION: Where is your favorite place to grab food in Arizona? [FUN QUESTION] -->
    <div class="fun-question-wrapper">
        <span class="fun-badge">Getting to Know Dr. Mercer</span>
        <h3><strong><span style="color: #5f0475;">Where is your favorite place to grab food in Arizona?</span></strong></h3>
        <p class="large-text"><span style="font-size: 16px;">"My favorite tortillas are at Carolina's. And my favorite location is the original one on 14th Street near the airport in Phoenix."</span></p>
    </div>

    <hr />

    <!-- SECTION HEADER: Advocacy & Reproductive Health -->
    <div class="section-header" id="advocacy">
        <span class="section-icon">💡</span>
        <h2>Advocacy &amp; Reproductive Health</h2>
    </div>

    <!-- QUESTION: The practice of medicine broadly has been in the limelight over the past several years... How have you personally navigated this shifting ground? -->
    <h3><img alt="Dr. Mercer at an advocacy event" src="https://www.azmed.org/resource/resmgr/member_spotlight/mercer/2026_Mercer_Legislative_Rece.png" class="content-image float-right" /><strong><span style="color: #5f0475;">The practice of medicine broadly has been in the limelight over the past several years as public perceptions continue to shift on healthcare, public health, and more. This is especially true for OBGYNs, who continue to navigate national and local policy changes on reproductive health. How have you personally navigated this shifting ground?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"With great effort. It's a lot to pay attention to health policy, legislation, and the courts, not to mention individual hospital policies. Our professional organizations, like ArMA and ACOG, have been instrumental in helping to simplify what is going on, and helping to figure out where advocacy is needed when harmful laws are threatened or enacted. </span></p>
    <p class="large-text"><span style="font-size: 16px;">ArMA recently won a lawsuit to nullify many of the harmful anti-reproductive health laws that were still on the books in Arizona even though those laws were in direct conflict with Arizona's constitutional amendment protecting access to abortion. I'm so thankful to ArMA for its role in clarifying how we can take care of patients — removing barriers and confusion."</span>
        <span style="background-color: #f8f9fa;"></span>
    </p>

    <hr />

    <!-- QUESTION: If you weren't practicing medicine, what would you be doing? [FUN QUESTION] -->
    <div class="fun-question-wrapper">
        <span class="fun-badge">Getting to Know Dr. Mercer</span>
        <h3><strong><span style="color: #5f0475;">If you weren't practicing medicine, what would you be doing?</span></strong></h3>
        <p class="large-text"><span style="font-size: 16px;">"I'd be a high school science or math teacher, and I'm guessing I'd have a different but overlapping set of advocacy considerations in that role too."</span></p>
    </div>

    <hr />

    <!-- QUESTION: On top of your clinical work, advocacy efforts, and leadership roles, you also teach a personal and professional development course. What is one nugget of knowledge from the course you wish you could pass along to all your colleagues? -->
    <h3><strong><span style="color: #5f0475;">On top of your clinical work, advocacy efforts, and leadership roles, you also teach a personal and professional development course. What is one nugget of knowledge from the course you wish you could pass along to all your colleagues?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"We never really stop learning — and I think it's that thirst for knowledge that keeps us sharp and makes us good doctors. Having the humility to recognize that there's lots we don't know is so important."</span>
    </p>

    <hr />

    <!-- QUESTION: What prompted you to become involved in organized medicine? -->
    <h3><strong><span style="color: #5f0475;">What prompted you to become involved in organized medicine?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"When I was little, there was a saying 'two heads are better than one' — which was how my parents or teachers would suggest that I should ask for help and work with others on a team to figure things out. And I guess that really stuck with me, only now I realize how lots of really smart heads are even better. Organized medicine lets us be a unified force to work through complex issues and advocate for our patients and our profession."</span>
    </p>

    <hr />

    <!-- QUESTION: What would people be surprised to learn about you? [FUN QUESTION] -->
    <div class="fun-question-wrapper">
        <span class="fun-badge">Getting to Know Dr. Mercer</span>
        <h3><strong><span style="color: #5f0475;">What would people be surprised to learn about you?</span></strong></h3>
        <p class="large-text"><span style="font-size: 16px;">"I am absolutely befuddled by time zones, particularly around the months where the rest of the country is arbitrarily moving their clocks around. I wear my Native Arizonan status with pride on this topic."</span></p>
    </div>

    <hr />

    <!-- QUESTION: Why is ArMA important to you? -->
    <h3><strong><span style="color: #5f0475;">Why is ArMA important to you?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"ArMA brings together the House of Medicine in Arizona — across all specialties. We really do speak more loudly when we speak together. And in today's climate, medicine and science needs all the advocacy it can get."</span>
        <span style="background-color: #f8f9fa;"></span>
    </p>

    <hr />

    <!-- Related Content Section -->
    <div class="related-content">
        <h3>Continue Exploring</h3>
        <ul>
            <li><a href="https://www.azmed.org/news/default.asp?id=16449">Read Other Member Spotlights</a></li>
            <li><a href="https://www.azmed.org/page/advocacy">Get Involved in Advocacy Efforts</a></li>
            <li><a href="https://www.azmed.org/page/Resources">Explore Our Resource Hub</a></li>
            <li><a href="https://www.azmed.org/page/Membership">Become an ArMA Member</a></li>
        </ul>
    </div>

    <hr />

    <!-- Call to Action -->
    <div class="cta-box" id="membership">
        <h3>Join Dr. Mercer and Arizona's Leading Physicians</h3>
        <p>Become an ArMA member and be part of the advocacy that's shaping the future of healthcare in Arizona.</p>
        <a href="https://www.azmed.org/page/membership" class="cta-button">Learn More About Membership</a>
    </div>

    <!-- Back to Top Button -->
    <a href="#top" class="back-to-top" aria-label="Back to top">↑</a>

</div>]]></description>
<pubDate>Wed, 8 Apr 2026 22:44:00 GMT</pubDate>
</item>
<item>
<title> 🌟 Member Spotlight: Chisom Okuagu, DO</title>
<link>https://www.azmed.org/news/news.asp?id=721611</link>
<guid>https://www.azmed.org/news/news.asp?id=721611</guid>
<description><![CDATA[<!-- ArMA Member Spotlight - Dr. Chisom Okuagu - March 2026 -->
<!-- SEO Optimized with Modern Design -->

<style>
    .spotlight-container {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .spotlight-header {
        margin-bottom: 2rem;
    }
    
    .intro-image {
        border: 10px solid #ffffff;
        float: left;
        width: 200px;
        height: auto;
        margin: 0 20px 20px 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .intro-image:hover {
        transform: scale(1.02);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
    
    .content-image {
        width: 200px;
        height: auto;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .content-image:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }
    
    .float-left {
        float: left;
        margin: 0 20px 20px 0;
    }
    
    .float-right {
        float: right;
        margin: 0 0 20px 20px;
    }

    /* Sponsor Logo Bar */
    .sponsor-bar {
        background: #f8f9fa;
        border: 1px solid #e9ecef;
        border-left: 5px solid #5f0475;
        padding: 1rem 1.5rem;
        margin-bottom: 2rem;
        display: flex;
        align-items: center;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .sponsor-bar-label {
        font-size: 13px;
        font-weight: 700;
        color: #5f0475;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        white-space: nowrap;
    }

    .sponsor-bar-divider {
        width: 1px;
        height: 36px;
        background: #dee2e6;
    }

    .sponsor-bar img {
        height: 44px;
        width: auto;
        display: block;
    }

    /* Sponsor Ad Block */
    .sponsor-ad {
        text-align: center;
        margin: 2rem 0;
        clear: both;
        background: #efefef;
        border: 1px solid #d5d5d5;
        padding: 1.5rem;
    }

    .sponsor-ad a {
        display: inline-block;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .sponsor-ad a:hover {
        opacity: 0.92;
        transform: translateY(-2px);
    }

    .sponsor-ad img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .sponsor-ad-label {
        font-size: 11px;
        color: #888;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 0.75rem;
    }

    /* Enhanced Video Section */
    .video-section {
        margin: 2.5rem 0;
        background: linear-gradient(135deg, rgba(95, 4, 117, 0.03) 0%, rgba(141, 0, 41, 0.03) 100%);
        padding: 2rem;
        border-radius: 0;
        clear: both;
    }
    
    .video-intro {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .video-intro h4 {
        font-size: 22px;
        color: #5f0475;
        font-weight: 700;
        margin-bottom: 0.5rem;
        font-family: Arial, sans-serif;
    }
    
    .video-intro p {
        font-size: 16px;
        color: #666;
        line-height: 1.6;
        max-width: 800px;
        margin: 0 auto;
    }
    
    .video-container {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        margin: 1.5rem auto;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
        border-radius: 0;
    }
    
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
    
    /* Pull Quote Styling */
    .pull-quote {
        background: #f8f9fa;
        border-left: 5px solid #5f0475;
        padding: 1.5rem 2rem;
        margin: 2rem 0;
        border-radius: 0;
        clear: both;
    }
    
    .pull-quote blockquote {
        margin: 0;
        font-size: 18px;
        font-style: italic;
        color: #333;
        line-height: 1.6;
    }
    
    .pull-quote cite {
        display: block;
        margin-top: 0.5rem;
        font-size: 14px;
        color: #8d0029;
        font-weight: 600;
    }
    
    /* Table of Contents */
    .table-of-contents {
        background: #f8f9fa;
        border: 2px solid #e9ecef;
        border-radius: 0;
        padding: 1.5rem;
        margin: 2rem 0;
    }
    
    .table-of-contents h4 {
        color: #5f0475;
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 18px;
        font-weight: 700;
    }
    
    .table-of-contents ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 0.5rem;
    }
    
    .table-of-contents li {
        margin: 0;
    }
    
    .table-of-contents a {
        color: #5f0475;
        text-decoration: none;
        display: block;
        padding: 0.5rem;
        border-radius: 0;
        transition: background 0.2s ease;
    }
    
    .table-of-contents a:hover {
        background: rgba(95, 4, 117, 0.1);
        text-decoration: none;
    }
    
    /* Section Headers */
    .section-header {
        background: linear-gradient(135deg, #5f0475 0%, #8d0029 100%);
        color: white;
        padding: 1rem 1.5rem;
        border-radius: 0;
        margin: 3rem 0 2rem;
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }
    
    .section-header h2 {
        margin: 0;
        font-size: 24px;
        font-weight: 700;
        color: white;
    }
    
    .section-icon {
        font-size: 28px;
    }
    
    /* Fun Question Styling */
    .fun-question-wrapper {
        background: linear-gradient(135deg, #fff9e6 0%, #fff5cc 100%);
        border-left: 4px solid #8d0029;
        padding: 1rem 1.5rem;
        border-radius: 0;
        margin: 2rem 0;
    }
    
    .fun-question-wrapper h3 {
        margin-top: 0.5rem;
    }
    
    .fun-badge {
        display: inline-block;
        background: #8d0029;
        color: white;
        font-size: 11px;
        padding: 3px 8px;
        border-radius: 0;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    /* CTA Box */
    .cta-box {
        background: linear-gradient(135deg, #5f0475 0%, #8d0029 100%);
        color: white;
        padding: 2.5rem;
        border-radius: 0;
        text-align: center;
        margin: 3rem 0;
        box-shadow: 0 8px 24px rgba(95, 4, 117, 0.2);
    }
    
    .cta-box h3 {
        color: white;
        margin-top: 0;
        font-size: 28px;
    }
    
    .cta-box p {
        font-size: 18px;
        margin: 1rem 0 2rem;
    }
    
    .cta-button {
        display: inline-block;
        background: white;
        color: #5f0475;
        padding: 12px 30px;
        border-radius: 0;
        text-decoration: none;
        font-weight: 700;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    
    .cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    
    .medium-text, .large-text {
        line-height: 1.6;
        margin-bottom: 1rem;
    }
    
    h3 {
        margin-top: 2rem;
        margin-bottom: 1rem;
        line-height: 1.4;
        clear: both;
    }
    
    hr {
        margin: 2.5rem 0;
        border: 0;
        border-top: 2px solid #f0f0f0;
        clear: both;
    }
    
    .highlight {
        background: linear-gradient(180deg, rgba(95, 4, 117, 0.1) 0%, rgba(95, 4, 117, 0.05) 100%);
        padding: 1.5rem;
        border-radius: 0;
        margin-bottom: 2rem;
        display: block;
    }
    
    /* Smooth Scrolling */
    html {
        scroll-behavior: smooth;
    }
    
    /* Related Content Section */
    .related-content {
        background: #f8f9fa;
        border: 2px solid #e9ecef;
        padding: 2rem;
        margin: 3rem 0;
    }
    
    .related-content h3 {
        color: #5f0475;
        margin-top: 0;
        margin-bottom: 1.5rem;
        font-size: 24px;
    }
    
    .related-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
    }
    
    .related-content li {
        margin: 0;
    }
    
    .related-content a {
        color: #5f0475;
        text-decoration: none;
        display: block;
        padding: 1rem;
        background: white;
        border: 1px solid #e9ecef;
        transition: background 0.2s ease, border-color 0.2s ease;
        font-weight: 600;
    }
    
    .related-content a:hover {
        background: rgba(95, 4, 117, 0.05);
        border-color: #5f0475;
        text-decoration: none;
    }
    
    /* Back to Top Button */
    .back-to-top {
        position: fixed;
        bottom: 30px;
        right: 30px;
        background: #5f0475;
        color: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 24px;
        box-shadow: 0 4px 12px rgba(95, 4, 117, 0.3);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        z-index: 1000;
    }
    
    .back-to-top:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(95, 4, 117, 0.4);
        background: #8d0029;
    }
    
    @media (max-width: 768px) {
        .intro-image, .content-image {
            float: none;
            display: block;
            margin: 0 auto 1.5rem;
            max-width: 100%;
            height: auto;
        }
        
        .float-left, .float-right {
            float: none;
            margin: 0 auto 1.5rem;
        }
        
        .video-section {
            padding: 1.5rem;
        }
        
        .video-container {
            margin: 1rem 0;
        }
        
        .table-of-contents ul {
            grid-template-columns: 1fr;
        }
        
        .section-header {
            padding: 0.75rem 1rem;
        }
        
        .section-header h2 {
            font-size: 20px;
        }
        
        .section-icon {
            font-size: 24px;
        }
        
        .pull-quote {
            padding: 1rem 1.5rem;
        }
        
        .pull-quote blockquote {
            font-size: 16px;
        }
        
        .cta-box {
            padding: 2rem 1.5rem;
        }
        
        .cta-box h3 {
            font-size: 22px;
        }
        
        .back-to-top {
            bottom: 20px;
            right: 20px;
            width: 45px;
            height: 45px;
        }

        .sponsor-bar {
            flex-direction: column;
            align-items: flex-start;
            gap: 0.75rem;
        }

        .sponsor-bar-divider {
            display: none;
        }
    }
</style>

<div class="spotlight-container">

    <!-- SPONSOR LOGO BAR -->
    <div class="sponsor-bar">
        <span class="sponsor-bar-label">Generously sponsored by abe huerta from bok financial</span>
        <div class="sponsor-bar-divider">&nbsp;</div>
        <a href="https://www.bokfinancial.com/Find-a-Mortgage-Banker/Abe-Huerta" target="_blank" rel="noopener">
            <img src="https://www.azmed.org/resource/resmgr/member_spotlight/bok_materials/2026_BOK_Financial_Logo.jpg" alt="BOK Financial" />
        </a>
    </div>

    <!-- SECTION: Introduction Header -->
    <h3><span class="highlight"><strong><span style="color: #5f0475;">We're proud to introduce Chisom Okuagu, DO, as ArMA's March Member Spotlight.</span></strong>
        </span>
    </h3>

    <!-- SECTION: Headshot and Biographical Introduction -->
    <img alt="Dr. Chisom Okuagu headshot" src="https://www.azmed.org/resource/resmgr/member_spotlight/okuagu/3.11.2025_Chisom_Headshot_Ne.png" class="intro-image" />
    <p class="medium-text">
        <span style="font-size: 16px;"><strong>Dr. Chisom Okuagu is a family medicine resident at the University of Arizona College of Medicine-Phoenix and a member of the Arizona Medical Association's Board of Directors.&nbsp;</strong></span><span style="font-size: medium;">A native Arizonan and the daughter of Nigerian immigrants — a nurse and a pharmacist — she knew medicine would be an important part of her life and has pursued it with a sense of purpose ever since.</span></p>
    <p class="medium-text"><span style="font-size: 16px;">Before entering medical school, Dr. Okuagu served as a special education teacher in New Orleans, Louisiana through AmeriCorps' Teach for America program, an experience she says helped her foster the humility, active listening, and patient-centered philosophy that define her clinical approach today. Now training in family medicine and focused on the future of primary care in underserved communities, she has returned to the state she fondly calls home and to patients she is driven to serve.<br /><br />In her interview with the Arizona Medical Association, Dr. Okuagu reflects on what drew her to family medicine, how teaching laid a strong foundation for her clinical interactions, and what a successful career in medicine looks like to her.&nbsp;</span></p>

    <p><span style="font-size: 20px; font-weight: 700; font-family: Arial; color: #8d0029;">Read more about Dr. Okuagu and her journey below!</span></p>

    <!-- SECTION: Table of Contents -->
    <div class="table-of-contents">
        <h4>📍 Quick Navigation</h4>
        <ul>
            <li><a href="#video">Watch the Interview</a></li>
            <li><a href="#career">Career Journey</a></li>
            <li><a href="#returning-home">Returning Home</a></li>
            <li><a href="#advocacy">Advocacy &amp; Primary Care</a></li>
            <li><a href="#membership">Join ArMA</a></li>
        </ul>
    </div>

    <!-- SECTION: YouTube Video Interview with Enhanced Presentation -->
    <div class="video-section" id="video" style="text-align: center;">
        <div class="video-intro">
            <h4>Watch Dr. Okuagu's Full Interview</h4>
            <p>In this conversation, Dr. Okuagu shares her path to family medicine, the lessons she carries from Teach for America, and her vision for addressing the primary care shortage.</p>
        </div>

        <div class="video-container">
            <iframe width="560" height="315" src="https://www.youtube.com/embed/btCr4IOHWOQ?si=EdJMAyRrfIRZ01OW" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin"></iframe>
        </div>
    </div>

    <hr />

    <!-- SECTION HEADER: Career Journey -->
    <div class="section-header" id="career">
        <span class="section-icon">🏥</span>
        <h2>Career Journey</h2>
    </div>

    <!-- QUESTION: What drew you to a career in medicine and, more specifically, family medicine? -->
    <h3><img alt="Dr. Okuagu in the clinic" src="https://cdn.ymaws.com/azmed.site-ym.com/resource/resmgr/member_spotlight/okuagu/3.2026_okuagu_in_the_clinic.png" class="content-image float-left" /><strong><span style="color: #5f0475;">What drew you to a career in medicine and, more specifically, family medicine?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"Honestly, I credit the exposure to medicine to both of my parents, Nigerian immigrants that now have careers in healthcare, my mom a nurse and my father a pharmacist. Fortunately, I actually enjoyed my science courses in school so the dream became less far-fetched. As I got older, I saw loved ones experience health challenges both here in the states, as well as in Nigeria, that were ultimately the results of lapses in health care. It was through these experiences that cemented the importance of quality primary care for me. As I advanced through my medical education, my family medicine rotation and incredible preceptor Dr. Russ Kennedy truly showed me how family medicine was boundless and can be so impactful to patients."</span>
    </p>

    <!-- Pull Quote -->
    <div class="pull-quote">
        <blockquote>"It was through these experiences that cemented the importance of quality primary care for me."</blockquote>
        <cite>— Dr. Chisom Okuagu</cite>
    </div>

    <hr />

    <!-- QUESTION: What song have you had on repeat lately? [FUN QUESTION] -->
    <div class="fun-question-wrapper">
        <span class="fun-badge">Getting to Know Dr. Okuagu</span>
        <h3><strong><span style="color: #5f0475;">What song have you had on repeat lately?</span></strong></h3>
        <p class="large-text"><span style="font-size: 16px;">"Honestly, Bad Bunny's <em>DeBÍ TiRAR MáS FOToS</em> has been on repeat since the Super Bowl, and it's not stopping anytime soon."</span></p>
    </div>

    <hr />

    <!-- QUESTION: Prior to medical school, you served as a special education teacher in New Orleans through AmeriCorps' Teach for America program. How has that experience shaped your perspective and philosophy on the practice of medicine? -->
    <h3><img alt="Dr. Okuagu with colleagues" src="https://cdn.ymaws.com/azmed.site-ym.com/resource/resmgr/member_spotlight/okuagu/3.2026_okuagu_and_colleagues.png" class="content-image float-right" /><strong><span style="color: #5f0475;">Prior to medical school, you served as a special education teacher in New Orleans through AmeriCorps' Teach for America program. How has that experience shaped your perspective and philosophy on the practice of medicine?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"I love this question. My experience with Teach for America has <em>undoubtedly</em> shaped the way I have moved throughout the world since that experience. Honestly, my exposure to individuals in the disabled community was limited prior to teaching my students. Not to mention the naivety that is coming into the classroom as a 21 year old college graduate, serving as a team lead for several paraprofessionals/teaching assistants with several more years of teaching experience, and developing lesson plans for students with a variety of disabilities, all in the same classroom. To this day, I would still say it was one of the hardest things I've ever done. It was also the most impactful. There was a humility that was crucial to being successful in that setting, because while you're serving as a leader in the classroom, you are also taking a backseat to truly and meaningfully observe the various dynamics in the classroom. It was in the listening and observing that I learned the most about what my students and paras needed in order to be successful both in the classroom, and in their communities. This is a philosophy I still practice when I see my patients and has helped me provide excellent care that helps me meet them where they are at."</span>
    </p>

    <!-- Pull Quote -->
    <div class="pull-quote">
        <blockquote>"It was in the listening and observing that I learned the most about what my students and paras needed in order to be successful both in the classroom, and in their communities. This is a philosophy I still practice when I see my patients."</blockquote>
        <cite>— Dr. Chisom Okuagu</cite>
    </div>

    <hr />

    <!-- QUESTION: What is the last book you read? [FUN QUESTION] -->
    <div class="fun-question-wrapper">
        <span class="fun-badge">Getting to Know Dr. Okuagu</span>
        <h3><strong><span style="color: #5f0475;">What is the last book you read?</span></strong></h3>
        <p class="large-text"><span style="font-size: 16px;"><em>Rock My Soul</em> by bell hooks</span></p>
    </div>

    <hr />

    <!-- BOK FINANCIAL SPONSOR AD -->
    <div class="sponsor-ad">
        <p class="sponsor-ad-label">Sponsored</p>
        <a href="https://www.bokfinancial.com/Find-a-Mortgage-Banker/Abe-Huerta" target="_blank" rel="noopener">
            <img src="https://www.azmed.org/resource/resmgr/member_spotlight/bok_materials/2.2026_BOK_Static_Ad.png" alt="BOK Financial — Find a Mortgage Banker" />
        </a>
    </div>

    <!-- SECTION HEADER: Returning Home -->
    <div class="section-header" id="returning-home">
        <span class="section-icon">🌵</span>
        <h2>Returning Home</h2>
    </div>

    <!-- QUESTION: You grew up in Casa Grande, Arizona. After living and working in several locations around the country, you've returned to Arizona. What is it about our state that appeals to you as a place to live and serve patients? -->
    <h3><img alt="Dr. Okuagu and husband" src="https://cdn.ymaws.com/azmed.site-ym.com/resource/resmgr/member_spotlight/okuagu/3.2026_okuagu_and_husband.png" class="content-image float-left" /><strong><span style="color: #5f0475;">You grew up in Casa Grande, Arizona. After living and working in several locations around the country, you've returned to Arizona. What is it about our state that appeals to you as a place to live and serve patients?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"Well, as the saying goes, there's no place like home. I love the southwest — the sun, the red rock, the mountains, outdoor activities, diverse geography, the food, the culture. There is no other place like it across the country. These characteristics are reflected in the patients I serve which makes it that much more enjoyable. Plus, people tend to be generally happier and friendlier which is a huge bonus."</span>
    </p>

    <hr />

    <!-- QUESTION: Where is your favorite place to grab food in Arizona? [FUN QUESTION] -->
    <div class="fun-question-wrapper">
        <span class="fun-badge">Getting to Know Dr. Okuagu</span>
        <h3><img alt="Dr. Okuagu's dog" src="https://cdn.ymaws.com/azmed.site-ym.com/resource/resmgr/member_spotlight/okuagu/3.3036_okuagu_dog.png" class="content-image float-right" /><strong><span style="color: #5f0475;">Where is your favorite place to grab food in Arizona?</span></strong></h3>
        <p class="large-text"><span style="font-size: 16px;">"Cafe Desta is an Ethiopian restaurant in Tucson, AZ that I absolutely adore. I'm overdue for a trip but it is easily one of my favorite places to grab food in Arizona."</span></p>
    </div>

    <hr />

    <!-- SECTION HEADER: Advocacy & Primary Care -->
    <div class="section-header" id="advocacy">
        <span class="section-icon">💡</span>
        <h2>Advocacy &amp; Primary Care</h2>
    </div>

    <!-- QUESTION: As a primary care specialist interested in serving rural communities, you are entering into the practice of medicine at a pivotal time. What do you see as crucial steps towards addressing the primary care shortage in the next decade? -->
    <h3><img alt="Dr. Okuagu in community service" src="https://cdn.ymaws.com/azmed.site-ym.com/resource/resmgr/member_spotlight/okuagu/3.2026_okuagu_community_serv.png" class="content-image float-left" /><strong><span style="color: #5f0475;">As a primary care specialist interested in serving rural communities, you are entering into the practice of medicine at a pivotal time. What do you see as crucial steps towards addressing the primary care shortage in the next decade?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"I think it comes in the exposure. There have been a number of developments made to increase teaching health centers in rural communities across the state and I hope these efforts continue nationwide. I would also urge medical schools to be intentional about incorporating all primary care core rotations into their clinical curriculum, especially family medicine. I've found that FM is a core rotation that tends to get excluded in medical school, especially in programs in the northeastern United States. This absence translates to decreased exposure to the specialty and perpetuates the shortage. These are just a couple of ideas that come to mind."</span>
    </p>

    <!-- Pull Quote -->
    <div class="pull-quote">
        <blockquote>"I would urge medical schools to be intentional about incorporating all primary care core rotations into their clinical curriculum, especially family medicine."</blockquote>
        <cite>— Dr. Chisom Okuagu</cite>
    </div>

    <hr />

    <!-- QUESTION: If you weren't practicing medicine, what would you be doing? [FUN QUESTION] -->
    <div class="fun-question-wrapper">
        <span class="fun-badge">Getting to Know Dr. Okuagu</span>
        <h3><strong><span style="color: #5f0475;">If you weren't practicing medicine, what would you be doing?</span></strong></h3>
        <p class="large-text"><span style="font-size: 16px;">"Equally, if not more challenging, but I would have gone into astronomy! I remember in elementary school having the local community college's astronomy program do immersive events at my school and one of them involved a large inflatable dome in the cafeteria that you could enter and see the Milky Way projected onto the ceiling and it was one of the coolest things I have ever seen. I considered studying astronomy in college, but medicine had my heart."</span></p>
    </div>

    <hr />

    <!-- QUESTION: What prompted you to become involved in organized medicine? -->
    <h3><img alt="Dr. Okuagu at a conference" src="https://cdn.ymaws.com/azmed.site-ym.com/resource/resmgr/member_spotlight/okuagu/3.2026_okuagu_at_conference.png" class="content-image float-right" /><strong><span style="color: #5f0475;">What prompted you to become involved in organized medicine?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"During my 3rd year of medical school, my pediatrics attending invited me to an advocacy day for the American Academy of Pediatrics in Jefferson City, MO. After attending, I was immediately hooked. Joining like-minded individuals to advocate for our most vulnerable populations while providing medical education to the legislators that make the decisions that impact us in the clinical setting was all I needed to know that I wanted to integrate advocacy into my career permanently."</span>
    </p>

    <hr />

    <!-- QUESTION: What would people be surprised to learn about you? [FUN QUESTION] -->
    <div class="fun-question-wrapper">
        <span class="fun-badge">Getting to Know Dr. Okuagu</span>
        <h3><strong><span style="color: #5f0475;">What would people be surprised to learn about you?</span></strong></h3>
        <p class="large-text"><span style="font-size: 16px;">"I played the trombone for 7 years between middle school, high school, and college. Let me know if you're trying to put a jazz band together!"</span></p>
    </div>

    <hr />

    <!-- QUESTION: Why is ArMA important to you? -->
    <h3><img alt="Dr. Okuagu and friends at advocacy event" src="https://cdn.ymaws.com/azmed.site-ym.com/resource/resmgr/member_spotlight/okuagu/3.2026_okuagu_and_friends_at.png" class="content-image float-left" /><strong><span style="color: #5f0475;">Why is ArMA important to you?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"ArMA is an advocacy organization that is physician-led and patient centered. It is multidisciplinary and multigenerational and brings together physicians and physician trainees from all walks of life with the ultimate vision of strengthening the communities we serve. With the organization's focus on physician advocacy, I find that the ultimate outcomes of our initiatives result in the betterment of our patients at large and that is what especially draws me to ArMA."</span>
    </p>

    <!-- Pull Quote -->
    <div class="pull-quote">
        <blockquote>"ArMA is multidisciplinary and multigenerational and brings together physicians and physician trainees from all walks of life with the ultimate vision of strengthening the communities we serve."</blockquote>
        <cite>— Dr. Chisom Okuagu</cite>
    </div>

    <hr />

    <!-- QUESTION: What are your top 3 favorite movies or TV shows? [FUN QUESTION] -->
    <div class="fun-question-wrapper">
        <span class="fun-badge">Getting to Know Dr. Okuagu</span>
        <h3><strong><span style="color: #5f0475;">What are your top 3 favorite movies or TV shows?</span></strong></h3>
        <p class="large-text"><span style="font-size: 16px;">The Office, Portlandia, Insecure. These shows have <em>very</em> high rewatch value for me.</span></p>
    </div>

    <hr />

    <!-- QUESTION: At the end of your career, what do you hope to say you've been able to accomplish and achieve throughout your journey with medicine? -->
    <h3><strong><span style="color: #5f0475;">At the end of your career, what do you hope to say you've been able to accomplish and achieve throughout your journey with medicine?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"While this could change in the future, I am hoping to work in an FQHC, serving patients both in the exam room and through systemic efforts I envision achieving at a more administrative level. I haven't fully ironed out all of the details, but it would definitely involve a balance of clinical duties, public health research and quality improvement, grant writing to fund programming that benefits the community, and being in communication with staff and employees about what could enhance their experience in their workplace, all the while working with physicians-in-training, teaching medical students and residents in some capacity. I guess that answer evolved into a mid-to-end of career goal, but I am hoping to have achieved these things by the end of my career."</span>
    </p>

    <hr />

    <!-- Related Content Section -->
    <div class="related-content">
        <h3>Continue Exploring</h3>
        <ul>
            <li><a href="https://www.azmed.org/news/default.asp?id=16449">Read Other Member Spotlights</a></li>
            <li><a href="https://www.azmed.org/page/advocacy">Get Involved in Advocacy Efforts</a></li>
            <li><a href="https://www.azmed.org/page/Resources">Explore Our Resource Hub</a></li>
            <li><a href="https://www.azmed.org/page/Membership">Become an ArMA Member</a></li>
        </ul>
    </div>

    <hr />

    <!-- Call to Action -->
    <div class="cta-box" id="membership">
        <h3>Join Dr. Okuagu and Arizona's Leading Physicians</h3>
        <p>Become an ArMA member and be part of the advocacy that's shaping the future of healthcare in Arizona.</p>
        <a href="https://www.azmed.org/page/membership" class="cta-button">Learn More About Membership</a>
    </div>

    <!-- Back to Top Button -->
    <a href="#top" class="back-to-top" aria-label="Back to top">↑</a>

</div>

<!-- SEO Meta Tags (to be added to page head) -->
<!--
<title>Dr. Chisom Okuagu - ArMA Member Spotlight | Arizona Medical Association</title>
<meta name="description" content="Meet Dr. Chisom Okuagu, DO, a family medicine resident and Casa Grande native, as ArMA's March Member Spotlight. Learn about her Teach for America background, her commitment to rural primary care, and her vision for healthcare advocacy in Arizona." />
<meta name="keywords" content="Dr. Chisom Okuagu, Arizona Medical Association, ArMA, family medicine, primary care, rural medicine, Teach for America, FQHC, physician advocacy, Casa Grande Arizona, resident physician" />
<meta property="og:title" content="Dr. Chisom Okuagu - ArMA Member Spotlight" />
<meta property="og:description" content="Meet Dr. Chisom Okuagu, DO, as she shares her path to family medicine, her Teach for America experience, and her commitment to addressing the primary care shortage in Arizona." />
<meta property="og:type" content="article" />
<meta property="og:image" content="[URL to Dr. Okuagu's headshot]" />
-->]]></description>
<pubDate>Thu, 5 Mar 2026 18:19:00 GMT</pubDate>
</item>
<item>
<title> 🌟 Member Spotlight: Mustafa Suppah, MD</title>
<link>https://www.azmed.org/news/news.asp?id=719881</link>
<guid>https://www.azmed.org/news/news.asp?id=719881</guid>
<description><![CDATA[<!-- ArMA Member Spotlight - Dr. Mustafa Suppah - February 2026 -->
<!-- SEO Optimized with Modern Design -->

<style>
    .spotlight-container {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .spotlight-header {
        margin-bottom: 2rem;
    }
    
    .intro-image {
        border: 10px solid #ffffff;
        float: left;
        width: 200px;
        height: 280px;
        margin: 0 20px 20px 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .intro-image:hover {
        transform: scale(1.02);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
    
    .content-image {
        width: 200px;
        height: 280px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .content-image:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }
    
    .float-left {
        float: left;
        margin: 0 20px 20px 0;
    }
    
    .float-right {
        float: right;
        margin: 0 0 20px 20px;
    }
    
    /* Enhanced Video Section */
    .video-section {
        margin: 2.5rem 0;
        background: linear-gradient(135deg, rgba(95, 4, 117, 0.03) 0%, rgba(141, 0, 41, 0.03) 100%);
        padding: 2rem;
        border-radius: 0;
        clear: both;
    }
    
    .video-intro {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .video-intro h4 {
        font-size: 22px;
        color: #5f0475;
        font-weight: 700;
        margin-bottom: 0.5rem;
        font-family: Arial, sans-serif;
    }
    
    .video-intro p {
        font-size: 16px;
        color: #666;
        line-height: 1.6;
        max-width: 800px;
        margin: 0 auto;
    }
    
    .video-container {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        margin: 1.5rem auto;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
        border-radius: 0;
    }
    
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
    
    /* Pull Quote Styling */
    .pull-quote {
        background: #f8f9fa;
        border-left: 5px solid #5f0475;
        padding: 1.5rem 2rem;
        margin: 2rem 0;
        border-radius: 0;
        clear: both;
    }
    
    .pull-quote blockquote {
        margin: 0;
        font-size: 18px;
        font-style: italic;
        color: #333;
        line-height: 1.6;
    }
    
    .pull-quote cite {
        display: block;
        margin-top: 0.5rem;
        font-size: 14px;
        color: #8d0029;
        font-weight: 600;
    }
    
    /* Table of Contents */
    .table-of-contents {
        background: #f8f9fa;
        border: 2px solid #e9ecef;
        border-radius: 0;
        padding: 1.5rem;
        margin: 2rem 0;
    }
    
    .table-of-contents h4 {
        color: #5f0475;
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 18px;
        font-weight: 700;
    }
    
    .table-of-contents ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 0.5rem;
    }
    
    .table-of-contents li {
        margin: 0;
    }
    
    .table-of-contents a {
        color: #5f0475;
        text-decoration: none;
        display: block;
        padding: 0.5rem;
        border-radius: 0;
        transition: background 0.2s ease;
    }
    
    .table-of-contents a:hover {
        background: rgba(95, 4, 117, 0.1);
        text-decoration: none;
    }
    
    /* Section Headers */
    .section-header {
        background: linear-gradient(135deg, #5f0475 0%, #8d0029 100%);
        color: white;
        padding: 1rem 1.5rem;
        border-radius: 0;
        margin: 3rem 0 2rem;
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }
    
    .section-header h2 {
        margin: 0;
        font-size: 24px;
        font-weight: 700;
        color: white;
    }
    
    .section-icon {
        font-size: 28px;
    }
    
    /* Fun Question Styling */
    .fun-question-wrapper {
        background: linear-gradient(135deg, #fff9e6 0%, #fff5cc 100%);
        border-left: 4px solid #8d0029;
        padding: 1rem 1.5rem;
        border-radius: 0;
        margin: 2rem 0;
    }
    
    .fun-question-wrapper h3 {
        margin-top: 0.5rem;
    }
    
    .fun-badge {
        display: inline-block;
        background: #8d0029;
        color: white;
        font-size: 11px;
        padding: 3px 8px;
        border-radius: 0;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    /* CTA Box */
    .cta-box {
        background: linear-gradient(135deg, #5f0475 0%, #8d0029 100%);
        color: white;
        padding: 2.5rem;
        border-radius: 0;
        text-align: center;
        margin: 3rem 0;
        box-shadow: 0 8px 24px rgba(95, 4, 117, 0.2);
    }
    
    .cta-box h3 {
        color: white;
        margin-top: 0;
        font-size: 28px;
    }
    
    .cta-box p {
        font-size: 18px;
        margin: 1rem 0 2rem;
    }
    
    .cta-button {
        display: inline-block;
        background: white;
        color: #5f0475;
        padding: 12px 30px;
        border-radius: 0;
        text-decoration: none;
        font-weight: 700;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    
    .cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    
    .medium-text, .large-text {
        line-height: 1.6;
        margin-bottom: 1rem;
    }
    
    h3 {
        margin-top: 2rem;
        margin-bottom: 1rem;
        line-height: 1.4;
        clear: both;
    }
    
    hr {
        margin: 2.5rem 0;
        border: 0;
        border-top: 2px solid #f0f0f0;
        clear: both;
    }
    
    .highlight {
        background: linear-gradient(180deg, rgba(95, 4, 117, 0.1) 0%, rgba(95, 4, 117, 0.05) 100%);
        padding: 1.5rem;
        border-radius: 0;
        margin-bottom: 2rem;
        display: block;
    }
    
    /* Smooth Scrolling */
    html {
        scroll-behavior: smooth;
    }
    
    /* Related Content Section */
    .related-content {
        background: #f8f9fa;
        border: 2px solid #e9ecef;
        padding: 2rem;
        margin: 3rem 0;
    }
    
    .related-content h3 {
        color: #5f0475;
        margin-top: 0;
        margin-bottom: 1.5rem;
        font-size: 24px;
    }
    
    .related-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
    }
    
    .related-content li {
        margin: 0;
    }
    
    .related-content a {
        color: #5f0475;
        text-decoration: none;
        display: block;
        padding: 1rem;
        background: white;
        border: 1px solid #e9ecef;
        transition: background 0.2s ease, border-color 0.2s ease;
        font-weight: 600;
    }
    
    .related-content a:hover {
        background: rgba(95, 4, 117, 0.05);
        border-color: #5f0475;
        text-decoration: none;
    }
    
    /* Back to Top Button */
    .back-to-top {
        position: fixed;
        bottom: 30px;
        right: 30px;
        background: #5f0475;
        color: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 24px;
        box-shadow: 0 4px 12px rgba(95, 4, 117, 0.3);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        z-index: 1000;
    }
    
    .back-to-top:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(95, 4, 117, 0.4);
        background: #8d0029;
    }
    
    @media (max-width: 768px) {
        .intro-image, .content-image {
            float: none;
            display: block;
            margin: 0 auto 1.5rem;
            max-width: 100%;
            height: auto;
        }
        
        .float-left, .float-right {
            float: none;
            margin: 0 auto 1.5rem;
        }
        
        .video-section {
            padding: 1.5rem;
        }
        
        .video-container {
            margin: 1rem 0;
        }
        
        .table-of-contents ul {
            grid-template-columns: 1fr;
        }
        
        .section-header {
            padding: 0.75rem 1rem;
        }
        
        .section-header h2 {
            font-size: 20px;
        }
        
        .section-icon {
            font-size: 24px;
        }
        
        .pull-quote {
            padding: 1rem 1.5rem;
        }
        
        .pull-quote blockquote {
            font-size: 16px;
        }
        
        .cta-box {
            padding: 2rem 1.5rem;
        }
        
        .cta-box h3 {
            font-size: 22px;
        }
        
        .back-to-top {
            bottom: 20px;
            right: 20px;
            width: 45px;
            height: 45px;
        }
    }
</style>

<div class="spotlight-container">
    <!-- SECTION: Introduction Header -->
    <h3><span class="highlight"><strong><span style="color: #5f0475;">We're proud to introduce Mustafa Suppah, MD, as ArMA's February Member Spotlight.</span></strong>
        </span>
    </h3>

    <!-- SECTION: Headshot and Biographical Introduction -->
    <img alt="Dr. Mustafa Suppah headshot" src="https://www.azmed.org/resource/resmgr/member_spotlight/suppah/2.2026_Suppah_Headshot.png" class="intro-image" />
    <p class="medium-text">
        <span style="font-size: 16px;"><strong>Dr. Mustafa Suppah is an aspiring cardiologist training and practicing in Phoenix. He currently serves as a chief resident at Creighton University</strong>, a research scholar at Mayo Clinic, and serves as chair of the Arizona Medical Association's Resident &amp; Fellow Section. </span></p>
    <p class="medium-text"><span style="font-size: 16px;">As a first-generation physician who grew up and attended medical school in Egypt, Dr. Suppah brings an especially unique perspective to medicine — one shaped by different healthcare systems, diverse patient populations, and an unwavering commitment to accessible, equitable care. Through his leadership, research, and clinical work, he continues to advocate for systemic change that supports both patients and physicians alike.<br /><br />In his interview, Dr. Suppah reflects on his path from Egypt to the U.S., what he's learned as a young leader in organized medicine, and how the next generation of physicians must push for smarter, more compassionate healthcare systems.</span>
    </p>

    <p><span style="font-size: 20px; font-weight: 700; font-family: Arial; color: #8d0029;">Read more about Dr. Suppah and his journey below!</span></p>

    <!-- SECTION: Table of Contents -->
    <div class="table-of-contents">
        <h4>📍 Quick Navigation</h4>
        <ul>
            <li><a href="#video">Watch the Interview</a></li>
            <li><a href="#career">Career Journey</a></li>
            <li><a href="#leadership">Leadership &amp; Advocacy</a></li>
            <li><a href="#healthcare">Changing Healthcare</a></li>
            <li><a href="#heart-health">Heart Health Insights</a></li>
            <li><a href="#personal">Personal Insights</a></li>
            <li><a href="#membership">Join ArMA</a></li>
        </ul>
    </div>

    <!-- SECTION: YouTube Video Interview with Enhanced Presentation -->
    <div class="video-section" id="video" style="text-align: center;">
        <div class="video-intro">
            <h4>Watch Dr. Suppah's Full Interview</h4>
            <p>In this conversation, Dr. Suppah shares his journey to becoming a cardiologist, how being a father has changed his life, his insights on medical leadership, and his vision for building a healthcare system that truly values both patients and
                physicians.</p>
        </div>

        <div class="video-container">
            <iframe width="560" height="315" src="https://www.youtube.com/embed/li3Zj-D97Ec?si=GlD0Y0TCTAGJ5MgF" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin"></iframe>
        </div>
    </div>

    <hr />

    <!-- SECTION HEADER: Career Journey -->
    <div class="section-header" id="career">
        <span class="section-icon">🏥</span>
        <h2>Career Journey</h2>
    </div>

    <!-- QUESTION: What drew you to a career in medicine and, more specifically, cardiology? -->
    <h3><img alt="Dr. Suppah in research setting" src="https://www.azmed.org/resource/resmgr/member_spotlight/suppah/2.2026_Suppah_Research.png" class="content-image float-left" /><strong><span style="color: #5f0475;">What drew you to a career in medicine and, more specifically, cardiology?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"Medicine became personal for me very early. I lost my father when I was young, and I saw firsthand how having a sick family member can impact the entire family. That experience made me want to be the kind of physician who can be present in moments like that. Cardiology drew me in because it's intellectually challenging, which I look for every day, and I have always been fascinated by the dynamics and physics of how the heart works. It offers a perfect mix: an acute setting where you can walk into a room and change the course of someone's life that same day, while also allowing you to follow patients long term and build meaningful relationships."</span>
    </p>

    <!-- Pull Quote -->
    <div class="pull-quote">
        <blockquote>"I saw firsthand how having a sick family member can impact the entire family. That experience made me want to be the kind of physician who can be present in moments like that."</blockquote>
        <cite>— Dr. Mustafa Suppah</cite>
    </div>

    <hr />

    <!-- QUESTION: How has your journey from Egypt to the U.S. shaped your approach to medicine? -->
    <h3><strong><span style="color: #5f0475;">How has your journey from Egypt to the U.S. shaped your approach to medicine?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"Training in different countries taught me to be flexible and grounded. In Egypt, you learn to rely on strong clinical skills and deep connections with patients in the setting of limited resources. In the U.S., I've seen how technology and well-structured systems can improve outcomes when used thoughtfully. Having lived in both worlds helps me care for patients with empathy, cultural awareness, and a practical mindset."</span>
    </p>

    <hr />

    <!-- QUESTION: What was the biggest pivot point in your career? [FUN QUESTION] -->
    <div class="fun-question-wrapper">
        <span class="fun-badge">Getting to Know Dr. Suppah</span>
        <h3><strong><span style="color: #5f0475;">What was the biggest pivot point in your career?</span></strong></h3>
        <p class="large-text"><span style="font-size: 16px;">"Deciding to move from Egypt to the U.S. for training. A new system, culture, and system meant a lot of learning on the fly, but it changed everything in the best way."</span></p>
    </div>

    <hr />

    <!-- SECTION HEADER: Leadership & Advocacy -->
    <div class="section-header" id="leadership">
        <span class="section-icon">🎯</span>
        <h2>Leadership &amp; Advocacy</h2>
    </div>

    <!-- QUESTION: As Chair of ArMA's Resident & Fellow Section and a Chief Resident, what has been the most valuable leadership lesson you've learned? -->
    <h3><img alt="Dr. Suppah with colleagues" src="https://www.azmed.org/resource/resmgr/member_spotlight/suppah/2.2026_Suppah_Colleagues.png" class="content-image float-right" /><strong><span style="color: #5f0475;">As Chair of ArMA's Resident &amp; Fellow Section and a Chief Resident, what has been the most valuable leadership lesson you've learned?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"The biggest lesson I've learned is that leadership isn't about being the loudest voice in the room. It's about listening, showing up consistently and leading by example. People don't expect you to fix everything, but they do expect honesty, follow-through, advocacy and support when needed."</span>
    </p>

    <!-- Pull Quote -->
    <div class="pull-quote">
        <blockquote>"Leadership isn't about being the loudest voice in the room. It's about listening, showing up consistently and leading by example."</blockquote>
        <cite>— Dr. Mustafa Suppah</cite>
    </div>

    <hr />

    <!-- QUESTION: What prompted you to become involved in organized medicine? -->
    <h3><strong><span style="color: #5f0475;">What prompted you to become involved in organized medicine?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"As a resident, I saw how many challenges residents face that aren't about medicine itself, but rather about workload, burnout, access to resources, and feeling unsupported. Organized medicine gave me a way to advocate beyond my own program and be part of meaningful conversations about change. It made me feel like I could contribute to something bigger than myself."</span>
    </p>

    <hr />

    <!-- QUESTION: Why is ArMA important to you? -->
    <h3><img alt="Dr. Suppah" src="https://www.azmed.org/resource/resmgr/member_spotlight/suppah/2.2026_Suppah_Snow.png" class="content-image float-left" /><strong><span style="color: #5f0475;">Why is ArMA important to you?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"ArMA gave me a sense of belonging and a voice as a resident. It's an organization that genuinely cares about physicians at every stage and gives trainees and even students the chance to lead and advocate early in their careers. For me, ArMA represents community, mentorship, and the chance to help shape the future of medicine in Arizona and hopefully eventually nationwide."</span>
    </p>

    <hr />

    <!-- QUESTION: What would people be surprised to learn about you? [FUN QUESTION] -->
    <div class="fun-question-wrapper">
        <span class="fun-badge">Getting to Know Dr. Suppah</span>
        <h3><strong><span style="color: #5f0475;">What would people be surprised to learn about you?</span></strong></h3>
        <p class="large-text"><span style="font-size: 16px;">"Despite being in leadership and giving many presentations, I'm actually pretty low-key and an introvert. I value quiet time, family moments, and a good night's sleep…when that happens."</span></p>
    </div>

    <hr />

    <!-- SECTION HEADER: Changing Healthcare -->
    <div class="section-header" id="healthcare">
        <span class="section-icon">💡</span>
        <h2>Changing Healthcare</h2>
    </div>

    <!-- QUESTION: As the next generation of medicine, what do you hope to change about the healthcare system? -->
    <h3><strong><span style="color: #5f0475;">As the next generation of medicine, what do you hope to change about the healthcare system?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"I hope we build a system that works better for both patients and physicians. Too often, great care is limited by access, paperwork, or burnout. I want to help create a healthcare culture that values prevention, equity, and physician well-being, not just productivity. My goal is to be part of the group that pushes for smarter systems while never losing sight of the patient sitting in front of us."</span>
    </p>

    <!-- Pull Quote -->
    <div class="pull-quote">
        <blockquote>"I want to help create a healthcare culture that values prevention, equity, and physician well-being, not just productivity."</blockquote>
        <cite>— Dr. Mustafa Suppah</cite>
    </div>

    <hr />

    <!-- SECTION HEADER: Heart Health Insights -->
    <div class="section-header" id="heart-health">
        <span class="section-icon">❤️</span>
        <h2>Heart Health Insights</h2>
    </div>

    <!-- QUESTION: What is something you wish more people knew about heart health? -->
    <h3><img alt="Dr. Suppah discussing heart health" src="https://www.azmed.org/resource/resmgr/member_spotlight/suppah/2.2026_Suppah_Heart_Health.png" class="content-image float-right" /><strong><span style="color: #5f0475;">What is something you wish more people knew about heart health?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"I wish more people understood that heart disease doesn't start suddenly, it builds over time. Small things like blood pressure, diabetes, tobacco use, cholesterol, stress, sleep, and lifestyle really matter and can change the trajectory of someone's heart and overall health."</span>
    </p>

    <hr />

    <!-- SECTION HEADER: Personal Insights -->
    <div class="section-header" id="personal">
        <span class="section-icon">🌟</span>
        <h2>Personal Insights</h2>
    </div>

    <!-- QUESTION: What personal or professional achievement are you most proud of? -->
    <h3><strong><span style="color: #5f0475;">What personal or professional achievement are you most proud of?</span></strong></h3>
    <p class="large-text"><span style="font-size: 16px;">"Personally, becoming a father. It instantly redefined my priorities, balance, and what truly matters. Professionally, I'm proud of my journey as a first-generation physician and the first and only person from my family to move to the U.S; it was very challenging at times, but here we are."</span></p>

    <hr />

    <!-- QUESTION: What is one message you would give your younger self? -->
    <div class="fun-question-wrapper">
        <span class="fun-badge">Getting to Know Dr. Suppah</span>
        <h3><strong><span style="color: #5f0475;">What is one message you would give your younger self?</span></strong></h3>
        <p class="large-text"><span style="font-size: 16px;">"Don't be too harsh on yourself, you're not behind! Keep showing up, doing the work, and things will fall into place."</span></p>
    </div>

    <hr />

    <!-- QUESTION: How do you unwind after a stressful day? [FUN QUESTION] -->
    <div class="fun-question-wrapper">
        <span class="fun-badge">Getting to Know Dr. Suppah</span>
        <h3><img alt="Dr. Suppah at the beach with family" src="https://www.azmed.org/resource/resmgr/member_spotlight/suppah/2.2026_Suppah_Beach.png" class="content-image float-right" /><strong><span style="color: #5f0475;">How do you unwind after a stressful day?</span></strong></h3>
        <p class="large-text"><span style="font-size: 16px;">"I'm easy to satisfy: quality time with my family (my wife and two sons), a good workout, and a peaceful drive home. If I can fit all three into a day, it's perfect."</span></p>
    </div>

    <hr />

    <!-- Related Content Section -->
    <div class="related-content">
        <h3>Continue Exploring</h3>
        <ul>
            <li><a href="https://www.azmed.org/news/default.asp?id=16449">Read Other Member Spotlights</a></li>
            <li><a href="https://www.azmed.org/page/advocacy">Get Involved in Advocacy Efforts</a></li>
            <li><a href="https://www.azmed.org/page/Resources">Explore Our Resource Hub</a></li>
            <li><a href="https://www.azmed.org/page/Membership">Become an ArMA Member</a></li>
        </ul>
    </div>

    <hr />

    <!-- Call to Action -->
    <div class="cta-box" id="membership">
        <h3>Join Dr. Suppah and Arizona's Leading Physicians</h3>
        <p>Become an ArMA member and be part of the advocacy that's shaping the future of healthcare in Arizona.</p>
        <a href="https://www.azmed.org/page/membership" class="cta-button">Learn More About Membership</a>
    </div>

    <!-- Back to Top Button -->
    <a href="#top" class="back-to-top" aria-label="Back to top">↑</a>

</div>

<!-- SEO Meta Tags (to be added to page head) -->
<!--
<title>Dr. Mustafa Suppah - ArMA Member Spotlight | Arizona Medical Association</title>
<meta name="description" content="Meet Dr. Mustafa Suppah, Chief Resident in Cardiology at Creighton University and Chair of ArMA's Resident & Fellow Section, as ArMA's February Member Spotlight. Learn about his journey from Egypt to the U.S. and his commitment to advocacy and equitable healthcare." />
<meta name="keywords" content="Dr. Mustafa Suppah, Arizona Medical Association, ArMA, cardiology, Chief Resident, Creighton University, Mayo Clinic, Resident Fellow Section, Phoenix cardiologist, healthcare advocacy, physician wellbeing" />
<meta property="og:title" content="Dr. Mustafa Suppah - ArMA Member Spotlight" />
<meta property="og:description" content="Meet Dr. Mustafa Suppah, Chief Resident in Cardiology, as he shares his journey from Egypt to the U.S. and his vision for the future of healthcare." />
<meta property="og:type" content="article" />
<meta property="og:image" content="[URL to Dr. Suppah's headshot]" />
-->]]></description>
<pubDate>Mon, 9 Feb 2026 17:17:00 GMT</pubDate>
</item>
<item>
<title> 🌟 Member Spotlight: Sarah Lee-Davisson, MD</title>
<link>https://www.azmed.org/news/news.asp?id=717777</link>
<guid>https://www.azmed.org/news/news.asp?id=717777</guid>
<description><![CDATA[<!-- ArMA Member Spotlight - Dr. Sarah Lee-Davisson - ENHANCED VERSION -->
<!-- SEO Optimized with Modern Design & Enhanced Video Integration -->

<style>
    .spotlight-container {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .spotlight-header {
        margin-bottom: 2rem;
    }
    
    .intro-image {
        border: 10px solid #ffffff;
        float: left;
        width: 200px;
        height: 280px;
        margin: 0 20px 20px 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .intro-image:hover {
        transform: scale(1.02);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
    
    .content-image {
        width: 200px;
        height: 280px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .content-image:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }
    
    .float-left {
        float: left;
        margin: 0 20px 20px 0;
    }
    
    .float-right {
        float: right;
        margin: 0 0 20px 20px;
    }
    
    /* Enhanced Video Section */
    .video-section {
        margin: 2.5rem 0;
        background: linear-gradient(135deg, rgba(95, 4, 117, 0.03) 0%, rgba(141, 0, 41, 0.03) 100%);
        padding: 2rem;
        border-radius: 0;
        clear: both;
    }
    
    .video-intro {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .video-intro h4 {
        font-size: 22px;
        color: #5f0475;
        font-weight: 700;
        margin-bottom: 0.5rem;
        font-family: Arial, sans-serif;
    }
    
    .video-intro p {
        font-size: 16px;
        color: #666;
        line-height: 1.6;
        max-width: 800px;
        margin: 0 auto;
    }
    
    .video-container {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        margin: 1.5rem auto;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
        border-radius: 0;
    }
    
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
    
    /* Pull Quote Styling */
    .pull-quote {
        background: #f8f9fa;
        border-left: 5px solid #5f0475;
        padding: 1.5rem 2rem;
        margin: 2rem 0;
        border-radius: 0;
        clear: both;
    }
    
    .pull-quote blockquote {
        margin: 0;
        font-size: 18px;
        font-style: italic;
        color: #333;
        line-height: 1.6;
    }
    
    .pull-quote cite {
        display: block;
        margin-top: 0.5rem;
        font-size: 14px;
        color: #8d0029;
        font-weight: 600;
    }
    
    /* Table of Contents */
    .table-of-contents {
        background: #f8f9fa;
        border: 2px solid #e9ecef;
        border-radius: 0;
        padding: 1.5rem;
        margin: 2rem 0;
    }
    
    .table-of-contents h4 {
        color: #5f0475;
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 18px;
        font-weight: 700;
    }
    
    .table-of-contents ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 0.5rem;
    }
    
    .table-of-contents li {
        margin: 0;
    }
    
    .table-of-contents a {
        color: #5f0475;
        text-decoration: none;
        display: block;
        padding: 0.5rem;
        border-radius: 0;
        transition: background 0.2s ease;
    }
    
    .table-of-contents a:hover {
        background: rgba(95, 4, 117, 0.1);
        text-decoration: none;
    }
    
    /* Section Headers */
    .section-header {
        background: linear-gradient(135deg, #5f0475 0%, #8d0029 100%);
        color: white;
        padding: 1rem 1.5rem;
        border-radius: 0;
        margin: 3rem 0 2rem;
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }
    
    .section-header h2 {
        margin: 0;
        font-size: 24px;
        font-weight: 700;
        color: white;
    }
    
    .section-icon {
        font-size: 28px;
    }
    
    /* Video Chapters */
    .video-chapters {
        background: white;
        padding: 1.5rem;
        border-radius: 0;
        margin-top: 1.5rem;
        border: 1px solid #e9ecef;
    }
    
    .video-chapters h4 {
        color: #5f0475;
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 16px;
        font-weight: 700;
    }
    
    .video-chapters ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 0.75rem;
    }
    
    .video-chapters li {
        margin: 0;
        padding: 0.5rem;
        background: #f8f9fa;
        border-radius: 0;
        font-size: 14px;
    }
    
    .video-chapters li strong {
        color: #8d0029;
    }
    
    /* Fun Question Styling */
    .fun-question-wrapper {
        background: linear-gradient(135deg, #fff9e6 0%, #fff5cc 100%);
        border-left: 4px solid #8d0029;
        padding: 1rem 1.5rem;
        border-radius: 0;
        margin: 2rem 0;
    }
    
    .fun-question-wrapper h3 {
        margin-top: 0.5rem;
    }
    
    .fun-badge {
        display: inline-block;
        background: #8d0029;
        color: white;
        font-size: 11px;
        padding: 3px 8px;
        border-radius: 0;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    /* CTA Box */
    .cta-box {
        background: linear-gradient(135deg, #5f0475 0%, #8d0029 100%);
        color: white;
        padding: 2.5rem;
        border-radius: 0;
        text-align: center;
        margin: 3rem 0;
        box-shadow: 0 8px 24px rgba(95, 4, 117, 0.2);
    }
    
    .cta-box h3 {
        color: white;
        margin-top: 0;
        font-size: 28px;
    }
    
    .cta-box p {
        font-size: 18px;
        margin: 1rem 0 2rem;
    }
    
    .cta-button {
        display: inline-block;
        background: white;
        color: #5f0475;
        padding: 12px 30px;
        border-radius: 0;
        text-decoration: none;
        font-weight: 700;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    
    .cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    
    .medium-text, .large-text {
        line-height: 1.6;
        margin-bottom: 1rem;
    }
    
    h3 {
        margin-top: 2rem;
        margin-bottom: 1rem;
        line-height: 1.4;
        clear: both;
    }
    
    hr {
        margin: 2.5rem 0;
        border: 0;
        border-top: 2px solid #f0f0f0;
        clear: both;
    }
    
    .highlight {
        background: linear-gradient(180deg, rgba(95, 4, 117, 0.1) 0%, rgba(95, 4, 117, 0.05) 100%);
        padding: 1.5rem;
        border-radius: 0;
        margin-bottom: 2rem;
        display: block;
    }
    
    /* Smooth Scrolling */
    html {
        scroll-behavior: smooth;
    }
    
    /* Related Content Section */
    .related-content {
        background: #f8f9fa;
        border: 2px solid #e9ecef;
        padding: 2rem;
        margin: 3rem 0;
    }
    
    .related-content h3 {
        color: #5f0475;
        margin-top: 0;
        margin-bottom: 1.5rem;
        font-size: 24px;
    }
    
    .related-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
    }
    
    .related-content li {
        margin: 0;
    }
    
    .related-content a {
        color: #5f0475;
        text-decoration: none;
        display: block;
        padding: 1rem;
        background: white;
        border: 1px solid #e9ecef;
        transition: background 0.2s ease, border-color 0.2s ease;
        font-weight: 600;
    }
    
    .related-content a:hover {
        background: rgba(95, 4, 117, 0.05);
        border-color: #5f0475;
        text-decoration: none;
    }
    
    /* Back to Top Button */
    .back-to-top {
        position: fixed;
        bottom: 30px;
        right: 30px;
        background: #5f0475;
        color: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 24px;
        box-shadow: 0 4px 12px rgba(95, 4, 117, 0.3);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        z-index: 1000;
    }
    
    .back-to-top:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(95, 4, 117, 0.4);
        background: #8d0029;
    }
    
    @media (max-width: 768px) {
        .intro-image, .content-image {
            float: none;
            display: block;
            margin: 0 auto 1.5rem;
            max-width: 100%;
            height: auto;
        }
        
        .float-left, .float-right {
            float: none;
            margin: 0 auto 1.5rem;
        }
        
        .video-section {
            padding: 1.5rem;
        }
        
        .video-container {
            margin: 1rem 0;
        }
        
        .video-chapters ul {
            grid-template-columns: 1fr;
        }
        
        .table-of-contents ul {
            grid-template-columns: 1fr;
        }
        
        .section-header {
            padding: 0.75rem 1rem;
        }
        
        .section-header h2 {
            font-size: 20px;
        }
        
        .section-icon {
            font-size: 24px;
        }
        
        .pull-quote {
            padding: 1rem 1.5rem;
        }
        
        .pull-quote blockquote {
            font-size: 16px;
        }
        
        .cta-box {
            padding: 2rem 1.5rem;
        }
        
        .cta-box h3 {
            font-size: 22px;
        }
        
        .back-to-top {
            bottom: 20px;
            right: 20px;
            width: 45px;
            height: 45px;
        }
    }
</style>

<div class="spotlight-container">
    <!-- SECTION: Introduction Header -->
    <h3><span class="highlight"><strong><span style="color: #5f0475;">We're proud to introduce Sarah Lee-Davisson, MD, FACS, as ArMA's January Member Spotlight.</span></strong>
        </span>
    </h3>

    <!-- SECTION: Headshot and Biographical Introduction -->
    <img alt="Dr. Sarah Lee-Davisson headshot" src="https://www.azmed.org/resource/resmgr/member_spotlight/lee_davisson/1.2026_Member_Spotlight_Lee_.png" class="intro-image" />
    <p class="medium-text">
        <span style="font-size: 16px;"><strong>Dr. Sarah Lee-Davisson is a board-certified general surgeon</strong>, dedicated healthcare advocate, and passionate champion for physician wellbeing. She currently serves patients in Tucson and the larger Southern Arizona community.<br /><br />Dr. Lee-Davisson has found that organized medicine amplifies the fulfillment her career offers. By working with local and national organizations — including the Arizona Medical Association, the Arizona Chapter of the American College of Surgeons, and the Pima County Medical Society — she has been able to extend her impact on the issues that matter most to her, such as the 'Stop The Bleed' initiative and connecting with colleagues.<br /><br />In her interview, Dr. Lee-Davisson reflects on finding her calling in surgery, how she applies the concept of humanism in her daily practice, and why physicians have to think bigger.</span>
    </p>

    <p><span style="font-size: 20px; font-weight: 700; font-family: Arial; color: #8d0029;">Read more about Dr. Lee-Davisson and her journey below!</span></p>

    <!-- SECTION: Table of Contents -->
    <div class="table-of-contents">
        <h4>📍 Quick Navigation</h4>
        <ul>
            <li><a href="#video">Watch the Interview</a></li>
            <li><a href="#career">Career Journey</a></li>
            <li><a href="#advocacy">Advocacy &amp; Leadership</a></li>
            <li><a href="#humanism">Humanism in Medicine</a></li>
            <li><a href="#personal">Personal Insights</a></li>
            <li><a href="#membership">Join ArMA</a></li>
        </ul>
    </div>

    <!-- SECTION: YouTube Video Interview with Enhanced Presentation -->
    <div class="video-section" id="video" style="text-align: center;">
        <div class="video-intro">
            <h4>Watch Dr. Lee-Davisson's Full Interview</h4>
            <p>In this conversation, Dr. Lee-Davisson shares her journey from a moment of medical school uncertainty to becoming a leader in surgical advocacy, her passion for supporting fellow healthcare workers, and why she believes physicians need to
                "think bigger" about the future of medicine.</p>
        </div>

        <iframe width="400" height="225" src="https://www.youtube.com/embed/TxRs-kwqFa4?si=4lPwP7TENpqBIJma" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin"></iframe>

        <!-- Video Chapters -->
        <div class="video-chapters">
            <h4 style="text-align: left;">Topics Discussed in This Interview:</h4>
            <ul>
                <li style="text-align: left;"><strong>Finding Her Calling:</strong> From medical school uncertainty to finding her place in surgery</li>
                <li style="text-align: left;"><strong>The Advocacy Journey:</strong> How she got started and why physicians need to "think bigger"</li>
                <li style="text-align: left;"><strong>Doctor of the Day Experience:</strong> Meeting legislators and discovering they need physician input</li>
                <li style="text-align: left;"><strong>Humanism in Medicine:</strong> Supporting colleagues and building connection in healthcare</li>
                <li style="text-align: left;"><strong>Stop The Bleed Initiative:</strong> Planning Advocacy Day at the Arizona State Capitol</li>
                <li style="text-align: left;"><span style="color: #8d0229;"><strong>Misperceptions:</strong></span> Why surgeons are sometimes misunderstood</li>
            </ul>
        </div>
    </div>

    <hr />

    <!-- SECTION HEADER: Career Journey -->
    <div class="section-header" id="career">
        <span class="section-icon">🏥</span>
        <h2>Career Journey</h2>
    </div>

    <!-- QUESTION: What drew you to a career in medicine and, more specifically, surgery? -->
    <!-- IMAGE 1 OF 3 -->
    <h3><img alt="Dr. Sarah Lee-Davisson in surgical setting" src="https://cdn.ymaws.com/azmed.site-ym.com/resource/resmgr/member_spotlight/lee_davisson/1.2026_dr._lee_in_surgery.png" class="content-image float-left" /><strong><span style="color: #5f0475;">What drew you to a career in medicine and, more specifically, surgery?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"I was always interested in medicine and a helping career! I did have a moment of panic in my third year of medical school because I thought I would be a pediatrician or maybe geriatrician, so I scheduled lots of kid and medicine related rotations but really didn't like any of them. I was already so in debt from college and medical school that I knew I had to become a doctor, but worried that maybe I had made a mistake. Then my mandatory surgery rotation came up. My first shift was insane, as most times at USC County Hospital are, and I loved every single second. The pace, the instant results, the camaraderie of the team, the awesome trauma fellow who had so much confidence as he guided me through my first incision ever. It was amazing and I never looked back."</span>
    </p>

    <!-- Pull Quote -->
    <div class="pull-quote">
        <blockquote>"I loved every single second. The pace, the instant results, the camaraderie of the team... It was amazing and I never looked back."</blockquote>
        <cite>— Dr. Sarah Lee-Davisson</cite>
    </div>

    <hr />

    <!-- QUESTION: Where is your favorite place to grab food in Arizona? [FUN QUESTION] -->
    <div class="fun-question-wrapper">
        <span class="fun-badge">Getting to Know Dr. Lee-Davisson</span>
        <h3><strong><span style="color: #5f0475;">Where is your favorite place to grab food in Arizona?</span></strong></h3>
        <p class="large-text"><span style="font-size: 16px;">"If you are ever in the area, make sure to stop at La Casita Mexican Restaurant in Mammoth. When I had my office in Oro Valley, patients would always bring me burritos from there and they were THE BEST!"</span></p>
    </div>

    <hr />

    <!-- SECTION HEADER: Advocacy & Leadership -->
    <div class="section-header" id="advocacy">
        <span class="section-icon">🎯</span>
        <h2>Advocacy &amp; Leadership</h2>
    </div>

    <!-- QUESTION: You are an impressive physician advocate in Arizona and on the national stage. How have you grown your skillset as an advocate over the years? What aspect of advocacy do you enjoy the most? Which do you enjoy the least? -->
    <!-- IMAGE 2 OF 3 -->
    <h3><strong><span style="color: #5f0475;">You are an impressive physician advocate in Arizona and on the national stage. How have you grown your skillset as an advocate over the years? What aspect of advocacy do you enjoy the most? Which do you enjoy the least?</span></strong></h3>
    <img alt="Dr. Sarah Lee-Davisson at the Arizona State Senate" src="https://cdn.ymaws.com/azmed.site-ym.com/resource/resmgr/member_spotlight/lee_davisson/1.2026_dr._lee_in_senate.png" class="content-image float-right" style="width: 200px; height: 280px;" />
    <p class="large-text">
        <span style="font-size: 16px;">"Thank you for that compliment! I still feel like a novice with advocacy. My interest in advocacy started during the pandemic when I took an Advisory Board leadership course. There was a theme during that 18 months all about advocacy, that we need to think BIGGER about the state of medicine than just what directly is difficult for our team, our practice/hospital, or even our community. The solutions are only to be found in integrating the urgent issues right in front of us that affect our day-to-day lives with the bigger universe of what rules and laws are getting passed that impact us all.<br /><br />
        Learning how to get involved in a more meaningful way was much less structured, but has been super fun and exciting. I listened to podcasts, read books by healthcare advocates, and started signing up for ArMA advocacy learning events and Doc of the Day. My first Doc of the Day event, I realized how the legislators are just normal people, making really important decisions, sometimes with limited information. They actually need our input, and appreciate it! I also got involved in some community groups with ideals that dovetail with mine regarding healthcare, education, physician concerns, women's rights, and many of them had incredible learning opportunities… I signed up for anything to learn more. Zoom meetings about request to speak, letters to editor, bills that the AMA or ACS were concerned about, etc. I also became a poll worker for the last two elections. With the American College of Surgeons, I went to an advocacy event in DC and got to work on some of the priorities for the house of surgery with our senators and congressman. I go to that every year now! And each event or learning opportunity leads to a new contact, a new podcast or book to check out, and new opportunities. It remains an incredible journey, and the constant learning and connection with like-minded people is my favorite part. My least favorite part is how slow legislative change is. The gains are not at all immediate or guaranteed, and this is exceedingly hard for a surgeon to deal with sometimes!"</span>
    </p>

    <!-- Pull Quote -->
    <div class="pull-quote">
        <blockquote>"We need to think BIGGER about the state of medicine than just what directly is difficult for our team, our practice, or even our community."</blockquote>
        <cite>— Dr. Sarah Lee-Davisson</cite>
    </div>

    <hr />

    <!-- QUESTION: You clearly value continued learning, even as a physician with decades of education under your belt. Why is furthering your knowledge, especially about politics and legislation, important to you? How has it changed your perspective on healthcare? -->
    <!-- IMAGE 3 OF 3 -->
    <h3><strong><span style="color: #5f0475;">You clearly value continued learning, even as a physician with decades of education under your belt. Why is furthering your knowledge, especially about politics and legislation, important to you? How has it changed your perspective on healthcare?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"As I became an expert in my chosen field and career, I found myself asking 'what next?' I still love operating and taking care of patients, but it no longer routinely provided the exciting challenges it once did. I felt compelled also by my core values, which are connection and stewardship, to do more for healthcare if I am able, and I know I am able. Advocacy became not only an exciting new learning opportunity, but also a way to increase my sphere of influence."</span>
    </p>

    <hr />

    <!-- QUESTION: What is the last book you read? [FUN QUESTION] -->
    <div class="fun-question-wrapper">
        <span class="fun-badge">Getting to Know Dr. Lee-Davisson</span>
        <h3><strong><span style="color: #5f0475;">What is the last book you read?</span></strong></h3>
        <p class="large-text"><span style="font-size: 16px;">"I love reading, both fiction and non-fiction. I recently finished 'The Christie Affair' by Nina de Gramont for my fiction, and it was a super fun story, with a 'who-dun-it' twist that was awesome. For non-fiction, I read another Brené Brown book called 'The Gifts of Imperfection.' It was amazing, but any of her books will change your life."</span></p>
    </div>

    <hr />

    <!-- SECTION HEADER: Humanism & Values -->
    <div class="section-header" id="humanism">
        <span class="section-icon">💙</span>
        <h2>Humanism &amp; Values</h2>
    </div>

    <!-- QUESTION: You are passionate about humanism in medicine. What is the most impactful way you've implemented humanism into your practice of medicine? -->
    <h3><img alt="" src="https://cdn.ymaws.com/azmed.site-ym.com/resource/resmgr/member_spotlight/lee_davisson/dr._lee_with_colleague.png" class="content-image float-right" /><strong><span style="color: #5f0475;">You are passionate about humanism in medicine. What is the most impactful way you've implemented humanism into your practice of medicine?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"Humanism in medicine—I know this typically applies to how we see and treat our patients. I am definitely passionate about that and have spent my entire clinical career focusing on doing that better all the time.<br /><br />
        However, I find that my particular impact in humanism in medicine over the last few years has been in how I care for, fight for, and treat my colleagues and other healthcare workers. We have tough jobs, and the troubles in medicine can really injure us. When we stick together, and recognize each other for being amazing, it goes a long way for healing. I deliberately don't walk around the hospital with my nose in my phone as much as possible, choosing to acknowledge and smile at all the hospital workers I pass. I give compliments to the people I work with, and reach out when I know they had a hard interaction or a complication. Knowing we are not alone, and supported, makes us all better at our jobs and that directly affects how we are able to show up and care for our patients and communities."</span>
    </p>

    <!-- Pull Quote -->
    <div class="pull-quote">
        <blockquote>"When we stick together, and recognize each other for being amazing, it goes a long way for healing."</blockquote>
        <cite>— Dr. Sarah Lee-Davisson</cite>
    </div>

    <hr />

    <!-- QUESTION: How do you unwind after a stressful day? [FUN QUESTION] -->
    <div class="fun-question-wrapper">
        <span class="fun-badge">Getting to Know Dr. Lee-Davisson</span>
        <h3><strong><span style="color: #5f0475;">How do you unwind after a stressful day?</span></strong></h3>
        <p class="large-text"><span style="font-size: 16px;">"There is nothing better than watching an Arizona sunset with a glass of wine, or taking a walk with a friend (human or canine!) after a stressful day. My other guilty pleasure is reality TV shows… I get a little addicted to shows like 'Love It or List It,' 'Love is Blind,' 'Love on the Spectrum,' etc."</span></p>
    </div>

    <hr />

    <!-- QUESTION: What are you most excited about in the New Year, both personally and professionally? -->
    <h3><strong><span style="color: #5f0475;">What are you most excited about in the New Year, both personally and professionally?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"New Year! Always a time of reflection for me. Personally, I am excited to continue my journey of growth with my surgeon coaching group. Coaching has been an integral part of my support and growth over the last couple of years and I love that I get to continue that. It has helped me to be a more effective surgeon, but also a happier and healthier person, friend, wife, and mother.<br /><br />
        Professionally, I am super excited about the Advocacy Day at the state capitol that I am planning on behalf of the Arizona chapter of the ACS. I am the advocacy chair, and took a bill that one of my colleagues is introducing to get Stop The Bleed kits at schools as the theme for a day where as many surgeons as we can get will come to the state capitol, teach legislators how to Stop The Bleed and why this is important. I also really want the surgeons in our state to get to know the legislators so they can have ongoing influence and relationships with people making decisions that impact us all."</span>
    </p>

    <hr />

    <!-- QUESTION: What was the biggest pivot point in your career? -->
    <h3><strong><span style="color: #5f0475;">What was the biggest pivot point in your career?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"The biggest pivot in my career was when I made the decision to close my private practice. I actually moved to Arizona after training to open my own practice, and I truly loved it. After 7 years, when the ACA passed, I just couldn't keep up with the additional administrative financial burden, nor could I financially compete with the hospitals hiring general surgeons which cut into my referral pattern. I became hospital employed and it was a major mindshift and practice style change for me. I learned a lot during that process!"</span>
    </p>

    <hr />

    <!-- QUESTION: If you weren't practicing medicine, what would you be doing? [FUN QUESTION] -->
    <div class="fun-question-wrapper">
        <span class="fun-badge">Getting to Know Dr. Lee-Davisson</span>
        <h3><strong><span style="color: #5f0475;">If you weren't practicing medicine, what would you be doing?</span></strong></h3>
        <p class="large-text"><span style="font-size: 16px;">"I think I would be a professional organizer! I love lists and organizing. Nerdy but true."</span></p>
    </div>

    <hr />

    <!-- QUESTION: Why is being a member of organized medicine important to you? Why is ArMA important to you? -->
    <h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/lee_davisson/1.2026_Dr._Lee_at_the_Capito.png" class="content-image float-left" /><strong><span style="color: #5f0475;">Why is being a member of organized medicine important to you? Why is ArMA important to you?</span></strong></h3>
    <p class="large-text">
        <span style="font-size: 16px;">"Being a member of organized medicine was my first organized commitment to my profession, starting in medical school, and it is important! Even for folks that are too busy or financially strapped to do much else outside of their direct clinical duties, joining your local and national Medical Association and specialty associations to me is critical—those numbers matter. This was my first step showing my commitment to the future of healthcare for physicians (and therefore for patients).<br /><br />
        ArMA is my vehicle for constant contact with healthcare advocacy in our state. It is my source of statewide contact with my colleagues, to find out what they are experiencing and how we can work together to solve some of the problems we face."</span>
    </p>

    <hr />

    <!-- SECTION HEADER: Personal Insights -->
    <div class="section-header" id="personal">
        <span class="section-icon">🌟</span>
        <h2>Personal Insights</h2>
    </div>

    <!-- QUESTION: What personal or professional achievement are you most proud of? -->
    <h3><strong><span style="color: #5f0475;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/lee_davisson/1.2026_Dr._Lee_and_Son.png" class="content-image float-right" />What personal or professional achievement are you most proud of?</span></strong></h3>
    <p class="large-text"><span style="font-size: 16px;">"This is a super basic answer, but 100% true, my son Ryan is who I am most proud of, and my involvement in his life is my best achievement, and always will be."</span></p>

    <hr />

    <!-- QUESTION: What's the best advice you've ever received? -->
    <h3><strong><span style="color: #5f0475;">What's the best advice you've ever received?</span></strong></h3>
    <p class="large-text"><span style="font-size: 16px;">"'It's okay for some people to be wrong about you.' I love that advice because it takes me out of convincing mode during conflict and lets me tap into who I authentically am. A more impactful way of saying 'just be yourself.'"</span></p>

    <!-- Final Pull Quote -->
    <div class="pull-quote">
        <blockquote>"It's okay for some people to be wrong about you... A more impactful way of saying 'just be yourself.'"</blockquote>
        <cite>— Dr. Sarah Lee-Davisson</cite>
    </div>

    <hr />

    <!-- Related Content Section -->
    <div class="related-content">
        <h3>Continue Exploring</h3>
        <ul>
            <li><a href="https://www.azmed.org/news/default.asp?id=16449">Read Other Member Spotlights</a></li>
            <li><a href="https://www.azmed.org/page/advocacy">Get Involved in Advocacy Efforts</a></li>
            <li><a href="https://www.azmed.org/page/Resources">Explore Our Resource Hub</a></li>
            <li><a href="https://www.azmed.org/page/Membership">Become an ArMA Member</a></li>
        </ul>
    </div>

    <hr />

    <!-- Call to Action -->
    <div class="cta-box" id="membership">
        <h3>Join Dr. Lee-Davisson and Arizona's Leading Physicians</h3>
        <p>Become an ArMA member and be part of the advocacy that's shaping the future of healthcare in Arizona.</p>
        <a href="https://www.azmed.org/page/membership" class="cta-button">Learn More About Membership</a>
    </div>

    <!-- Back to Top Button -->
    <a href="#top" class="back-to-top" aria-label="Back to top">↑</a>

</div>

<!-- SEO Meta Tags (to be added to page head) -->
<!--
<title>Dr. Sarah Lee-Davisson - ArMA Member Spotlight | Arizona Medical Association</title>
<meta name="description" content="Meet Dr. Sarah Lee-Davisson, board-certified general surgeon and healthcare advocate, as ArMA's January Member Spotlight. Learn about her advocacy work and commitment to physician wellbeing." />
<meta name="keywords" content="Dr. Sarah Lee-Davisson, Arizona Medical Association, ArMA, general surgeon, healthcare advocacy, physician wellbeing, Arizona surgeon, Stop The Bleed, American College of Surgeons" />
<meta property="og:title" content="Dr. Sarah Lee-Davisson - ArMA Member Spotlight" />
<meta property="og:description" content="Meet Dr. Sarah Lee-Davisson, board-certified general surgeon and healthcare advocate, as she shares her journey in medicine and advocacy." />
<meta property="og:type" content="article" />
<meta property="og:image" content="[URL to Dr. Lee-Davisson's headshot]" />
-->]]></description>
<pubDate>Fri, 9 Jan 2026 20:32:00 GMT</pubDate>
</item>
<item>
<title> 🌟 Member Spotlight: Lindsay Ackerman, MD</title>
<link>https://www.azmed.org/news/news.asp?id=716088</link>
<guid>https://www.azmed.org/news/news.asp?id=716088</guid>
<description><![CDATA[<h3><span class="highlight"><strong><span style="color: #5f0475;">We're proud to introduce Lindsay Ackerman, MD, as ArMA's December Member Spotlight.We're proud to introduce Lindsay Ackerman, MD, as ArMA's December Member Spotlight.</span></strong>
    </span>
</h3>

<img alt="Lindsay Ackerman headshot" src="https://www.azmed.org/resource/resmgr/member_spotlight/ackerman/12.2025_Member_Spotlight_Ack.png" class="intro-image" style="border: 10px solid #ffffff; float: left; width: 200px; height: 280px;" /><p class="medium-text">
    <span style="font-size: 16px;">Dr. Lindsay Ackerman is a board-certified dermatologist, dedicated physician advocate, and leading educator on dermatology &amp; internal pathology. She serves patients as the founder and president of <strong><a href="https://www.usdermatologypartners.com/provider/lindsay-ackerman-md/" target="_blank">Medical Dermatology Specialists</a></strong>, now a part of US Dermatology Partners, located in Phoenix. Outside the clinic, she advances patient care and medicine through her docuseries, <span style="font-size: medium;"><strong><a href="https://www.skintellagent.org/" target="_blank">SKINTELLAGENT</a></strong></span>,
    and leadership in local and national medical organizations.<br /><br />Since 2005, Dr. Ackerman has served as a representative to the American Medical Association, where she tackles complex legislative and policy issues, tirelessly working to improve
    healthcare on a national level. She also sits on the Dermatology Section Council, where she shapes decisions impacting dermatologists across the country. In recognition of her long-term commitment to organized medicine, Dr. Ackerman was presented
    <strong><a href="https://www.azmed.org/page/ArMAHealthCareAwards">ArMA's Award in Memory of Edward Sattenspiel, MD</a></strong>, earlier this year.<br /><br />In her interview, Dr. Ackerman reflects on how informal decisions can be some of the most
    meaningful, how humility and authenticity make all the difference in the clinic, and how advocacy empowers her to change the lives of patients she'll never meet.</span>
</p>

<p><span style="font-size: 20px; font-weight: 700; font-family: Arial; color: #8d0029;">Read more about Dr. Ackerman and her journey below!</span></p>

<hr />

<h3><img alt="" src="[IMAGE PLACEHOLDER]" style="float: left;" /><strong><span style="color: #5f0475;">You're the Founder and President of Medical Dermatology Specialists in Phoenix (now a part of US Dermatology Partners). With over 17 years of experience, what have been the biggest lessons you've learned about owning and running a medical practice?</span></strong></h3>
<p>
    <span style="font-size: 16px;"><span class="large-text" style="font-size: 16px;">"<span style="text-decoration: underline;">1. We are in the people pleasing business folks!</span> Not in any way that diverges from the mission of providing medically
    necessary and comprehensive care but rather converges with the philosophy that we are here to recognize, appreciate, and meet patients' needs. Sometimes it may be that the patient needs to get in a quick assessment and get back to work. Sometimes
    there is a need for additional handholding, a hug, sitting down, or even just eye-contact and open ears. Sometimes I send someone a card that is going through a rough time. I believe that humility builds connection. Being authentic and attentive allow
    you as a physician to read the room and understand the 'unspoken' word, and what it is saying. This has helped me connect with patients with sincerity, in a way that is more satisfying for both of us.<br /><br /><span style="text-decoration: underline;">2. There is always more to learn – and that's okay.</span>    The 'human' condition is dynamic. It is important that we, as professionals, remind ourselves that we won't necessarily have exactly all the answers at every moment, but that we are equipped to find the right answers when they otherwise seem evasive.
    (Never give up!)<br /><br /><span style="text-decoration: underline;">3. I recognize the value in having an incredible office administrator.</span> Tracey has been with me for over 17 years, and she is someone I can't say enough good things about!
    Tracey runs the office with ethics and expectations that demand the best of everyone around her. She motivates by example and leads in a way that is trustworthy and sincere. Tracey also has built the best personnel-infrastructure we ever could ask
    for. I believe we have patients that return because they like the front-office staff, or back-office staff, as much as they like me (and that's something to be extraordinarily proud of!!!). Without Tracey I would never have been able to create this
    remarkable 'space' in downtown Phoenix that serves our entire state, and beyond."</span>
    </span>
</p>

<hr />

<h3><strong><span style="color: #5f0475;">What prompted you to become involved in organized medicine?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"I got started by just saying 'Sure'.  I was asked by the American Academy of Dermatology, during my Dermatology residency, if I would like to serve as the 'Resident Representative to the American Medical Association'.  I didn't even know what that meant – but I said, 'Sure'.  Sometimes, the best things come from scenarios that weren't planned or expected, but that just presented themselves in an informal way .... and then the journey begins!"</span></p>

<hr />

<h3><strong><span style="color: #5f0475;">Earlier this year, you were awarded ArMA's Award in Memory of Edward Sattenspiel, MD, which recognizes individuals who demonstrate a long-term commitment to organized medicine and healthcare advocacy in Arizona. How has being involved in organized medicine and advocacy changed your relationship with your profession?</span></strong></h3>
<img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/ackerman/larger_photos/12.8.2025_Ackerman_Health_Ca.png" style="float: right; width: 200px; height: 280px;" /><p class="large-text"><span style="font-size: 16px;">"Receiving this award was a true highlight of my career.  I have given of myself (time and supra-</span><span style="font-size: medium;">tentorial resources) for over 20 years in organized medicine, both nationally and at the state level. I believe that with great privilege comes great responsibility – and that when you see something that needs your knowledge, experience, or expertise, you do something with it.  Advocacy has allowed me to bring healthcare benefits to patients I'll never meet.  Advocacy takes my skillset beyond the four walls of my practice and works to do things much greater than that which I can deliver alone.  The future of healthcare began 'yesterday', and by being in the room pushing for policies that are important for patients in Arizona, and throughout our country, makes the actual execution of the work I do clinically, much more meaningful.  Being recognized for my work in healthcare policy by ArMA was an enormous honor."</span></p>

<hr />

<h3><strong><span style="color: #5f0475;">Where is your favorite place to grab food in Arizona?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"Could be any Sam Fox restaurant, Ocotillo, or Buck and Rider."</span></p>

<hr />

<h3><strong><img alt="" src="[IMAGE PLACEHOLDER]" style="float: right;" /><span style="color: #5f0475;">What drew you into the field of medicine and, more specifically, dermatology?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"First, I'd be remiss not to 'open' with the fact that I absolutely love my specialty of Dermatology... However, I also do love the day-to-day privilege of practicing medicine.<br /><br />I am especially fond of the long-standing relationships I have shared with patients and their families over the 17-year duration of my career here in Phoenix.<br /><br />Dermatology, very specifically, is an incredible specialty to practice.  As a field of medicine, it touches every component (and remains often at the crux) of human disease:  From infections and infestations, to malignancies, metabolic disorders, immune-mediated inflammatory diseases, genetic disorders, nutritional deficiencies, and more.  We treat from infancy to the elderly.  We touch the rigors of medical science, surgery, counseling, physical exams, and the microscope – literally every day!  The diseases we treat often require cross-over into multi-disciplinary care, from GI to Rheumatology, ID to Oncology, OB to Cardiology, and Rad-Onc to Plastics – we get to remain connected with other specialists, which keeps us bright.  We can do hospital work for critically ill patients and help an adolescent triumph over an acne condition that feels devastating at a difficult time in life.  We have aspects of our work that span aesthetics, where we can restore one's sense of self; and in the next room we may gently help someone decide when it is time to forgo additional treatment in the interest of giving back quality to the remainder of one's life.   Dermatology is a subspecialty of medicine that is remarkable for all the reasons I've mentioned, and even many more."</span></p>

<hr />

<h3><strong><span style="color: #5f0475;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/ackerman/larger_photos/12.8.2025_Ackerman_Derm_Conf.png" style="float: left; border-width: 0px; border-style: solid; width: 200px; height: 280px;" />What would people be surprised to learn about you?</span></strong></h3>
<span style="font-size: 16px;"><span class="large-text" style="font-size: 16px;">"I set the state record for greatest number of consecutive free-throws made in women's high school basketball."</span>
</span>

<hr />

<h3><img alt="" src="[IMAGE PLACEHOLDER]" style="float: left;" /><strong><span style="color: #5f0475;">What's one thing you wish more people knew about their skin and taking care of it?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"This could be my favorite question.  Skin is an incredible window into hidden internal pathology!  In fact, I built a medical docuseries, '<strong><a href="https://www.skintellagent.org/" target="_blank">SKINTELLAGENT</a></strong> with Dr. Lindsay Ackerman' (housed on YouTube), to display just that!  Built to captivate, fascinate, educate, and illustrate, we brought a film crew into the hospital and clinic to document patient journeys, where I knew the skin finding was telling me something critically important was otherwise going on ... and we captured these journeys from disease presentation to discovery.  From the skin findings that revealed a hidden leukemia diagnosis, or rare tumor abutting the aorta, or protein synthesis disorder, or, or, or .... I'm educating the public and healthcare professionals about the importance of skin findings in detecting internal disease!"</span></p>

<hr />

<h3><strong><span style="color: #5f0475;">If you weren't practicing medicine, what would you be doing?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"News broadcasting – or some form of media-related 'education'."</span></p>

<hr />

<h3><strong><span style="color: #5f0475;">What was the biggest pivot point in your career?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"When I decided to 'go for it' and build a medical docuseries to make medical Dermatology 'sexy' again.  While I value all aspects of our precious specialty, I believe we have glamourized so much of what we do in aesthetics, that we've marginalized the incredible scope of our field.  I am giving visibility to how immensely amazing our skin is as an organ system to tell us about internal pathology, to 'fix' the misconception that Dermatology is only&nbsp;</span><span style="font-size: medium;">superficial.</span></p><p class="large-text"><span style="font-size: 16px;"> I built a 501(c)3, '<strong><a href="https://www.skintellagent.org/" target="_blank">SKINTELLAGENT: Dermatology Undressed</a></strong>' (Skintellagent.org), to house my medical docuseries on YouTube, and other media-related materials,&nbsp;</span><span style="font-size: medium;">and quite literally put my money where my mouth was.  Again, with great privilege comes great responsibility.  I know better than to let Dermatology be diminished in its importance.  I want to change the public opinion of Dermatology.  I want to reposition our specialty as one that is of critical importance in the House of Medicine.  And, I want to ensure that the future pipeline for medical dermatology is robust.  I'm making medical dermatology 'sexy' to give visibility to how meaningful our work really is, quite literally putting our skillset on display, as the skin provides clues to uncover hidden internal disease .... and how immensely gratifying this work is!!!  Yes, I could make more money doing other things.  But I guarantee, I wouldn't be happier."</span></p><hr />

<h3><strong><span style="color: #5f0475;">What is one message you would give your younger self?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"You are enough, but it is okay to also want to keep trying."</span></p>

<hr />

<h3><img alt="" src="https://cdn.ymaws.com/azmed.site-ym.com/resource/resmgr/member_spotlight/ackerman/larger_photos/12.8.2025_ackerman_senator_o.png" style="float: left; width: 200px; height: 280px;" /><strong><span style="color: #5f0475;">Why is ArMA important to you?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"ArMA is a critically important organization for our healthcare delivery in Arizona – for us as physicians, and for the patients we serve.  We as a collective group of physicians have ArMA to do the heavy lifting for us at our state legislature.  ArMA listens to the voices of clinicians and works tirelessly to ensure that our needs are met.  If you have frustrations with how your practice workflow feels, or how 'truth in advertising' has affected your business (and the fairness you believe patients deserve), or the insurance policies that tie your hands in getting efficient medically necessary care to</span></p><img alt="" src="https://cdn.ymaws.com/azmed.site-ym.com/resource/resmgr/member_spotlight/ackerman/larger_photos/12.8.2025_ackerman_beach_day.png" style="float: right; width: 200px; height: 280px;" /><p class="large-text"><span style="font-size: 16px;">&nbsp;your patients, ArMA is your workhorse and lobbying body to get things to change!  If you aren't 100% pleased with healthcare delivery today in Arizona, you should be an ArMA member, helping provide them the resources they need to help you (and the patients you want to help)!"</span></p><hr /><h3><strong><span style="color: #5f0475;"><img alt="" src="[IMAGE PLACEHOLDER]" class="content-image float-right" />What personal or professional achievement are your most proud of?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"My wife and children bring me tremendous pride!!!  There is no better accomplishment than knowing you've made an exceptional choice in a spouse, and watching your children grow into loving, hard-working people with good values."</span></p>

<hr />

<p><strong style="color: #098ab2; font-size: 26px;"><span style="color: #5f0475;">What's the best advice you've ever received?</span></strong></p>
<p class="large-text"><span style="font-size: 16px;">"Begin anywhere....."</span></p>]]></description>
<pubDate>Mon, 8 Dec 2025 15:54:00 GMT</pubDate>
</item>
<item>
<title> 🌟 Member Spotlight: Lauren Ondrejka</title>
<link>https://www.azmed.org/news/news.asp?id=714269</link>
<guid>https://www.azmed.org/news/news.asp?id=714269</guid>
<description><![CDATA[<h3>
    <span class="highlight">
        <img alt="Lauren Ondrejka headshot" src="https://www.azmed.org/resource/resmgr/member_spotlight/ondrejka/11.2025_Member_Spotlight_Ond.png" class="intro-image" style="border: 10px solid #ffffff; float: left; width: 300px; height: 420px;" />
        <strong><span style="color: #5f0475;">We're proud to introduce Lauren Ondrejka as ArMA's November Member Spotlight.</span>
    </strong>
    </span>
</h3>

<p class="medium-text">
    <span style="font-size: 16px;"><strong>Lauren is a fourth-year medical student at the University of Arizona College of Medicine – Phoenix.</strong>, where she<span style="font-size: medium;"> has distinguished herself through academic excellence and a dedication to leadership, advocacy, and research.</span></span></p><p class="medium-text"><span style="font-size: 16px;"> <span style="font-size: medium;">Last month, she was one of three students awarded an academic, merit-based scholarship by the&nbsp;</span><strong style="font-size: medium;"><a href="https://www.mica-insurance.com/" target="_blank">Mutual Insurance Company of Arizona</a></strong><span style="font-size: medium;">. And, h</span>er research&nbsp;— a longitudinal scholarly project examining the social needs of children with medical complexity and inpatient care utilization&nbsp;<span style="font-size: medium;">—</span> was presented at ArMA's 2024 Annual Meeting and the Pediatrics Hospital Medicine's 2024 Annual Meeting, with the findings <strong><a href="https://publications.aap.org/journal-blogs/blog/33455/More-Than-Medicine-Why-Social-Needs-Matter-for" target="_blank">recently published</a></strong> in <em>Hospital Pediatrics</em>.
    
</span></p>
<p class="medium-text"><span style="font-size: 16px;">In her interview, Lauren reflects on her journey through medicine thus far, from medical scribe to physician-in-training, and shares how she has come to understand medicine as extending far beyond diagnosis and treatment. As she prepares to complete a residency program in pediatrics, she is already demonstrating excellence in medicine, which &nbsp;impact the lives of our youngest patients for years to come.<br /> </span></p>

<p><span style="font-size: 20px; font-weight: 700; font-family: Arial; color: #8d0029;">Read more about Lauren and her journey as a medical student below!</span></p>

<hr />

<h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/ondrejka/11.2025_Lauren_Award.png" style="float: left;" /><strong><span style="color: #5f0475;">What drew you to pursuing a career in medicine and, more specifically, pediatrics?</span></strong></h3>
<p>
    <span style="font-size: 16px;"><span class="large-text" style="font-size: 16px;">"I was initially drawn to medicine when I discovered my fascination with physiology in high school. Seeking a career that could combine this interest with continual personal growth, positive community impact, and human connection, I found my way to medical school. Pediatrics was a natural first interest given my experiences working with children as a camp counselor and hospital volunteer. Once I began my clinical rotations, I knew pediatrics was the right place for me. I was inspired by the opportunity to impact patients early on in life and enjoyed the creative, collaborative environment."</span>

    </span>
</p>

<hr />
<h3><strong><span style="color: #5f0475;">You recently received an academic merit-based scholarship from the Mutual Insurance Company of Arizona (MICA) Medical Foundation Board of Trustees, which included meeting members of the board and having breakfast with University of Arizona College of Medicine – Phoenix Dean, Dr. Fred Wondisford. What was that experience like, and what does this honor mean for you as one of only three students selected?<img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/ondrejka/Ondrejka_Sedona.png" style="width: 350px; height: 490px; float: right;" /></span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"Receiving the <strong><a href="https://phoenixmed.arizona.edu/newsroom/news/mica-recognizes-three-medical-students-scholarship-awards" target="_blank">MICA Foundation scholarship</a></strong> was both an honor and surprise. I am incredibly grateful for the financial support and acknowledgment of my hard work and dedication throughout medical school. The breakfast with Dean Wondisford and the MICA team was a wonderful way to celebrate and learn more about their perspectives on the future of medical training and healthcare in Arizona."</span></p>
<hr />
<h3><strong><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/ondrejka/11.2025_Lauren_Research.png" style="float: right;" /><span style="color: #5f0475;">You're in your final year of medical school and preparing for residency. Looking back at your time in medical school, what is the greatest thing you've learned about yourself and the practice of medicine?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"I have learned I am far more capable and resilient than I ever imagined. The last three years have gone by so quickly. It is absolutely true when they say, 'the days and weeks are long, but the years are short.' I am very proud of all I have been able to accomplish and explore in addition to my coursework and clinical rotations. Looking back on my first day of medical school, I did not realize I would eventually leave as an advocate, educator, researcher, and author as well as a physician. <br /><br />That is the greatest thing I have learned about the practice of medicine, the invaluable intangibles. Being a physician is much more than investigation, diagnosis, and treatment. We have the great privilege to connect with people and try our best to understand them and walk beside them through their unique journeys in health and illness. It comes with the equally important responsibility to contribute to the evolution of this field, whether through research, advocacy, or education."</span></p>
<hr />

<h3><strong><span style="color: #5f0475;">You worked as a medical scribe prior to beginning medical school. How has that experience aided you in your education? How did it influence how you see medicine?</span></strong></h3>
<span style="font-size: 16px;"><span class="large-text" style="font-size: 16px;">"Working as a medical scribe was incredibly helpful in allowing me to envision what daily life could look like as a physician in a number of different specialties and practice settings. I always recommend it to premedical students. I came into medical school already understanding the structure of documentation, the basics behind billing and coding, and how to navigate multiple electronic health records. This helped immensely in our Doctoring course and in my clinical rotations. Working in this role allowed me to understand the realities of modern-day medicine and better prepared me to function effectively within it."</span>

</span>
<hr />

<h3><strong><span style="color: #5f0475;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/ondrejka/11.2025_Ondrejka_AzAAP.png" style="float: left; border-width: 0px; border-style: solid; width: 350px; height: 234px;" usemap="#rade_img_map_1762800636151" />What makes you most excited about the next steps in your career?</span></strong></h3>
<span style="font-size: 16px;"><span class="large-text" style="font-size: 16px;">"I am most excited to focus on my chosen specialty of pediatrics in this next chapter. I feel lucky to have participated in multiple pediatric rotations in medical school and look forward to dedicating all my training and educational time to working with and caring for children."</span>

</span>
<hr />

<h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/ondrejka/11.2025_Lauren_Whitecoat.png" style="float: left;" /><strong><span style="color: #5f0475;">What prompted you to become involved in organized medicine?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"I got involved in organized medicine to better understand how policy and advocacy shape the care we provide. My first exposure came through my role as a chapter leader for Medical Students For Choice (MSFC), where I saw how legislation directly impacts patient care. That experience sparked my interest in working with organizations like ArMA to advocate for change at the state level, and to ensure physicians' voices are heard in shaping healthcare policy."</span></p>
<img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/ondrejka/Ondrejka_Capitol.png" style="width: 350px; height: 490px; float: right;" /><hr />
<h3><strong><span style="color: #5f0475;">Why is ArMA important to you?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"ArMA is important to me because it allows physicians and trainees to come together to advocate for our patients and our profession. ArMA's work at the state level ensures that lawmakers hear the perspectives of those on the front lines of care delivery. I'm grateful to be part of that conversation and learn how to get involved in legislative advocacy early in my career."</span></p>

<hr />

<h3><strong><span style="color: #5f0475;">What song have you had on repeat lately?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"Anything from Olivia Dean's new album <em>The Art of Loving</em>."</span></p>
<hr />
<h3><strong><span style="color: #5f0475;">Where is your favorite place to grab food in Arizona?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"Glai Baan, First &amp; Last, Mensho Ramen."</span></p>
<hr />

<h3><strong><span style="color: #5f0475;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/ondrejka/11.2025_Lauren_Achievement.png" class="content-image float-right" /><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/ondrejka/Ondrejka_Poster.png" style="width: 350px; height: 490px; float: left;" />What personal or professional achievement are you most proud of?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"The professional achievement I am most proud of is my longitudinal scholarly project entitled 'Social Needs of Children With Medical Complexity and Inpatient Care Utilization.' Our findings demonstrate children with medical complexity who have unmet social needs have significantly greater readmissions and longer length of stay in the hospital. It was an honor to present our work locally at the ArMA Annual Meeting and nationally at the Pediatrics Hospital Medicine Annual Meeting in 2024. Our manuscript was just <a href="https://publications.aap.org/journal-blogs/blog/33455/More-Than-Medicine-Why-Social-Needs-Matter-for" target="_blank">recently published in <em>Hospital Pediatrics</em></a> along with a commentary piece."</span></p>

<hr />

<h3><strong><span style="color: #5f0475;">What is the last book you read?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"<em>Remarkably Bright Creatures</em> by Shelby Van Pelt."</span>&nbsp;&nbsp;</p>
<hr />

<h3><strong><span style="color: #5f0475;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/ondrejka/Ondrejka_Travel.png" style="float: right; width: 350px; height: 490px;" />How do you unwind after a stressful day?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"Reality TV – anything from Dancing With The Stars to The Real Housewives."</span></p>

<hr />
<p><strong style="color: #098ab2; font-size: 26px;"><span style="color: #5f0475;">What is something on your bucket list you hope to cross-off soon?</span></strong></p>
<p class="large-text"><span style="font-size: 16px;">"I've loved travelling to new places with my classmates during medical school. Hoping Greece is next after graduation!"</span></p><map id="rade_img_map_1762800636151" name="rade_img_map_1762800636151"><area shape="RECT" coords="1,58,352,347" href="http://" /></map>]]></description>
<pubDate>Mon, 10 Nov 2025 18:13:00 GMT</pubDate>
</item>
<item>
<title> 🌟 Member Spotlight: Leah Sanford, MSY4</title>
<link>https://www.azmed.org/news/news.asp?id=711821</link>
<guid>https://www.azmed.org/news/news.asp?id=711821</guid>
<description><![CDATA[<h3>
    <span class="highlight">
        <img alt="Leah Sanford headshot" src="https://cdn.ymaws.com/azmed.site-ym.com/resource/resmgr/member_spotlight/sanford/10.2025_ms_sanford_headshot.png" class="intro-image" style="border: 10px solid #ffffff; float: left; width: 300px; height: 420px;" />
        <strong><span style="color: #5f0475;">We're proud to introduce Leah Sanford as ArMA's October Member Spotlight.</span>
    </strong>
    </span>
</h3>

<p class="medium-text">
    <span style="font-size: 16px;">Leah Sanford is a fourth-year medical student at Midwestern University. Earlier this year, she earned&nbsp;first place in <strong><a href="https://www.azmed.org/page/2025PosterSymposium">ArMA's 2025 Poster Symposium</a></strong> for her clinical vignette research titled "Pulmonary Point of Care Ultrasound: A Case Series."&nbsp;Beyond her research achievements, Leah is also a passionate philanthropist. In 2024, she was recognized by Midwestern University with the Gold Touch Award for completing over 100 hours of volunteer work in a single academic year.&nbsp;
    
</span></p>
<p class="medium-text"><span style="font-size: 16px;">In her interview with ArMA, Leah shares how her personal journey into medicine was inspired by her own experiences with chronic illness and service in resource-limited communities abroad. Currently preparing for residency interviews, she reflects on this milestone as a culmination of years of dedication to her craft. <br /><br />From excellence in clinical research to selfless dedication in serving others, Leah demonstrates the commitment and compassion fueling the next generation of physicians. </span></p>

<p><span style="font-size: 20px; font-weight: 700; font-family: Arial; color: #8d0029;">Read more about Leah and her journey as a medical student below!</span></p>

<hr />

<h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/sanford/10.2025_Leah_MU_Award.png" style="float: left;" /><strong><span style="color: #5f0475;">Becoming a physician is no easy feat! What inspired you to pursue a career in medicine?</span></strong></h3>
<p>
    <span style="font-size: 16px;"><span class="large-text" style="font-size: 16px;">"I became interested in medicine at a young age while battling my own chronic illnesses, but what really inspired me was a volunteer trip to Ometepe, Nicaragua as a senior in undergrad. Experiencing healthcare in a resource-limited setting opened my eyes to the global need for compassionate, patient-centered care and solidified my commitment to becoming a physician."</span>
    
</span></p>

<hr />
<h3><strong><span style="color: #5f0475;">What is a project you are working on right now? Why is it meaningful to you?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"Currently my focus is preparing for residency interviews. This milestone is meaningful in many ways, but most of all, it represents the years of hard work and dedication I've put into my training so far."</span></p>
<hr />
<h3><strong><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/sanford/10.2025_Leah_ArMA_Poster.png" style="float: right;" /><span style="color: #5f0475;">You secured first place in the clinical vignette category of ArMA's 2025 Poster Symposium for your research, "Pulmonary Point of Care Ultrasound: A Case Series." What do you enjoy most about medical research? What was the most important thing you learned throughout the process?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"I enjoy seeing the impact that medical research has on patient care. My previous research has been in bench work, so this project gave me my first opportunity to apply what I'd learned in a clinical setting and translate that knowledge into an organized presentation."</span></p>
<hr />

<h3><strong><span style="color: #5f0475;">You received the “Gold Touch Award” from Midwestern University for volunteering over 100 hours during the academic year. Can you describe your volunteering efforts and share why donating your time is important as you pursue your medical degree?</span></strong></h3>
<span style="font-size: 16px;"><span class="large-text" style="font-size: 16px;">"I was a mentor for the health careers institute for the summer of 2023 where I guided a small group of eight high school students through a week long exploration of healthcare professions. I facilitated daily discussions with these students and answered questions regarding the beginnings of their journeys to a career in healthcare. I also led break out sessions for anatomy comparing human and animal hearts, biomedical sciences exploring blood typing, and clinical medicine serving as a standardized patient in a simulation competition. Between preparing for the event (interviewing applicants and setting up sessions) and the weeklong program, I had volunteered 90 hours.  My other volunteering hours consisted of other events ongoing at school by the pediatric interest group and other organizations. <br /><br />Volunteering while pursuing a medical degree not only allows me to connect with people in the community from different backgrounds but also reinforces why I chose to pursue a career in medicine. Healthcare isn't just a career but a commitment to the community and volunteering early on in medical school helps to establish this mindset."</span>

</span>
<hr />

<h3><strong><span style="color: #5f0475;">Why is ArMA important to you?</span></strong></h3>
<span style="font-size: 16px;"><span class="large-text" style="font-size: 16px;">"ArMA connects students and physicians who share a common goal of improving healthcare in Arizona and strengthening the community we serve."</span>

</span>
<hr />

<h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/sanford/10.2025_Leah_Whitecoat.png" style="float: left;" /><strong><span style="color: #5f0475;">What song have you had on repeat lately?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"I've been listening to the KPop Demon Hunters album on repeat."</span></p>
<hr />
<h3><strong><span style="color: #5f0475;">What are your top 3 favorite movies or TV shows?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"Harry Potter and Parks &amp; Recreation."</span></p>

<hr />

<h3><strong><span style="color: #5f0475;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/leah_sanford/photo_placeholder_4.png" class="content-image float-right" />What personal or professional achievement are you most proud of?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"I am the first person in my immediate family to go to college and the first in my extended family to attend medical school."</span></p>

<hr />

<h3><strong><span style="color: #5f0475;">What is the last book you read?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"I just started reading Stephen King's <em>The Long Walk</em>."</span>&nbsp;&nbsp;</p>
<hr />

<h3><strong><span style="color: #5f0475;">What do you like best about living in Arizona?</span></strong></h3>
<h3><strong><span style="color: #5f0475;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/sanford/10.2025_Lead_and_Friends.png" style="width: 375px; height: 525px; float: right;" /></span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"The people I have met that have supported me through school while my family was a thousand miles away."</span></p>

<hr />

<h3><strong><span style="color: #5f0475;">What would people be surprised to learn about you?</span></strong></h3>
<p class="large-text"><span style="font-size: 16px;">"I took ceramic wheel throwing in college and still throw pottery at a local studio."</span></p>
<hr />
<p><strong style="color: #098ab2; font-size: 26px;"><span style="color: #5f0475;">If you weren't practicing medicine, what would you be doing?</span></strong></p>
<p class="large-text"><span style="font-size: 16px;">"I've wanted to be a physician since I was in high school so I've never really considered it. I do love to travel though... so maybe a pilot?"</span></p>]]></description>
<pubDate>Mon, 6 Oct 2025 18:33:00 GMT</pubDate>
</item>
<item>
<title> 🌟 Member Spotlight: Ashish Patel, MD</title>
<link>https://www.azmed.org/news/news.asp?id=709609</link>
<guid>https://www.azmed.org/news/news.asp?id=709609</guid>
<description><![CDATA[<h3>
    <span class="highlight">
        <img alt="Dr. Ashish Patel headshot" src="https://www.azmed.org/resource/resmgr/member_spotlight/ashish_patel/9.2025_Larger_Dr_Ashish_Pate.png" class="intro-image" style="border: 10px solid #ffffff; float: left;" />
        <strong>We're proud to introduce Ashish Patel, MD, as ArMA's September Member Spotlight.
    </strong></span>
</h3>

<p class="medium-text">
    <span style="font-size: 16px;">Dr. Ashish Patel is a pediatric gastroenterologist serving as Phoenix Children's <span style="font-size: medium;">Physician-in-Chief. In this role, he</span>&nbsp;leads over 900 physicians, advanced practitioners, and
    mental health therapists in pursuing the medical group's mission.&nbsp;</span><span style="font-size: medium;">Even as he leads within the&nbsp;state's largest pediatric health system, he remains passionate about engaging with patients and contributing to research that shapes healthcare globally.&nbsp;</span></p>
<p class="medium-text"><span style="font-size: 16px;">In his interview, Dr. Patel talks about how he achieves a careful balance between strategic leadership and the core of every physician's profession: patient care. He also brings a fresh perspective on Arizona, its merits, and its culinary scene, having recently relocated from Texas. <br /><br />From medical research to clinical care to systems thinking, Dr. Patel demonstrates all of the unique skill sets that make physicians invaluable in our communities. He is not only shaping healthcare for the better but finding a rhythm in work that allows his passion for medicine to grow.</span></p>

    <p><span style="font-size: 20px; font-weight: 700; font-family: Arial; color: #8d0029;">Read more about Dr. Patel and how he is shaping pediatric healthcare in Arizona below!</span></p>

    <hr />

    <h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/ashish_patel/9.2025_Larger_Dr._Patel_on_W.png" style="float: left; width: 299.312px; height: 394.699px;" longdesc="On Women Physicians Day, Dr. Patel and his colleagues rounded at both hospital campuses to recognize and thank their peer providers. They distributed refreshments and self-care items on patient floors and in physician dining rooms, among other celebrations and opportunities for recognition." /><strong>You currently serve as Phoenix Children's "Physician-in-Chief," which you were appointed to in 2024. What do your days look like while serving this role and which aspect do you enjoy the most?</strong></h3>
    <p>
        <span style="font-size: 16px;"><span class="large-text" style="font-size: 18px;">As Physician in Chief, I lead over 900 physicians, advanced practitioners and mental health therapists within Phoenix Children's Medical Group. Our health system is the largest provider of pediatric health care in the state and that comes with great responsibility to children and their families. My days are a combination of administrative time and clinical work, which was very important to me when I accepted this role. I love clinical medicine and as a pediatric gastroenterologist who specializes in pediatric inflammatory bowel disease, I could not see giving up my passion for caring for children and their families.</span>
        </span>
    </p>
    <h5><span style="font-size: 18px;"><span class="large-text" style="font-size: 18px;">My current leadership position allows me to share this passion throughout our health system to impact care delivery in our more than 75 subspecialties, plus our primary care practices. I'll be honest, some days my calendar looks like Tetris but with a great support team and keeping in mind our mission "To advance hope, healing and the best healthcare for children and their families", it has been a rewarding journey so far!</span>
        </span>
    </h5>
    <hr />
    <h3><strong>How did you find yourself specializing in pediatric gastroenterology? Did you always have a passion for caring for children and their health?</strong></h3>
    <p class="large-text"><span style="font-size: 16px;">My mom was a general pediatrician in a small town in Texas and I loved how she talked about taking care of families and often generations of children. I went into medical school knowing I wanted to do pediatrics and I was first exposed to pediatric gastroenterology in residency. I loved the diverse disease process involving many different organs of the gastrointestinal tract as well as the opportunity to use endoscopy to diagnose, treat and sometimes cure these diseases.</span></p>
    <hr />
    <h3><strong><img alt="" src="https://www.azmed.org/[PLACEHOLDER_IMAGE_6]" class="content-image float-right" />Where is your favorite place to grab food in Arizona?</strong><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/ashish_patel/9.2025_Larger_Dr_Patel_With_.png" style="float: right; width: 250px; height: 350px;" longdesc="Dr. Patel with Dr. Gurleen Kaur Kahlon (left) and Dr. Caroline Chincilla Putzeys (right), the first graduating class of Phoenix Children’s ACGME-accredited Pediatric Gastroenterology Fellowship Program. Each completed Phoenix Children’s 3-year program comprised of inpatient and outpatient care, research, didactic lectures, literature reviews, hands-on endoscopy training and more. As former division chief of gastroenterology, Dr. Patel is the clinical leader who first launched this program. " /></h3>
    <p class="large-text"><span style="font-size: 16px;">I am a huge foodie and love the explosion of the culinary scene here in Arizona! Some of my favorite spots are Uchi, Little Miss BBQ and Bacanora.</span></p>
    <hr />

    <h3><strong><img alt="" src="[PLACEHOLDER_IMAGE_2]" class="content-image float-right" />You have an impressive track record of research and publication, with over 50 original publications, guidelines, and reports. Which part of the research and publication process do you find most fulfilling or exciting?</strong></h3>
    <p class="large-text"><span style="font-size: 16px;">Research continues to be an important part of my career. I always felt like participating in research was a way to push medicine forward, learn what we don't know and help future generations of children. When you see a patient in clinic, you are focused on their health and their success.</span></p>
    <h5 class="large-text"><span style="font-size: 18px;">Research allows you take a more global approach to a disease and try to make an impact that will affect many more children.</span></h5>

    <hr />

    <h3><strong>What was the biggest pivot point in your career?</strong></h3>
    <span style="font-size: 16px;"><span class="large-text" style="font-size: 16px;">Moving to Arizona! I was part an excellent medical group in Dallas and had been there for 17 years when the opportunity came up to be Division Chief of Gastroenterology at Phoenix Children's. Since taking that role, the division has achieved significant growth, going from 15 doctors to 25, plus launching the first pediatric gastroenterology fellowship in Arizona. That work translated to the opportunity to be Physician in Chief, which I am fully engaged in now.</span>

    </span>
    <hr />

    <h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/ashish_patel/9.2025_Larger_Dr._Patel_and_.png" style="float: left; width: 250px; height: 350px;" longdesc="Dr. Ashish Patel and his wife Dr. Reina Patel, a hospitalist at Phoenix Children’s, with their children" /><strong>What prompted you to become involved in organized medicine?</strong></h3>
    <p class="large-text"><span style="font-size: 16px;">I like being involved in organized medicine because it allows us to share our voice, address concerns and frustrations, and in the end hopefully make medicine better. I'm involved nationally with the North American Society for Pediatric Gastroenterology (NASPGHAN), our pediatric gastroenterology organization. I'm also involved with a large pediatric IBD collaborative called ImproveCareNow.</span></p>
    <hr />
    <h3><strong>What do you like best about living in Arizona?</strong></h3>
    <p class="large-text"><span style="font-size: 16px;">My family loves all the outdoor activities Arizona has to offer, especially going up to Flagstaff. Our favorite Indian restaurant in Arizona is up there, called Delhi Palace. We love sports and the arts, so we enjoy going to Suns games (even though I am a die-hard Spurs fan), Cardinals games, concerts and have season tickets to the Arizona Speaker Series.</span></p>

    <hr />

    <h3><strong>Why is ArMA important to you?</strong></h3>
    <span style="font-size: 16px;"><span class="large-text" style="font-size: 16px;">When my family and I moved from Texas to Arizona in 2020, the Arizona Medical Association allowed me to start connecting with other physicians and learn the challenges and successes we experience in Arizona.</span>

    </span>
    <hr />

    <h3><strong><img alt="" src="[PLACEHOLDER_IMAGE_4]" class="content-image float-right" />How do you unwind after a stressful day?</strong></h3>
    <p class="large-text"><span style="font-size: 16px;">I spend time with my kids and explore the culinary scene in Phoenix and across Arizona.</span></p>

    <hr />

    <h3><strong>What personal or professional achievement are you most proud of?</strong></h3>
    <p class="large-text"><span style="font-size: 16px;">On a personal note, my wife is an accomplished pediatric hospitalist at Phoenix Children's. I love watching our two kids grow up and become great human beings.</span></p>

    <hr />

    <h3><strong>What is something on your bucket list you hope to cross off soon?</strong></h3>
    <p class="large-text"><span style="font-size: 16px;">My family loves to travel, so we have several places on our bucket list. We went to Argentina last year which was incredible. Iceland, Africa and Europe are high on the list!</span></p>]]></description>
<pubDate>Mon, 8 Sep 2025 16:15:00 GMT</pubDate>
</item>
<item>
<title> 🌟 Member Spotlight: Saira Kalia, MD</title>
<link>https://www.azmed.org/news/news.asp?id=707856</link>
<guid>https://www.azmed.org/news/news.asp?id=707856</guid>
<description><![CDATA[<h3>
    <span class="highlight">
        <img alt="Dr. Saira Kalia headshot" src="https://cdn.ymaws.com/azmed.site-ym.com/resource/resmgr/member_spotlight/kalia/8.2025_mem_spot_kalia_new.png" class="intro-image" style="border: 10px solid #ffffff; width: 350px; height: 490px; float: left;" />
        We're proud to introduce Saira Kalia, MD, as ArMA's August Member Spotlight.
    </span>
</h3>

<p class="medium-text">
    <span style="font-size: 16px;">Dr. Saira Kalia is a psychiatrist practicing in Tucson who has dedicated her career to supporting women's mental health during some of life's most transformative moments. She founded and directs the <strong><a href="https://apal.arizona.edu/" target="_blank">Perinatal &amp; Pediatric Psychiatry Access Lines (APAL)</a></strong>,
    a groundbreaking program addressing Arizona's need for maternal and pediatric mental health resources.<br /><br /> In her interview, Dr. Kalia shares how her journey with perinatal psychiatry began, her passion for
    systemic change in maternal mental health care, and the lessons learned from building statewide access programs. She also shares some of her proudest and most memorable moments, many of which involve the joy and experience of being a mother.<br /><br /> Dr. Kalia's work represents the intersection of clinical excellence and systems thinking, demonstrating how physicians create lasting impact beyond the exam room.</span>
</p>

<p><span style="font-size: 20px; font-weight: 700; font-family: Arial; color: #8d0029;">Read more about Dr. Kalia and her vision for the future of maternal mental health below!</span></p>

<hr />

<h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/kalia/4_8.2025_Mem_Spot_Kalia_Larg.png" style="float: left; width: 300px; height: 420px;" />What drew you to the field of perinatal psychiatry? When did you first discover your passion for delivering care
    to perinatal patients?</h3>
<p>
    <span style="font-size: 16px;"><span class="large-text" style="font-size: 18px;">I've always known that I would work with women in some capacity — that part of my path felt clear even before I went into medicine. During medical school, it became even more apparent that supporting women's mental health was where I belonged. I was struck by how central mothers are to the health, stability, and wellbeing of families and communities —&nbsp;and
    yet how often their needs are overlooked, especially during transitions like pregnancy and postpartum. Those moments are profoundly vulnerable and transformative, and they deserve more attention, not less.</span>
</span></p>
<h5><span style="font-size: 18px;"><span class="large-text" style="font-size: 18px;">Working in perinatal psychiatry has been both a passion and a privilege. It's deeply humbling to walk alongside someone as they navigate the emotional complexities of becoming&nbsp;— or being&nbsp;— a mother.</span>
</span></h5>
<hr />
<h3>What would people be surprised to learn about you?</h3>
<p class="large-text"><span style="font-size: 16px;">People are often surprised to learn that I love dystopian coming of age fantasy novels. My son and I read them together and debate over the merits of different powers.</span></p>
<hr />
<h3><img alt="" src="https://www.azmed.org/[PLACEHOLDER_IMAGE_6]" class="content-image float-right" />What song have you had on repeat lately?<img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/kalia/8.2025_Mem_Spot_Kalia_Large.png" style="float: right; width: 300px; height: 420px;" /></h3>
<p class="large-text"><span style="font-size: 16px;">Lately, it's been a song from&nbsp;<em>Moana 2</em>&nbsp;— on constant repeat thanks to my daughter, and I'll admit... it's grown on me. There's just something infectious about Disney anthems when they're belted from
    the backseat (and drivers seat). Can I get a&nbsp;<em>chee-hoo</em>?&nbsp;&nbsp;</span></p>
<hr />

<h3><img alt="" src="[PLACEHOLDER_IMAGE_2]" class="content-image float-right" />What recent development in maternal mental health are you most excited about?</h3>
<p class="large-text"><span style="font-size: 16px;">The growing national recognition of maternal mental health as a public health priority has been incredibly encouraging. In particular, I'm excited by the integration of psychiatric consultation services into primary care and obstetric settings
    — including models like perinatal psychiatry access programs&nbsp;— which make timely, expert support available to front-line providers. </span></p>
<h5 class="large-text"><span style="font-size: 18px;">Additionally, the inclusion of maternal mental health metrics in federal quality reporting programs is a game-changer. It signals a shift toward accountability and sustainable systems of care.</span></h5>

<hr />

<h3>What has been the biggest challenge for maternal mental health in the past five years? What does the path towards a solution look like?</h3>
<span style="font-size: 16px;"><span class="large-text" style="font-size: 16px;">The most pressing challenge has been the workforce shortage&nbsp;— both in mental health broadly and in reproductive psychiatry specifically. We simply do not have enough trained clinicians
to meet the growing need, especially in rural and underserved areas. The solution lies in capacity building: equipping non-specialist providers to offer competent care, investing in pipeline training, and scaling programs that deliver consultation, education,
and resource navigation. We also need to continue advocating for policy and reimbursement changes that make integrated, longitudinal care feasible.</span>

</span><hr />

<h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/kalia/2_8.2025_Mem_Spot_Kalia_Larg.png" style="float: left; width: 300px; height: 420px;" />You serve as director of the Perinatal &amp; Pediatric Psychiatry Access Lines, a program you founded in response
    to Arizona's lack of maternal mental health resources for patients and physicians. What has been the most important 'lesson' you've learned through leading the program?</h3>
<p class="large-text"><span style="font-size: 16px;">The most important lesson has been that relationships are the foundation of systems change. It's not enough to build a good program&nbsp;— you have to build trust. That means listening&nbsp;—    to everyone involved. The success of our program has depended as much on our team's ability to show up with humility and consistency as it has on our clinical expertise.</span></p>
<hr />
<h3>Where is your favorite place to grab food in Arizona?</h3>
<p class="large-text"><span style="font-size: 16px;">Tumerico, hands down!</span></p>

<hr />

<h3>What prompted you to become involved in organized medicine?</h3>
<span style="font-size: 16px;"><span class="large-text" style="font-size: 16px;">Organized medicine gives physicians a seat at the table where those decisions are made. It's where we can translate our on-the-ground experiences into systemic advocacy. So many of the challenges patients face&nbsp;—especially
in perinatal mental health&nbsp;— are rooted in policy decisions, structural inequities, and funding gaps.</span>

</span><hr />

<h3><img alt="" src="[PLACEHOLDER_IMAGE_4]" class="content-image float-right" />Why is ArMA important to you?</h3>
<p class="large-text"><span style="font-size: 16px;">Being part of ArMA allows me to contribute to something bigger than myself, and to join with colleagues across specialties in shaping a better future for our state.</span></p>

<hr />

<h3>What was the biggest pivot point in your career?</h3>
<p class="large-text"><span style="font-size: 16px;">The biggest pivot point in my career was founding APAL. Up until that point, I had been focused primarily on direct clinical care and teaching —&nbsp;work I deeply valued. But I kept encountering the same systemic
    barriers: long waitlists, limited access in rural areas, and providers feeling ill-equipped to support perinatal patients with mental health needs. It became clear that we needed to do more than treat individual patients —&nbsp;we
    needed to change the system. Launching the access program shifted my role from individual care to statewide impact.</span></p>

<hr />

<h3>What personal or professional achievement are your most<img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/kalia/3_8.2025_Mem_Spot_Kalia_Larg.png" style="float: right; width: 300px; height: 420px;" /> proud of?</h3>
<p class="large-text"><span style="font-size: 16px;">Being asked to judge an elementary school science fair might top the list. It felt like I had finally arrived —&nbsp;clipboard in hand, pretending I understood the laws of aerodynamics as explained by a very confident
    third grader.</span></p>

<hr />

<h3>What is one message you would give your younger self?</h3>
<p class="large-text"><span style="font-size: 16px;">I would tell my younger self: </span></p>
<h5><em>You don't have to shrink to belong.</em> Trust your instincts, even when the path isn't clear, and know that you're allowed to take up space.</h5>]]></description>
<pubDate>Mon, 11 Aug 2025 18:22:00 GMT</pubDate>
</item>
<item>
<title>🌟 ArMA Member Spotlight: James Nachbar, MD, Esq.</title>
<link>https://www.azmed.org/news/news.asp?id=705727</link>
<guid>https://www.azmed.org/news/news.asp?id=705727</guid>
<description><![CDATA[<h3 style="box-sizing: border-box; font-weight: 500; line-height: 1.1; background-color: #ffffff;"><span style="box-sizing: border-box; font-weight: 700; font-size: x-large;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/nachbar/7.2025_Member_Spotlight_Nach.png" style="border: 8px solid #ffffff; float: left; width: 313px; height: 438px;" />We're proud to introduce James Nachbar, MD, Esq.,</span><span style="box-sizing: border-box; font-weight: 700; font-size: x-large;"><span style="box-sizing: border-box;"><span style="box-sizing: border-box;"><span style="box-sizing: border-box;"><span style="box-sizing: border-box;"><span style="box-sizing: border-box; color: #8d0029;">&nbsp;</span></span></span></span></span>as&nbsp;</span><span style="box-sizing: border-box; font-weight: 700; font-size: x-large;">ArMA's July Member Spotlight.</span></h3><p style="box-sizing: border-box; margin: 0px 0px 10px; background-color: #ffffff;"><span style="box-sizing: border-box; font-size: medium; font-family: Arial;"><span style="font-family: Arial;">Dr. James Nachbar is a plastic surgeon practicing in Scottsdale, where he owns and operates Scottsdale Plastic Surgery.<br /><br />Earlier this month, Dr. Nachbar was elected to the position of president-elect by his colleagues, meaning he will serve as the Arizona Medical Association's 135th president in 2026.<br /><br />In his interview, Dr. Nachbar shares his thoughts on leading the House of Medicine as the landscape of healthcare changes rapidly, nodding to his priorities as ArMA's future president. He also talks about his early journey with medicine, what drew him into plastic surgery, and the uncle who inspired it all.</span></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px; background-color: #ffffff;"><span style="box-sizing: border-box; font-size: medium; font-family: Arial;"><span style="font-family: Arial;">Dr. Nachbar's interview reveals someone deeply interested in understanding systems (whether its the legal system or computer coding) and helping people heal through confidence.&nbsp;</span></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px; background-color: #ffffff;"><span style="box-sizing: border-box; font-size: medium; font-family: Arial;"><span style="font-family: Arial;"></span></span><span style="font-size: 20px; font-weight: 700; font-family: Arial; color: #8d0029;">Read more about Dr. Nachbar's philosophy on enhancing patients' lives and his "just for fun" law degree below!</span></p><hr /><h3>Organized medicine must continue to evolve as the landscape of healthcare changes. What do you see as the association’s largest area of opportunity or innovation? </h3><span style="font-size: 16px;">Healthcare has changed dramatically—but so has society, especially in how we connect and access information. When I came to Arizona in 1995 to start my private practice, I joined all the local medical societies right away. That was just what everyone did—it was understood to be part of being a physician in the community. But that culture has shifted.<br /><br />Today, many physicians—especially those employed by large healthcare systems—may not see the immediate value of ArMA membership. At the same time, a lot of physicians aren’t as aware as they should be of the legislative and regulatory challenges we face. That’s where ArMA has a huge opportunity: not just to continue advocating at the Capitol and with the Department of Health, but to better communicate the why and how of that work to all Arizona physicians.</span><br /><br /><h5>We need to bring more physicians into the process, make our advocacy work more visible, and remind people that organized medicine is essential—perhaps now more than ever. </h5><p><span style="font-size: 16px;">If we can meet doctors where they are, and show them the relevance of what ArMA is doing for their own practice, we can strengthen our community and our voice in a very meaningful way.<br /></span></p><hr /><h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/nachbar/2025_Nachbar5.png" style="float: right;" /><a name="priority" id="priority"></a>What is your top priority or strategic goal as ArMA’s president-elect?</h3><p><span style="font-size: 16px;">My top priority as ArMA’s president-elect is to expand our membership. We need more physicians at the table, and that starts with helping them clearly see the value of being part of ArMA.<br /><br />Too often, doctors don’t realize how much of what affects their day-to-day practice—reimbursement issues, scope-of-practice battles, regulatory burdens—is shaped at the state level. ArMA is working hard behind the scenes on these fronts, but if physicians don’t know that, or don’t feel represented, we risk losing both engagement and influence.<br /><br />A big part of meeting this challenge is modernizing how we communicate. We have to meet physicians where they are—whether that’s through digital platforms, more targeted messaging, or simply making it easier to understand how ArMA’s work connects to their professional lives. The more accessible and relevant we can make our message, the more likely we are to bring new voices into the fold.<br /><br />With my legal background and experience testifying at the legislature on health-related issues, I’ve seen firsthand how important it is for physicians to have a strong, informed voice in policymaking. Whether a physician is in solo practice, academia, or employed by a large system, we all benefit from unified advocacy—and that starts with building a larger, more engaged membership.<br /></span></p><hr /><h3><a name="plasticsurgery" id="plasticsurgery"></a><a name="surgery" id="surgery"></a>What initially drew you into plastic surgery? What made you stay?</h3><span style="font-size: 16px;">What initially drew me into medicine was my uncle, an internal medicine physician who had fled from Egypt and rebuilt his life in Chicago. Our families spent many summers together during my childhood, and I was deeply inspired by his dedication and his ability to help people in such meaningful ways. That planted the seed for me to pursue medical school.<br /><br />During my third year of medical school, I had hoped for an orthopedic surgery rotation but was instead assigned to plastic surgery. As it turns out, that was a fortunate twist. I was already drawn to surgery because of its potential to make lasting changes in a patient’s life—but plastic surgery offered something more: the precision, the creativity, and especially the intricacy of hand surgery really resonated with me.<br /><br />After seven years on the faculty at the University of New Mexico, I came to Arizona and transitioned into private practice, where I now focus on cosmetic surgery. Some may view cosmetic procedures as superficial, but I’ve found the opposite to be true. There’s something incredibly powerful about being able to make a dramatic, positive impact on someone’s life—often in a single day. Whether it’s a breast augmentation or complex tissue tightening after major weight loss, I never take for granted the emotional thank-you that comes from someone who’s struggled with an issue for years.</span><br /><br /><h5>While we as physicians are trained to save lives, I’ve always believed that it’s just as important to enhance them. Helping someone feel confident and whole—that’s healing, too.</h5><hr /><h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/nachbar/2025_Nachbar6.png" style="float: left;" />What is your philosophy on effective leadership? How do you hold yourself to it?</h3><p><span style="font-size: 16px;">My philosophy on leadership is rooted in the belief that everyone should have the opportunity to contribute their ideas. Diversity of opinion isn’t just valuable—it’s essential. The best decisions come from hearing different perspectives and really taking the time to consider an issue from all angles.<br /><br />At the same time, I believe strongly about respecting everyone’s time. I’ve been in meetings where the leader spent most of the time sharing their own views, and while leadership does require direction, I think it’s far more effective to listen first and speak last. That way, you foster a culture where people feel heard and are more willing to engage.<br /><br />I try to hold myself to that standard by encouraging open dialogue, staying open to feedback, and focusing discussions so that they’re productive—not just lengthy. </span></p><h5><span style="font-size: 16px;">Ultimately, leadership is about bringing people together around a shared goal, and that only happens when everyone feels their voice matters.</span></h5><hr /><h3><a name="lawschool" id="lawschool"></a>You attended law school “for fun” and graduated second in your class. How has a law degree changed, aided, or informed your approach to medicine and patient care?</h3><p><span style="font-size: 16px;">I’ve always been fascinated by how systems work—how all the components come together to create something functional and logical. That curiosity has driven me in medicine and surgery, in computer programming and software design, and ultimately, in my interest in the law. Believe it or not, in high school I used to ride my bike to the library and read statute books—though in retrospect, that might sound a little concerning!<br /><br />When I started medical school, I even looked into combining it with a law degree, but at the time, there weren’t any formal programs to do that. Fast forward to 2014—one of my staff members mentioned she was going to re-take the LSAT, and I told her I would take it with her. I ended up scoring well, and I was offered a full scholarship to a part-time law program in Phoenix. With no real pressure—I still had my surgical career—I dove in. Honestly, law school was probably the most fun I’ve ever had.<br /><br />What stood out to me most was how elegantly the pieces of legal reasoning fit together. Reading court opinions, I developed a deep respect for the way judges analyze issues—logically, thoroughly, and from multiple angles before reaching a conclusion. It reminded me of diagnosis and surgical planning, just applied to a different kind of system.<br /><br />In terms of how it’s changed my approach to medicine, I’d say the biggest shift has been in how I view the legal system itself. Like many physicians, I used to find it intimidating—almost something to fear. But once I understood how it works, with all its checks, balances, and structure, that fear disappeared. Now, I’m much more comfortable navigating legal and regulatory aspects of medicine, and that confidence has made me a better advocate—for my patients and for my profession.</span></p><p><span style="font-size: 16px;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/nachbar/2025_Nachbar_Spotlight_Photo.png" style="width: 700px; height: 210px; vertical-align: middle;" /></span></p><hr /><h3>What prompted you to become involved in organized medicine?</h3><p><span style="font-size: 16px;">I’ve been a member of medical societies almost continuously since finishing my residency in 1988, and I’ve participated in the Doctor of the Day program at the legislature since the 1990s. But for many years, I wasn’t especially involved beyond that.<br /><br />What really prompted me to get more deeply involved came in 2017. I saw a communication from ArMA taking a position on a controversial issue before the U.S. Senate. I reached out to Chic Older, ArMA’s Executive Director at the time, and he explained that the position had been unanimously approved by the 11-member Executive Committee. That struck me—not because I necessarily disagreed, but because it suggested a lack of diversity in perspective. In a profession filled with smart, thoughtful individuals, I believe healthy debate and a range of views are essential.</span></p><p><span style="font-size: 16px;">The following year, I had just finished law school and passed the bar exam when I received an invitation to apply for a position on ArMA’s board. I felt I could offer something meaningful, so I applied and I joined the board in 2018.<br /><br />Since then, my legal training has proved especially valuable. So much of ArMA’s most important work involves advocacy, shaping legislation, and even supporting litigation that protects patients and physicians alike. Being able to apply my understanding of legal systems, statutory interpretation, and the broader policy landscape has allowed me to contribute insights that I hope have helped the organization make more informed, strategic decisions.</span></p><hr /><h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/nachbar/2025_Nachbar8.png" style="float: right;" /><a name="arma" id="arma"></a>Why is ArMA important to you?</h3><p><span style="font-size: 16px;">For me, it really comes down to ArMA’s mission: to be the strongest advocate, ally, and resource for Arizona’s physicians and physicians-in-training. That mission resonates deeply. Together, we’re fostering the practice of medicine, championing patient care, and strengthening our communities—and that’s exactly the kind of work I want to be part of.</span></p><p><span style="font-size: 16px;">There are so many forces today that challenge the integrity of medical practice. One that concerns me greatly is the growing presence of lesser-trained non-physicians and naturopathic physicians presenting themselves as providing equivalent care. That not only puts patients at risk but also undermines the work and training of dedicated physicians. At the same time, I see how many of my colleagues are stressed and burned out. That weighs heavily on me.</span></p><p><span style="font-size: 16px;">What gives me hope is that I’ve seen the long-term impact ArMA can have. Over the years, ArMA has successfully advocated for safeguards against unfounded legal actions, and championed meaningful public health efforts—most recently during the COVID pandemic. These are not small wins; they’re lasting changes that benefit both patients and physicians.</span></p><h5>That’s why ArMA is important to me. It’s about protecting the profession, improving care, and ensuring that physicians have a strong, unified voice in shaping the future of medicine in Arizona. I’m proud to be part of that mission.</h5><hr /><h3>What are your top 3 favorite movies or TV shows?</h3><p><span style="font-size: 16px;">Two movies stand out for me, both for their deeper messages: <em>Groundhog Day,</em> with Bill Murray, is a favorite because of the powerful insight it offers—that our own actions, even the smallest ones, can profoundly shape the world around us. Watching the protagonist relive the same day over and over, slowly learning how to become a better person and make a positive impact given exactly the same situation each time, is both entertaining and surprisingly moving.<br /><br /><em>WarGames</em> is another favorite. The way it explores a computer nearly triggering global destruction, only to be stopped by the realization that some games—like thermonuclear war—are unwinnable, has stuck with me. That lesson applies to a lot of life: sometimes the only way to win is not to play.<br /><br />As for TV, my go-to is the nightly news—on multiple networks. I regularly watch CBS, ABC, and Fox. I like to hear different perspectives on the same issues. I’ve always believed that if you’re only watching content you already agree with, that might be entertaining—but it’s not how you learn anything new.<br /></span></p><hr /><h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/nachbar/2025-Nachbar4.png" style="float: left;" />What is one message you would give your younger self?</h3><p><span style="font-size: 16px;">That one’s easy: </span></p><h5><em>Do not get married without a prenup!</em> Without question, that was the most expensive mistake of my life.</h5><span style="font-size: 16px;">But what I later came to understand—especially through law school—is that a good prenuptial agreement isn’t about planning for failure. It’s about clarity. It sets expectations from the beginning and can actually strengthen a relationship by ensuring that both people are entering it with transparency and mutual understanding.<br /><br />It’s a lesson I learned the hard way, but one I now see as rooted in respect, not distrust.</span><hr /><h3>What is the last book you read?</h3><p><span style="font-size: 16px;">The last two books I read share a common theme: how to improve the quality of life as we and our patients age. One was <em>Outlive: The Science &amp; Art of Longevity</em> by Peter Attia, MD, and the other was <em>Super Agers: An Evidence-Based Approach to Longevity</em> by Eric Topol, MD.<br /><br />What stood out to me in both is the idea that, while modern medicine has given us remarkable tools, so much of our health still comes down to lifestyle. But when we combine healthy habits with science and thoughtful medical strategy, we can start focusing not just on living longer—but on living better.<br /><br />Dr. Attia introduced the concept of the “centennial decathlon,” which I really connect with. It’s the idea of training today for the more-than-ten physical tasks we want to be able to do at age 100—things like hiking up a hill with a 20-pound backpack, lifting a suitcase into an overhead bin, or picking up a grandchild from the floor. That kind of practical, purpose-driven longevity really resonates with me.<br /><br />I’m also fascinated by the idea of “longevity escape velocity”—the possibility that science may one day extend our healthspan, not just our lifespan, by more than 12 months every year. It’s an exciting frontier, and I hope to be around long enough to see us get there.<br /></span></p><hr /><h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/nachbar/7.2025_Nachbar9.png" style="float: right;" />What is the best advice you've ever received?</h3><p><span style="font-size: 16px;">The best advice I’ve ever received is something I wish I could credit to a specific person—but it stuck with me regardless: </span></p><h5><em>Whenever you’re not sure which way to go, figure out what’s best for the patient, and do that.</em></h5><span style="font-size: 16px;">It’s remarkably clarifying. Medicine can be complex, and we’re often balancing competing demands—clinical, legal, administrative. But when in doubt, that principle cuts through the noise. Focus on what’s best for the patient, and the right path usually becomes clear.<br /></span><hr /><h3>If you weren't practicing medicine, what would you be doing?</h3><p><span style="font-size: 16px;">If I weren’t practicing medicine, I’d probably be doing one of the things I already enjoy in my spare time—developing software and system architecture, or practicing law. I’ve always been drawn to how systems work, whether they’re technical, legal, or biological.<br /><br />The truth is, there are so many different paths a career can take. Either of those options might have been more financially lucrative, but I honestly can’t imagine they would be anywhere near as rewarding as medicine. There’s something deeply meaningful about the connection with patients and the ability to make a real difference in someone’s life.<br /><br />Simply put—I love my job!</span></p><hr /><h3>What do you like best about living in Arizona?</h3><p><span style="font-size: 16px;">What I like best about living in Arizona? The summer heat—yes, really—and the people.<br /><br />There’s something I genuinely enjoy about Arizona summers. When the temperatures rise, the visitors clear out, the big events pause, traffic thins, and suddenly everything feels a bit more peaceful and open. It’s like the state takes a collective breath.<br /></span></p><h3 style="text-align: left;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/nachbar/2025_Nachbar7.png" style="float: left;" /></h3><p><span style="font-size: 16px;">And the people here are truly wonderful—both pleasant and intelligent. I grew up in the Midwest and on the East Coast, and I still go back to visit family. Every time I do, I’m reminded of how different it feels. For one thing, everyone’s honking their horn all the time back east! Arizona just has a calmer, friendlier energy—and I really appreciate that.<br /></span></p><hr /><h3>What would people be surprised to learn about you?</h3><p><span style="font-size: 16px;">People might be surprised to learn that when I was in high school in Connecticut back in 1969, our school got one of the earliest computers—a PDP-8L. I was completely fascinated. It had no monitor, no disk of any kind (not even a floppy), no ROM, and just 4K of RAM. Input and output came through a typewriter-like terminal. To boot it up, you had to manually enter around 200 commands using physical switches on the front panel—just to get it ready to read the operating system from a paper tape punched with holes.<br /><br />I was so eager to learn how it worked and how to program it that I started leaving the computer room window unlocked so I could sneak back in over the weekends and spend more time with it.<br /><br />(To be clear—kids, don’t try that today! It was a different time.)<br /><br />Looking back, it reflects the curiosity that has driven me ever since. Whether it’s computing, medicine, or law, I’ve always been drawn to understanding how complex systems work—and how to make them better.<br /></span></p>]]></description>
<pubDate>Fri, 11 Jul 2025 22:41:00 GMT</pubDate>
</item>
<item>
<title> 🌟 ArMA Member Spotlight: Teresa Bertsch, MD!</title>
<link>https://www.azmed.org/news/news.asp?id=702610</link>
<guid>https://www.azmed.org/news/news.asp?id=702610</guid>
<description><![CDATA[<h3 style="box-sizing: border-box; font-weight: 500; line-height: 1.1; background-color: #ffffff;"><span style="box-sizing: border-box; font-weight: 700; font-size: x-large;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/teresa_bertsch/6.2025_Member_Spotlight_Bert.png" style="border:5px solid #ffffff;width: 300px; height: 375px; float: left;" />We're proud to introduce Teresa Bertsch, MD,</span><span style="box-sizing: border-box; font-weight: 700; font-size: x-large;"><span style="box-sizing: border-box;"><span style="box-sizing: border-box;"><span style="box-sizing: border-box;"><span style="box-sizing: border-box;"><span style="box-sizing: border-box; color: #8d0029;">&nbsp;</span></span></span></span></span>as&nbsp;</span><span style="box-sizing: border-box; font-weight: 700; font-size: x-large;">ArMA's June Member Spotlight.</span></h3><p style="box-sizing: border-box; margin: 0px 0px 10px; background-color: #ffffff;"><span style="box-sizing: border-box; font-size: medium; font-family: Arial;"><span style="font-size: medium; background-color: #ffffff; font-family: Arial;">Dr. Teresa Bertsch is a psychiatrist living in Flagstaff, where she currently serves as the NARBHA Institute’s Chief Medical Officer and Chief Wellbeing Officer. In these roles, she leads efforts to improve follow-up care after hospitalizations and emergency visits while also strengthening support systems for physicians and other healthcare professionals.<br /><br />In her interview, Dr. Bertsch shares how an ordinary trip to the library transformed her approach to life, patient care, and leadership. Through a deeper exploration of the human condition, she has since developed a framework that drives her to lead with compassion, develop effective systems, and make the world a better place.<br /><br />She is consistently recognized as kind, generous, and graceful by colleagues. For her outstanding achievements and reputation, Dr. Bertsch was honored with the Health &amp; Fitness Award during <strong><a href="https://www.azmed.org/page/ArMAHealthCareAwards" target="_blank">ArMA’s 2025 Health Care Awards Ceremony</a></strong> earlier this year.<br /></span></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px; background-color: #ffffff;"><span style="box-sizing: border-box; font-size: medium; font-family: Arial;">   </span></p><p style="box-sizing: border-box; margin: 0px 0px 10px; background-color: #ffffff;"><span style="box-sizing: border-box; font-size: medium; font-family: Arial;"></span><span style="box-sizing: border-box; font-weight: 700; font-size: 20px; font-family: Arial;"><span style="box-sizing: border-box; color: #8d0029;">We invite you to read more about Dr. Bertsch’s journey with medicine and how a misspelled word was an ironic prediction of her future below!</span></span></p><hr /><h3>Your colleague described you as being rooted in humility, generosity, and grace. How do you keep centered in a space of compassion in your work and life?</h3><p><span style="font-size: 16px;">Back in about 2000, I was at the public library looking for resources for my patients when I came across two books that changed so many things that I knew about the mind, emotions and my approach to life. One was called “Working with Anger” by an American Buddhist nun, and one was a compilation of The Mind &amp; Life Dialogues between neuroscientists, philosophers and HH Dalai Lama, called “Destructive Emotions.” The idea that my negative emotions, like anger, harm me more than the targets of my anger made so much sense. How could I, as a psychiatrist, not have understood this before? The Buddhist theory of mind and its antidotes to all the different types of suffering are so compelling and practical for personal and professional wellbeing. New research also backs up those approaches. <br /><br />In medicine and especially public psychiatry, we are privy to the diversity of humanity’s suffering in ways that most people only experience through movies and novels. Being able to have a framework to understand the human condition and our habitual responses to it has been life-changing and life-affirming for me. </span></p><h5><span style="font-size: 18px;">I resonate with HHDL’s statements that “kindness is my religion” and “If you want <em>others</em> to be happy, practice compassion. If <em>you</em> want to be happy, practice compassion.”</span></h5><hr /><h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/teresa_bertsch/Bertsch_1.png" style="width: 250px; height: 313px; float: right;" />How do you unwind after a stressful day?</h3><p><span style="font-size: 16px;">My husband almost died in a mountain bike accident when our children were young. I bought the only hot tub in Flagstaff that could be installed on the day he was discharged from the hospital. We have “jacuzzied” every night since then, looking up at the Flagstaff dark skies, no jets on so it’s quiet, reviewing the day.</span></p><hr /><h3>You serve in multiple c-suite roles for The NARBHA Institute and its Northern Arizona Alliance for Behavioral Health Accountable Care Organization. What is your personal philosophy on leadership, and what do you enjoy most about leading others?</h3><p><span style="font-size: 16px;">As a leader, I get the opportunity to make changes that go beyond what I can do in a one-on-one patient visit. I choose mission-driven systems that work well for the people who work in them, as well as for those who benefit from them. I view regulations and rules as solutions to problems that probably started with good intent but can still go awry. So, when something starts to feel like it’s stupid or has too much friction to follow correctly, I feel obligated to do what I can to achieve the intent, but in ways that don’t burn out healthcare workers or deny appropriate care.</span></p><h5><span style="font-size: 18px;">I think leadership’s responsibility is to develop and drive smart, effective, compelling systems and initiatives that benefit as many as possible.</span></h5><p><span style="font-size: 16px;">I mentor and coach medical students, residents, physicians and clinicians to not be afraid to take a leadership role even if they don’t think they have the expertise. Healthcare needs us! Too many of us have abdicated the “business” of medicine because we thought we weren’t experienced enough, or that it wasn’t as important as direct care. Research shows that healthcare organizations led by clinicians have better clinical and financial outcomes. I say, don’t wait to get an MBA or another credential! Join the Finance committee! Budgets are how an organization codifies its values into action. Physician leaders who participate in healthcare finance have considerable influence and impact. The other committee is Peer Review. Having a compassionate and realistic perspective on what it is like for a physician to have an adverse event may literally save that physician’s personal and professional life. And when a regulatory organization asks for feedback on a policy, give it. You might be the only one who did, and that can be very powerful.</span></p><h5>I would say my philosophy on leadership is, believe you can make the world a better place, and then do it.</h5><hr /><h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/teresa_bertsch/Bertsch_2.png" style="width: 250px; height: 313px; float: left;" />What personal or professional achievement are you most proud of?</h3><p><span style="font-size: 16px;">Personally, I’m still married to my high school sweetheart who surprises and delights me constantly, as well as making it through having two children during medical school and residency.<br /><br />Professionally, receiving the Arizona State Behavioral Health Leadership in Services Award for designing and delivering innovative behavioral health care systems and lifelong dedication to public service.</span><br /></p><hr /><h3>You received a master’s degree in linguistics from Stanford University. How has your background in the arts influenced the way you approach medicine and patient care?</h3><p><span style="font-size: 16px;">I studied developmental linguistics with an emphasis in American Sign Language. My sister, who is 15 months younger than me, is deaf. Her experience of the world, especially when we were young, was so different than mine because of language, not intelligence. Language shapes our thinking, our relationships, our socioeconomic status and our perceptions of the world. Being her sister, sensitized me to the stigma that people with disabilities experience, especially hidden disabilities like deafness and psychiatric disorders. <br /><br />Studying linguistics made me curious about the mind’s interface with society, behavior, emotions and actions. As a psychiatrist, you become very aware of the impact of your language and presence on a patient. Our minds are constantly making meaning about our experiences. What physician hasn’t been surprised by the patient who comes back and says how your one sentence made all the difference in their healing, or the stories about “medical curses” that derailed them or a family member? I teach everyone I can about the placebo effect and how physicians who display warmth and competence get the best results. </span></p><h5><span style="font-size: 18px;">We are an active ingredient of healing too!</span></h5><hr /><h3>What would people be surprised to learn about you?</h3><p><span style="font-size: 16px;">I lost a regional spelling bee in elementary school by misspelling “physician.” Decades later I still hesitate when I have to spell that word, which can be multiple times per day or week!</span></p><hr /><h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/teresa_bertsch/Bertsch_3.png" style="width: 250px; height: 313px; float: right;" />What was the biggest pivot point in your career?</h3><p><span style="font-size: 16px;">Transitioning as CMO of a Medicaid managed care health plan to CMO of NARBHA’s affiliate, The Guidance Center, a community mental health center and psychiatric hospital. The five years I was at TGC were some of the most rewarding and stressful times for me personally and professionally because it spanned the entire pandemic with two EMR upgrades, major renovations to the psychiatric hospital and outpatient facilities, opening a new SMI BHRF and an integrated care clinic, two JCAHO accreditation surveys, and pandemic policy pandemonium.</span></p><hr /><h3>You were recently recognized with ArMA’s Health &amp; Fitness Award for, in part, your leadership of the Arizona’s Public Psychiatry Academy, a program to help early-career psychiatric practitioners navigate the challenges of Medicaid. As Medicaid funding is threatened, how has your approach to leading this program changed?  </h3><p><span style="font-size: 16px;">There is moral injury and resultant burnout in healthcare professionals when we are asked to treat patients we don’t feel competent enough to treat, or to ration or abandon care that we know is necessary. AHCCCS is complicated. Public health is complicated. Psychiatry is complicated. And rapid federal and state changes make it even more so! </span></p><p><span style="font-size: 16px;">We started the Arizona Public Psychiatry Academy to be a community of practice for those working in the public psychiatry system. Our goals are to support and train public psychiatry practitioners, especially early career, to understand and respond to the changes, to translate their academic knowledge into practice, and ultimately to thrive. We teach up-to-date information about healthcare finance, coding, credentialing, privileging, quality improvement, controlled substance and telehealth regulations, wellbeing, impostor phenomenon, time management, as well as psychiatric evaluation and treatments for all populations. We try to fill in the blanks and model clinical humility in a constantly changing environment. </span></p><p><span style="font-size: 16px;">It’s been incredibly rewarding, and we are going to be expanding to additional tracks in leadership, personal growth and ethics.</span></p><hr /><h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/teresa_bertsch/Bertsch_4.png" style="width: 250px; height: 313px; float: left;" />What prompted you to become involved in organized medicine?</h3><p><span style="font-size: 16px;">I’ve been a Chief Medical Officer continuously for the past 30-ish years, first at Northern AZ RBHA (NARBHA), and then at our partner Medicaid Health Plan, and now at The NARBHA Foundation where I also am CMO of our two behavioral health ACOs, The Alliance and the Thrive Health Alliance. When our state was building a system for community mental health, I was able to impact many of the policies and programs at the state level because DBHS, ADHS and AHCCCS were very participatory. Now with our ACOs, we advocate for behavioral health agencies to be able to participate in value-based payment models to improve patient outcomes, collaborate not compete, support clinician wellbeing and continue NARBHA’s 58-year legacy of building and supporting public behavioral health care for rural, frontier and underserved populations.</span></p><hr /><h3>What is the last book you read?</h3><p><span style="font-size: 16px;">I read science fiction and fantasy and all the titles and plot lines blur together, especially on a Kindle! I find them entertaining because they are far removed from “real” life!</span></p><hr /><h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/teresa_bertsch/Bertsch_5.png" style="width: 250px; height: 313px; float: right;" />What is the best advice you've ever received?</h3><p><span style="font-size: 16px;">From my mom, “if other people can do it, you can too.” This can be applied to childbirth, medical school, programming a new phone, running a marathon, etc.</span></p><hr /><h3>Why is ArMA important to you?</h3><p><span style="font-size: 16px;">I joined ArMA as a physician peer support during the pandemic when it started the Virtual Doctors’ Lounge. As part of the Wellbeing Collaborative of Arizona Health Professionals, I have been impressed with ArMA’s successful advocacy for licensure changes to remove mental health treatment attestations and its commitment to physician wellbeing. </span></p><h5><span style="font-size: 18px;">Having a united voice is empowering.</span></h5>]]></description>
<pubDate>Mon, 2 Jun 2025 18:33:00 GMT</pubDate>
</item>
<item>
<title>🔦 ArMA Member Spotlight: Vanuyen Pham!</title>
<link>https://www.azmed.org/news/news.asp?id=699741</link>
<guid>https://www.azmed.org/news/news.asp?id=699741</guid>
<description><![CDATA[<h3 style="box-sizing: border-box; font-weight: 500; line-height: 1.1;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/pham/1.png" style="width: 250px; height: 322px; margin-right: 10px; margin-bottom: 10px; vertical-align: top;" /></h3><h3 style="box-sizing: border-box; font-weight: 500; line-height: 1.1;"><strong style="font-size: x-large; box-sizing: border-box;">We're proud to introduce&nbsp;</strong><strong style="font-size: x-large; box-sizing: border-box;"><span style="box-sizing: border-box;"><span style="box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; color: #8d0029;">Vanuyen Pham&nbsp;</span></strong></span></span></span>as&nbsp;</strong><strong style="font-size: x-large; box-sizing: border-box;">ArMA's May Member Spotlight!</strong></h3><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-size: medium; font-family: Arial;">For Vanuyen Pham, medicine and advocacy go hand in hand. A proud second-generation Vietnamese American and medical student at Creighton University School of Medicine in Phoenix, Vanuyen entered medicine with a passion for community-building, policy change, and amplifying voices that are too often unheard. Her background as a history major at Stanford University and former program manager at the Economic Security Project fuels, in part, her commitment to driving social change.<br /><br />Today, she leverages her position as a medical student to stand up for patients, including facing Medicaid cuts. In her interview with ArMA, Vanuyen shares how her background in the humanities shaped her approach to medicine, her first experience at the Arizona State Capitol, and her perspective on the importance of physician-led advocacy.</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-size: medium; font-family: Arial;"></span><strong style="font-size: 20px; font-family: Arial; box-sizing: border-box;"><span style="box-sizing: border-box; color: #8d0029;">Learn more about Vanuyen's story below!</span></strong></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;">You’ve had experience in nonprofit and government work — how have those  roles influenced your approach to medicine and advocacy?  </span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"</span><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">I learned a lot from my previous roles about collaboration, coalitions, and the importance of forming strong, trusted relationships. Policies can’t be properly made without working with folks who are directly impacted. I see that as very tied to part of why I chose to go into medicine. I think physicians are in a very key position to work closely with patients, see what policies would be most beneficial for patients, and have the access to spaces to be listened to. I learned about physicians whose clinical care directly informed their advocacy work, and I deeply admired that. It was hopeful to see that it was possible. That is the tension and balance that I think I will continue to keep exploring in the coming years."</span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-size: 18px;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box; color: #098ab2;">What was the most memorable moment during your Doctor of the Day experience with ArMA?&nbsp;</span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"This was the first time I visited the State Capitol, and I learned a lot. Things like learning about how the Arizona state legislature is structured with staffing and how different it is from other states or federally was interesting. It was also nice to stop in on a caucus meeting and observe how representatives ask questions on different bills, and see how ArMA staff (shoutout Eva and Amanda) advocate for bills to legislators. I think it’s helpful to learn how the system works. On the outside we can call legislators and submit comments, but seeing how things are structured and what priorities may be important to legislators is useful. <br /><br />In college, I met a community organizer who was heavily involved in state advocacy. I didn’t know anything really at the time and only had a small idea that I might be interested in policy and politics. I wish I could remember the exact example she told me about, but it was an example of junior high school students organizing to have a policy initiated at their school. While I don’t remember the specific details, this stood out to me because it made policy seem approachable and possible – anyone could get involved in advocacy. In college, I saw this through students pushing to have more funding for ethnic studies professors and community centers. I’ve thought before of advocacy and policy seeming intimidating, and it is, to think about it on a big level, sweeping changes. But it doesn’t need to be that big. <br /><br />I guess that’s what led me to writing <strong><a href="https://azmirror.com/author/vanuyenpham/" target="_blank">the article on possible Medicaid cuts</a></strong>. I read an article about the House proposed bill and was alarmed. I saw a small note about Arizona being one of the states with a trigger law, and just kept reading articles from there that led to me learning more information. I reached out to Dr. Murphy for support, and she looped me in to the work that ArMA was doing. I had no illusions of making any big changes. But I think I was just curious and I felt like it was important, and I wanted to be able to do something small on my own. <br /><br />So I would say, if you see something that you don’t think is quite right or should be changed, do something about it. Follow what makes you curious. It could be starting off small like researching a topic that piques your interest, and go from there. Reach out for help, because lots of people know more than you do and are happy to help."</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/pham/5.png" style="width: 383px; height: 312px; margin-top: 5px; margin-bottom: 5px; float: right;" /></span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;">How has  your background in the field of humanities influenced your approach to medical education?  &nbsp;</span></strong><br style="box-sizing: border-box;" /></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; font-size: 16px;"><span data-preserver-spaces="true" style="box-sizing: border-box;">"A key part of writing history papers was sifting through sources, formulating an argument, and then citing evidence to support the thesis. I think this is essentially what a differential diagnosis is, which is at the heart of medicine. While the two subject matters are fairly different, I would say being curious and constantly asking questions is important in both. In history, it’s about asking what resources can be found to fill in the picture, and whose perspective the writings are from. In medicine, I’m still learning that along with memorization, asking why things happen helps connect the dots and cement the knowledge. I did love being a nerd and digging around for sources in archives, and I do see that investigative part in medicine as well in trying to find the answers to your questions. There is also an aspect of honing in on very specific details, while keeping in the back of your mind that context is everything and that having a sense of the bigger picture is also important.</span></span></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; font-size: 16px;"><span data-preserver-spaces="true" style="box-sizing: border-box;"><br />It also forced me to be better at articulating my thoughts. When you’re in a two person seminar for two hours, you do have to do the readings, learn how to read quickly to get the gist of things, and have things to say. So I would say it helped me become better at communicating. Overall, it is a different background and has taken time to adjust to learning the science content, but I’m glad to have had the experience of taking humanities classes. And I always knew I enjoyed them and thought in high school that I wanted to major in history! I always felt like studying history was basically learning different people’s stories – reading historical fiction when younger will likely do that to you."</span></span></span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;">What song has been on repeat lately? &nbsp;</span></strong><br style="box-sizing: border-box;" /></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"'Do What You Do' -  Baek Hyun, EL CAPITXN, and UMI."</span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 18px;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box; color: #098ab2;">What’s the last book you read?</span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<i>Water Moon</i> by Samantha Sotto Yambao – whimsical fantasy about the adventures of a magical pawnshop owner. I didn’t love all parts of it, but it ended up being a comforting read, and I thought the world-building was very creative."<br style="box-sizing: border-box;" /></span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: medium;"><span style="box-sizing: border-box; font-size: 18px; color: #098ab2;">If you weren't pursuing medicine, what would you be up to right now? &nbsp;</span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"I might have still been in some sort of role in the nonprofit or policy space. I always thought being Chief of Staff might be cool. There’s another world where I’m fully on the creative side as a writer or doing something like a PhD in history. A possible middle ground, if I had more of a quantitative background, would be a journalist on health policy issues for an organization like Kaiser Family Foundation."</span></p><hr /><p><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/pham/2.png" style="width: 350px; height: 438px; float: right; margin-top: 5px; margin-bottom: 5px; margin-left: 5px;" /></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="font-family: Arial; font-size: large; box-sizing: border-box;"><span style="box-sizing: border-box; color: #098ab2;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box; color: #098ab2;">Can you share a clinical experience that helped you connect the dots between&nbsp;</span></strong>policy decisions and their real-life impact on patients?</span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<span style="box-sizing: border-box;">There wasn’t necessarily a single experience but more when I was a Vietnamese interpreter in a county hospital ED in college, I realized I was interested in looking at bigger picture factors. Many of the patients reminded me of my grandparents and parents, from the way they talked about using green oil for pain relief or wind chills causing their symptoms. The fact that interpretation services are available in the hospital is a result of both hospital policies, and a reflection of how the Civil Rights Act codified language access on a federal level. I saw how critical language access was in ensuring patients got the best care they could, and while it’s something we are lucky to see as the norm now, was a conscious policy that was implemented. <br /><br />There were other aspects of ED care, like seeing unhoused patients often coming in, that made me question how beyond their hospital care, what support they were receiving outside. What were the economic and housing policies in place that related to healthcare? Policies can seem abstract, but they shape our lives. Language access policies help patients like my own parents do things like apply for insurance, make appointments, communicate with their doctors, and better understand their care. Learning about history too, I became curious about policies and the policymaking process because of how both harmful and helpful policies greatly influence people’s lives.</span><span style="box-sizing: border-box; caret-color: #000000; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; color: #000000;">"</span></span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box; font-size: 18px; color: #098ab2;">What is one message you would give to your 18-year-old self? </span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><span style="box-sizing: border-box;">"Keep going – you have no idea what’s in store for you. When things get hard, remember why you do what you do. Things aren’t always going to turn out the way you expect, and that’s okay. Just keep going, and be happy."</span></span></p><div style="box-sizing: border-box;"><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/pham/3.png" style="width: 360px; height: 450px; float: left; margin-top: 5px; margin-right: 5px; margin-bottom: 5px;" />What do you like best about living in Arizona? </span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<span style="box-sizing: border-box;">This is my first time in a new state, so there’s been lots of exploring! I’ve been able to go with friends to see the fall leaves at Flagstaff, (attempt to) ski for the first time there, and hike in Sedona. I’ve also loved exploring new places and finding places for myself here like Palabras Bookstore in Phoenix and Blue Corn Cafe &amp; Bakery in Glendale. I’ve liked trying new things like reading at an open mic, getting into running, watching the sunrise at Papago Park. Also, I have to say Arizona sunsets in particular are quite beautiful.</span></span><span style="box-sizing: border-box; font-size: medium; font-family: Arial;">"</span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;">What prompted you to become involved in organized medicine? </span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<span style="box-sizing: border-box;">I don’t think I heard about the term “organized medicine” before ArMA, but it seems like a natural progression of my interests.&nbsp;</span></span><span style="font-size: medium; font-family: Arial;">I remember a class activity in college learning about the Chevron refinery fire in 2012 in Richmond, CA. In the exercise, we role-played being community members meeting with refinery representatives to voice concerns about the environmental effects of the refinery on health. One thing that stood out and that we all reflected on after was that part of the exercise involved the “community members” standing while the “corporation employees” were seated. A small detail, but one that had us thinking about power dynamics at play in a room and any setting.</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><span style="box-sizing: border-box;">I think this question about access to resources has been at the background of my mind throughout my education and career so far. I am very lucky to have had access to spaces and opportunities that my family before me never dreamed of having. And I do see it as my responsibility to leverage the opportunities I am given to make the most of it.</span></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><span style="box-sizing: border-box;">The spaces I’ve been a part of have only emphasized to me how important community is. Community-driven policies are where we need to keep heading to. Unfortunately, by nature of how things work, a lot of positions where the most change can be made is not readily accessible to most people. I see my role in being part of organized medicine as meeting others who are driven by the same hopes to collectively work together to make things a little better for the people we love. Sometimes things don’t work out and sometimes it feels like things get broken down and have to be rebuilt. It can be demoralizing. So change is slow, but there’s no way to do big things alone, and I truly believe the only way forward is working together. Small groups with a big and persistent vision can do a lot. </span></span><span style="box-sizing: border-box; font-size: medium; font-family: Arial;">"</span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;">Why is ArMA important to you and those you lead?&nbsp;</span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<span style="box-sizing: border-box;">Being in a classroom setting again for the past few years, it has been easy to get lost in the books and theory. ArMA works to make concrete changes and is completely based on what members believe is important and worth fighting for. It has been a good reminder for me to remember why I do this work, and again, the importance of community and collective action."</span></span></p></div>]]></description>
<pubDate>Mon, 28 Apr 2025 22:24:00 GMT</pubDate>
</item>
<item>
<title>🔦 ArMA Member Spotlight: Theresa Costales, MD! </title>
<link>https://www.azmed.org/news/news.asp?id=697916</link>
<guid>https://www.azmed.org/news/news.asp?id=697916</guid>
<description><![CDATA[<h3 style="box-sizing: border-box; font-weight: 500; line-height: 1.1;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/costales/4.4.25_theresacostalesmember.png" style="width: 320px; height: 400px; float: left; margin-right: 7px; margin-bottom: 7px;" /></h3><h3 style="box-sizing: border-box; font-weight: 500; line-height: 1.1;"><strong style="box-sizing: border-box;">We're proud to introduce&nbsp;</strong><strong style="box-sizing: border-box;"><span style="box-sizing: border-box;"><span style="box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; color: #8d0029;">Theresa Costales, MD,&nbsp;</span></strong></span></span></span>as&nbsp;</strong><strong style="box-sizing: border-box;">ArMA's April Member Spotlight!</strong></h3><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-size: medium; font-family: Arial;">Dr. Costales is a Phoenix-based psychiatrist and the newly appointed Chief Medical Officer of AHCCCS, Arizona’s Medicaid agency. With a career grounded in behavioral health, a passion for systemic reform, and a drive to serve vulnerable communities, she brings both lived experience and visionary leadership to her role.<br /> <br />From her early work in adolescent addiction treatment to overseeing a statewide psychiatric crisis center, Dr. Costales has remained steadfast in her belief that better systems lead to better care. Today, she stands at the helm of a program serving over 2 million Arizonans, committed to reshaping healthcare delivery and defending access to care.</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-size: medium; font-family: Arial;">&nbsp;</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-size: 20px; font-family: Arial;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box; color: #8d0029;">Learn more about Dr. Costales's story below!</span></strong></span><span style="box-sizing: border-box; font-size: 20px; font-family: Arial;"><span style="box-sizing: border-box;"></span></span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;">What aspect of your work as AHCCCS’s CMO do you find most fulfilling or exciting?</span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"</span><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">I just came on board with AHCCCS in January, so at this early stage of my tenure, it’s still really thrilling to consider the potential scope of impact.  AHCCCS provides health insurance coverage to over 2 million Arizonans, covering more than half of all births and two-thirds of nursing facility days in the State.  As the Arizona Medicaid agency, we oversee the AHCCCS Complete Care plans, the RBHAs (which are responsible for care of patients with a Serious Mental Illness designation), CHP (which covers care for children in DCS custody), the ALTCS plans (which provide long-term care coverage for the elderly and physically disabled, as well as for the developmentally disabled populations), and the Fee for Service System (which includes the American Indian Health Program, the Federal Emergency Services program, and the Tribal ALTCS and RBHA IGAs). </span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"> It’s hard to find an area of healthcare in Arizona that AHCCCS does not touch.  And as a physician who spent much of my time on the community provider side contemplating ways by which our healthcare system could and should work better for patients, I almost cannot believe that I am here being given the opportunity to turn those daydreams into reality."</span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-size: 18px;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box; color: #098ab2;">How does your expertise in behavioral health influence you in your current role?</span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"I came to Arizona in 2019 to work in the Serious Mental Illness (SMI) system here.  It was my first real job after training, and I was excited to continue consolidating the knowledge I had gained during residency by treating chronically mentally ill patients in a statewide system designed to do just that.  I had never heard of such a system – they do not exist elsewhere – and I could not wait to start. </span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"> I had formed this image in my head of what the SMI system would be, and it included truly integrated physical and psychiatric treatment, easy access to high quality services and evidence-based treatments of various modalities, sophisticated care coordination, and evidence of great outcomes, such as lower rates of psychiatric hospitalization and recovery from SMI.  </span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">Unfortunately, that’s not what I encountered upon arrival.  I spent my days fighting for my patients to receive care that could be considered even mediocre in quality, navigating a somewhat disjointed system full of barriers to do so, and over time, I watched patients get sicker and sicker.  I started to get a picture of where the gaps were, and which, if addressed, had the potential to be most impactful for the patients. </span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"> That picture truly came into focus when I left the SMI clinics to oversee a psychiatric crisis center, where all parts of the system seem to connect.  It was there that I began advocating for systemic change while simultaneously advocating for individual patients, and that both led me to my current role at AHCCCS and informed my perspective on what that role should look like."</span>&nbsp;</p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/costales/3.png" style="width: 234px; height: 308px; float: left; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; opacity: 0.8;" />Looming Medicaid cuts are on everyone’s mind. What would you say to policymakers who are considering cuts to this funding or changes to patients’ eligibility? </span></strong><br style="box-sizing: border-box;" /></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; font-size: 16px;"><span data-preserver-spaces="true" style="box-sizing: border-box;">"Put simply, making any significant cuts to Medicaid funding and/or eligibility would be short-sighted, harm many Americans, weaken our economy, and adversely impact the electability of any policymaker who voted to do so.  So, if I had the chance, I suppose I would advise against doing so."</span></span></span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;">What is something unexpected that you’ve encountered in your transition from direct patient care to leading a large healthcare institution? &nbsp;</span></strong><br style="box-sizing: border-box;" /></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"I came to AHCCCS with an understanding that problems in our healthcare system would be complicated and have multiple layers, but I had no concept of how numerous and entangled those layers would be.  It turns out there are very few truly “easy fixes” in a statewide agency."</span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 18px;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box; color: #098ab2;">What goal are you most excited to accomplish in 2025?</span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"Just making it through my first year as CMO of a state Medicaid agency in the current political climate in one piece will be a win for 2025."<br style="box-sizing: border-box;" /></span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: medium;"><span style="box-sizing: border-box; font-size: 18px; color: #098ab2;">What song has been on repeat lately? &nbsp;</span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<em>The Fever to Tell</em> album from Yeah Yeah Yeahs is experiencing a revival in my car of late.  That album debuted towards the end of my Senior year of high school, so when I first listened to it, I was preparing to leave the proverbial nest, and still had all of that teenage angst going on, but was simultaneously so excited about the future, which I hoped would include making the world a better place.  The songs feel full of all of those emotions and sentiments, with a hefty dose of formidable female energy, all of which feels oddly relevant to me once again, and is totally helping me prepare for my day as the AHCCCS CMO."</span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 18px;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box; color: #098ab2;"><a name="Approach to Patient Care" id="anchor_1726508883581" style="box-sizing: border-box;"></a>Where is your favorite place to grab a bite in Arizona? </span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<span style="box-sizing: border-box;">Phoenix City Grille – it was the neighborhood spot that my husband and I frequented in the first place we lived together, and we got to know the staff there pretty well, some of whom have been watching our son grow since he was still in the womb.  Though we have since moved to another neighborhood, it is still our go-to for a family dinner or Friday date night.</span><span style="box-sizing: border-box; caret-color: #000000; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; color: #000000;">"</span></span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box; font-size: 18px; color: #098ab2;">What’s the last book you read?</span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><span style="box-sizing: border-box;">"In all honesty, the last book I actually read cover to cover was <em>Harry Potter and the Sorcerer’s<img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/costales/2.png" style="width: 252px; height: 307px; float: right; margin-top: 5px; margin-bottom: 5px; margin-left: 5px; left: 431px;" /> Stone</em>, which I read to my 6-year-old daughter at bedtime over the last month or so.  I think learning to read has been the first major cognitively challenging skill she has attempted to master, which was leading her to avoid it as much as possible, so I wanted to get her excited about reading by showing her how it can unlock new worlds and endless adventures, and decided the Harry Potter books were the way there.  The plan seems to be working."</span></span></p><div style="box-sizing: border-box;"><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;">If you weren’t pursuing medicine, what would you be up to right now?&nbsp;</span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<span style="box-sizing: border-box;">In my fantasy, I would be co-hosting a true crime podcast focused on exploring the intersection of Psychiatry and the criminal justice system via examination of historical court cases and those playing out in the media currently.  That said, I’m not so sure that I am cut out for the uncertainty that would come with trying to launch a true crime podcast in an already saturated market, so in reality, I would probably end up doing something practical and human services-focused, like managing a non-profit organization that does meaningful work.</span></span><span style="box-sizing: border-box; font-size: medium; font-family: Arial;">"</span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;">How would you describe your approach to patient care? </span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<span style="box-sizing: border-box;">When supervising medical students, residents, PAs or NPs, I often say, '<em>When in doubt, be a human.'</em></span></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><span style="box-sizing: border-box;"> I see my patients as people first and foremost, and I want them to experience me that way as well, which means that I present during visits as myself – personable, warm, and as imperfect as humans tend to be.  I make an effort to get to know my patients, because the better I understand them, the easier it is to get to the root cause of what’s troubling them.  I self-disclose at times, always thoughtfully and with the intention of building therapeutic rapport, which is key to eliciting a good history and getting buy-in for a treatment plan. </span></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><span style="box-sizing: border-box;"> When I don’t know something, I tell them that I don’t know and then discuss how we can figure it out.  When I’ve made a mistake, I acknowledge that I did so, apologize, and do what I can to fix it.  And when they need someone to fight for them or help them to navigate a complex system, I am there for it.  I treat my patients the way I would want a loved one to be treated.  </span></span><span style="box-sizing: border-box; font-size: medium; font-family: Arial;">"</span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;">What prompted you to become involved in organized medicine? </span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<span style="box-sizing: border-box;">The Associate PD in my residency program once said to me, <em>'You are someone who always need a project,'</em> which I have since found to be highly accurate. </span></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><span style="box-sizing: border-box;"> It seems to be in my nature to reject the status quo and instead seek continuous systemic improvement, so it was really less of a conscious choice to get involved in organized medicine and more of a compulsion.  Finding ways to make the system better is what drives me, so I tend to find my way to positions that allow me to focus my energy there."</span></span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;">Why is ArMA important to you and those you lead? </span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<span style="box-sizing: border-box;">ArMA is the collective voice of the experts who do the work, and can thereby provide a perspective on AHCCCS initiatives that is critically important to seeing our mission through."</span></span></p></div>]]></description>
<pubDate>Fri, 4 Apr 2025 19:38:00 GMT</pubDate>
</item>
<item>
<title>🔦 ArMA Member Spotlight: Holly L. Geyer, MD!</title>
<link>https://www.azmed.org/news/news.asp?id=694742</link>
<guid>https://www.azmed.org/news/news.asp?id=694742</guid>
<description><![CDATA[<h3 style="box-sizing: border-box; font-weight: 500; line-height: 1.1;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/geyer/1.png" style="width: 360px; height: 465px; float: left; margin-right: 8px;" /></h3>
<h3 style="box-sizing: border-box; font-weight: 500; line-height: 1.1;"><strong style="box-sizing: border-box;">We're proud to introduce&nbsp;</strong><strong style="box-sizing: border-box;"><span style="box-sizing: border-box;"><span style="box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; color: #8d0029;">Holly L. Geyer, MD</span></strong></span>
</span></span>as&nbsp;</strong><strong style="box-sizing: border-box;">ArMA's February Member Spotlight!</strong></h3>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-size: medium; font-family: Arial;">Dr. Geyer is a hospitalist specializing in internal and addiction medicine at Mayo Clinic Arizona and a previous member of ArMA's Legislative &amp; Governmental Affairs Committee. She is a leader in research, advocacy, and policy, with a track record of driving change in public health and patient care throughout the Valley and beyond.<br /><br />Committed to combating the opioid crisis, Dr. Geyer spearheaded STOP-IT, an initiative to equip Arizona schools with life-saving overdose preparedness resources. Her work is a testament to the unique power of physicians in shaping healthcare policy and improving public health.</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-size: medium; font-family: Arial;">&nbsp;</span></p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-size: 20px; font-family: Arial;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box; color: #8d0029;">Learn more about Dr. Geyer's story below!</span></strong>
    </span><span style="box-sizing: border-box; font-size: 20px; font-family: Arial;"><span style="box-sizing: border-box;"></span></span>
</p>
<hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" />
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;">Share a project or campaign that triggered your interest in grassroots initiatives. How did you hear about it, and how did you get involved?</span></strong></p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"></span></p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"</span><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">All of us have titles.  And most of us shrug the two-lettered ones when we step across our ‘welcome’ mat. The most treasured designation I will hold in this life is ‘mom’.  But emerging data made it apparent that the threat of addiction and overdose my three young kids would face in our country was anything but theoretical. And it wasn’t waiting for adulthood. </span></p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"> With more than 50% of all US fentanyl coming directly through Arizona borders and America losing a classroom worth of kids weekly, it was time to get proactive. I formed a small group of clinicians and government representatives to help investigate the topic of opioid overdose preparedness in Arizona schools.  We identified that there were no standardized overdose policies/procedures, naloxone procurement plans, school referral resources for addiction or staff/student overdose prevention and management training tools. </span></p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"> Together, we drafted an executive summary and brought it to the attention of the Arizona Department of Education.  Superintendent Tom Horne embraced the opportunity to address the subject and I was invited to chair the ‘<strong><span style="text-decoration: underline;"><span style="color: #8d0029;">S</span></span>
    </strong>chool <strong><span style="text-decoration: underline;"><span style="color: #8d0029;">T</span></span></strong>raining <strong><span style="text-decoration: underline;"><span style="color: #8d0029;">O</span></span></strong>verdose <strong><span style="text-decoration: underline;"><span style="color: #8d0029;">P</span></span></strong>reparedness
    and <strong><span style="text-decoration: underline;"><span style="color: #8d0029;">I</span></span></strong>ntelligence <strong><span style="text-decoration: underline;"><span style="color: #8d0029;">T</span></span></strong>askforce’ <strong><span style="color: #8d0029;">(STOP-IT)</span></strong>,
    a now 60+ member multidisciplinary working group. We were pleased to meet our deliverables and release a finalized Toolkit to all 2000 Arizona schools this January, along with a replenishable supply of 16,000 doses of naloxone-graciously supplied
    by our AZDHS and AHCCCS partners. There is an appetite for grass-roots engagement in this state and impending budget cuts may make our collaborative support all the more necessary in the coming years. "</span>
</p>
<hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" />
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-size: 18px;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box; color: #098ab2;">What have you gained personally and professionally from being part of initiatives that drive change in healthcare?&nbsp;</span></strong>
    </span>
</p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"A sense of purpose that my day job could never deliver. </span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">Let me be clear: I adore patient care, particularly when caring for patients struggling with addiction, but my level of impact on the ‘n of 1’ each day left thousands of patients outside my walls bereft of the same intervention.  It didn’t sit well.  If we’ve built answers for one, why not apply them on a mass scale? </span></p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"> I’ve been blessed to serve with an organization that embraces this same philosophy and empowers the providers that champion them. Mayo Clinic put forth a host of resources and tools to help enable systematic change to the healthcare system’s role in addressing the opioid crisis-both inside and outside our organization’s borders.</span></p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">A few years ago, we started an Opioid Stewardship Program (OSP). As Physician Lead in Arizona, I’ve worked to build an external form of our program for third party purchase targeting the 77% of US healthcare systems that lack one. Once available, this resource will offer access to 100’s of patient educational handouts and videos, protocols/policies, department workflows, EHR enhancement builds, healthcare provider training tools, consultation hours and more. </span></p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"> Mayo further supported the authorship of my book, <a href="http://https://store.alumniassociation.mayo.edu/products/book-ending-the-crisis">‘Ending the Crisis: Mayo Clinic’s Guide to Opioid Addiction and Safe Opioid Use’</a> which serves as the only patient-facing resource addressing the topics of pain management, safe use of opioids, and management of opioid-related complications, including addiction. Our School of Professional Development (MCSCPD) recently converted this into an <a href="http://https://ce.mayo.edu/online-education/content/ending-crisis-guide-opioid-addiction-and-safe-use-audiobook#group-tabs-node-course-default1">audiobook</a> and it is now CME approved plus meets the DEA 8 hour training&nbsp;mandate required of all DEA-licensed US providers. </span></p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"> A surprising addition to my roles was a recent appointment as Medical Advisor to the <a href="http://https://nflalumnihealth.org/">NFL Alumni Association’s Health Initiative</a> (NFLAH) and the request to initiate national opioid-related&nbsp;healthcare campaigns on their behalf. Last year, I was able to foster a partnership between the DEA and NFLAH, and our NFL alumni are now the leading face of the <a href="http://https://www.dea.gov/onepill">DEA’s One Pill Can Kill</a> campaign strategy. </span></p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"> These are just a few of the initiatives I’ve had the privilege of partnering in, and it’s gratifying to see contributors build on their momentum. The more partners willing to participate, the sooner this crisis ends."</span>&nbsp;</p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" />
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;">What would people be surprised to learn about you?</span></strong><br style="box-sizing: border-box;" /></p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; font-size: 16px;"><span data-preserver-spaces="true" style="box-sizing: border-box;">"I grew up in rural South Africa during the 1980’s apartheid. My parents had moved us there when I was four to offer humanitarian work as Christian missionaries.  I spent much of my young childhood in the impoverished Black townships and I’ve witnessed states of social depravity even modern television censors.  Add this to the years of serving in the non-profit realm and the result is a mental phenotype that finds little satisfaction in chasing the material. I’m convinced that life is about people, about souls and chasing our God-given purpose. You’ll be hard-pressed to find a better environment to execute this viewpoint in than medicine. It’s a mindset we work to instill in our kids as they navigate our increasingly materialistic society.  The friction is real. But they’re adapting. And if there’s one thing they’ve learned thus far, it’s that it’s hard to beat the deals at Goodwill!"</span></span>
    </span>
</p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; font-size: 16px;"><span data-preserver-spaces="true" style="box-sizing: border-box;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/geyer/correctcrop-p2.png" style="width: 340px; height: 258px; vertical-align: middle; top: 2367px;" /><span style="font-size: 14px; font-family: 'Open Sans', sans-serif;"></span></span></span></span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;">What prompted you to become involved in organized medicine?&nbsp;</span></strong><br style="box-sizing: border-box;" /></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"When I was 10, my parents started a small, non-profit substance use disorder treatment program in Minnesota and I grew up immersed in the recovery world. But as the organization grew, I witnessed the explosive transformation that took place once they chose to pursue non-mandated state licensure.&nbsp;</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">As the standards went up, so did client outcomes. Bed availability followed and this once fledgling organization now serves more than 1000 inpatients daily. Witnessing the incredible impact of adhering to evidence-based standards and engaging in benchmark monitoring set the stage for my career commitment to building standards in healthcare.&nbsp;</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">Transitioning from behavioral health to the world of medicine, I carried this passion but lacked change-management skills. So, after finishing residency, I joined ArMA’s Legislative and Government Affairs Committee and for the following eight years,&nbsp;observed the intricacies of how viewpoints and positions become policy and policy drives results. Watching ArMA navigate divergent viewpoints, balance strategy pros and cons, and forecast the long-term political and patient care impact of their decisions offered an unmatched training experience.&nbsp;</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">The information I’ve since been able to apply to the multiple state and national boards and committees I chair/serve on has guided critical decisions and opened new doors. For providers investigating ways to bring large-scale impact to their field through legislative or state agency channels, I cannot more highly recommend approaching ArMA to explore involvement."</span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" />
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 18px;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box; color: #098ab2;">Where is your favorite place to grab a bite in Arizona?<img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/geyer/correct_crop.png" style="width: 280px; height: 361px; float: right; margin-left: 8px;" /></span></strong>
    </span>
</p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"Our kids are 3, 5 and 7.  Date night usually consists of me and my husband foraging for chicken nuggets that don’t defy health codes still stuck between the car seats.  I suspect I am in a better position to take suggestions than offer them."<br style="box-sizing: border-box;" /></span></p>
<hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" />
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: medium;"><span style="box-sizing: border-box; font-size: 18px; color: #098ab2;">How has a book changed your perspective on life?&nbsp;</span></strong></p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"The book, <em>The One Thing</em> by Gary Keller was revolutionary.  For providers that face the daily battle of organizing competing priorities and keeping an ever-growing to do-list manageable, this is the book for you. </span></p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"> Its premise is simple: for any list of to-do items, you’ll often find that a single intervention seemingly unrelated to the items on the list will resolve many items all at once. It’s hard to believe, but I’ve seen it in action. </span></p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">A few years ago, I struggled with keeping my to-do list accurate. I was writing myself emails, scribbling reminders on paper, and relying on my 3-year-old to jog my memory. It was chaos, and I was missing deadlines. </span></p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"> My initial reaction was to begin dropping activities. But the logic in this book helped me realize that my schedule was not out of control- my ability&nbsp;to capture it in one place was.  I ended up researching the best ‘to-do list’ apps, installed one on all my devices and made it Alexa-friendly.  I now speak new to-do items directly into my iWatch and its updated on all technology within seconds.  Life-changing!  "</span></p>
<hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" />
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 18px;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box; color: #098ab2;"><a name="Approach to Patient Care" id="anchor_1726508883581" style="box-sizing: border-box;"></a>If a physician has an issue that they're passionate about, where should they start if they want change? Are there any pitfalls for them to avoid? </span></strong>
    </span>
</p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<span style="box-sizing: border-box;">If you want to go far, travel together.  I didn’t coin this phrase- I just quote it like it’s on sale and about to catch on fire. </span></span>
</p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><span style="box-sizing: border-box;"> I can’t overstate the value of forming an initial working group to review the problem. When choosing members, identify what content is within your lane and liberally recruit all other expertise to the table.  If your topic is of a political nature or involves a specific sector of government, ensure legal expertise and invested government stakeholders are in the group. High-ranking elected representatives from medical societies germane to your topic can carry significant influence! </span></span>
</p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><span style="box-sizing: border-box;">Remember, our industry’s greatest tool is evidence.  Do your homework and pull multiple high-quality studies to make your case. Be sure to also include an assessment of current state including metrics-you’ll need these numbers as benchmarks when you later review the value of your interventions.  Once all of this is collected, compile it into a summary document and include the risks of inaction and your team’s proposed solutions.  If available, approach your institution’s Government Relations team for assistance on next steps. If not an option, consider reaching out to advocacy organizations like ArMA or your local legislative representatives. </span></span>
</p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><span style="box-sizing: border-box;"> Remember that state agencies are usually strapped for resources and staff.  They are unlikely to solve your problems for you.  But if you do your homework and offer evidence-based solutions  that account for current infrastructure barriers (such as funding) plus bring a workforce to work towards change, it will be hard to turn down your offer.</span>
    <span style="box-sizing: border-box; caret-color: #000000; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; color: #000000;">"</span>
    </span>
</p>
<hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" />
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box; font-size: 18px; color: #098ab2;">What is one message you would give to your 18-year-old self?</span></strong>
    </span>
</p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><span style="box-sizing: border-box;">"Life is not a marathon. It’s a series of sprints and breaks.  There have been periods of my life when 24 hours/day seems a subatomic injustice to the size of my agenda, and other stretches where I’m convinced the only thing I contribute to society is carbon dioxide.  In looking back, I wish I had embraced the pauses-seen them not as moral evasions from productivity, but recovery periods critical to surviving the next phase. Busy people create business-it’s the nature of momentum.  But results don’t materialize all at once. If you’ve been given the rare privilege of a season to relax while previous investments cultivate, take it and appreciate the moment."</span></span>
</p>
<div style="box-sizing: border-box;">
    <hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" />
    <p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;">Why is ArMA important to you and those you lead? &nbsp;</span></strong></p>
    <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<span style="box-sizing: border-box;">We often apply the phrase ‘medical community’ when wishing to convey the cohesive philosophical and operational station of our profession. But are we actually unified? There is always something we can agree on, and ArMA exists to negotiate and champion that undivided voice. The organization harnesses our expertise and earned credibility, then delivers it to the public and policymakers in the form of common-sense solutions that validate our industry’s collective resolve.</span></span>
        <span style="box-sizing: border-box; font-size: medium; font-family: Arial;">"</span>
    </p>
</div><map id="rade_img_map_1740594918181" name="rade_img_map_1740594918181"><area shape="RECT" coords="46,38,234,284" href="http://" /></map>]]></description>
<pubDate>Wed, 26 Feb 2025 17:51:00 GMT</pubDate>
</item>
<item>
<title>🔦 ArMA Member Spotlight: Christina Ferraro, MD!  </title>
<link>https://www.azmed.org/news/news.asp?id=692108</link>
<guid>https://www.azmed.org/news/news.asp?id=692108</guid>
<description><![CDATA[<h3 style="box-sizing: border-box; font-weight: 500; line-height: 1.1;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/ferraro/ferraro4.png" style="width: 397px; height: 507px; float: left; margin-right: 10px;" /></h3><h3 style="box-sizing: border-box; font-weight: 500; line-height: 1.1;"><strong style="box-sizing: border-box;">We're proud to introduce&nbsp;</strong><strong style="box-sizing: border-box;"><span style="box-sizing: border-box;"><span style="box-sizing: border-box;"><span style="box-sizing: border-box;"><strong style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; color: #8d0029;">Christina Ferraro, MD</span></strong></span></span></span>&nbsp;as&nbsp;</strong><strong style="box-sizing: border-box;">ArMA's February Member Spotlight!</strong></h3><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-size: medium; font-family: Arial;">Dr. Christina Ferraro is a diagnostic breast radiologist at Valleywise Health Medical Center and an assistant clinical professor of radiology at the University of Arizona College of Medicine - Phoenix and Creighton University. Dr. Ferraro received her medical degree from Creighton University in Omaha, Nebraska and now has over 10 years of experience in the medical field.</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-size: medium; font-family: Arial;">Dr. Ferraro is a longstanding advocate for radiology, a leader within organized medicine, and a determined philanthropist for Arizona's communities. ArMA proudly invites you to get to know Dr. Christina Ferraro and her journey through Arizona's health landscape.</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-size: medium; font-family: Arial;">&nbsp;</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-size: 20px; font-family: Arial;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box; color: #8d0029;">Learn more about Dr. Ferraro's story below!</span></strong></span><span style="box-sizing: border-box; font-size: 20px; font-family: Arial;"><span style="box-sizing: border-box;"></span></span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;">How has your specialty shaped your philosophy on patient care?</span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"</span><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">Radiology is often misunderstood. While we do sit in the dark, it is a very patient centered field and we interact with all types of clinicians. We also have interface directly with patients primarily in the procedural setting. Sometimes with limited history provided it truly is kind of like a puzzle to put everything together by combing the medical chart, and having a breath of knowledge about many disease processes, anatomy and the imaging findings thereof. </span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">My specialty of Breast Radiology in particular is a very fast paced environment with lots of face time with patients in the diagnostic and procedural setting. This has allowed me to truly treat each person as an individual; with different concerns, stressors, risk factors, health literacy and life circumstances. The principles of cura personalis or 'care for the whole person' learned from my Jesuit training allow me to pause and consider how best to help each patient and to tailor conversations.  My favorite part of the job is working closely with my amazing team to take wonderful care of these women. Well, sometimes the topic of breast cancer is tough, I hope that I am making a meaningful impact on our very deserving patients."</span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-size: 18px;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box; color: #098ab2;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/ferraro/1.27.25_ferraromemspotlight_.png" style="width: 360px; height: 450px; float: left;" />Have you always been interested in physician advocacy? If so, recount one of your earliest involvements. If not, can you pinpoint a catalyst for your recent interest? &nbsp;</span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"I have been involved with physician advocacy since medical school, but more seriously since residency. </span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"> I was accepted as a Rutherford Lavanty Fellow for the American College of Radiology in 2015 and spent a week in Washington DC shadowing the Government Relations Team. That was an eye opening experience to see different medical societies often asking for things that were counterproductive but also the time, persistence and money required to get your ask heard. </span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">Since then, I have remained involved and have attended Hill Day as part of the annual ACR meeting a handful of times.  I also serve as current president of the Arizona Radiological Society and am involved in advocacy at the state level."</span><span style="box-sizing: border-box; font-size: medium; font-family: Arial;"><br style="box-sizing: border-box;" /></span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;">Describe the goal you're most excited to accomplish in 2025.</span></strong><br style="box-sizing: border-box;" /></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"I am fortunate to have been asked to be a dancer this year in Dancing with the Stars, a major fundraiser for the National Kidney Foundation of Arizona. In addition to learning ballroom dance and competing in a competition on March 15 at the Phoenician, I am fundraising with a goal of $35,000! </span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">This supports services throughout Arizona (inclusive but not limited to help with dialysis, rides, food, shelter, dental services) and also supports kids with renal disease to attend a camp in Prescott called Camp Kidney.  The entire experience is outside of my comfort zone but I believe we have to push ourselves to grow.</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"> Please help me achieve my goals with a donation! It is greatly appreciated and helps to better serve our medical community."</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"></span><em style="font-family: Arial;"><a href="https://p2p.onecause.com/dance25/drchristina-ferraro">Click below to support Dr. Ferraro!</a></em></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><a href="https://p2p.onecause.com/dance25/drchristina-ferraro"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/ferraro/image006.png" style="width: 400px; height: 291px; vertical-align: middle;" /></a></span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;">What prompted you to become involved in organized medicine?</span></strong><br style="box-sizing: border-box;" /></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; font-size: 16px;"><span data-preserver-spaces="true" style="box-sizing: border-box;">"I believe if you aren’t a part of the solution than you are part of the problem. Within medicine there are so many avenues to get involved locally, at the state or national level. Policy affects individual specialty groups with issues such as reimbursement and scope but can also affect all physicians, regardless of specialty with more global issues surrounding these topics or issues such as graduate medical education. It is important to have your individual and collective voices heard. </span></span></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; font-size: 16px;"><span data-preserver-spaces="true" style="box-sizing: border-box;">One simple way to get involved is by joining your medical or specialty societies, which advocate for you on your behalf. Even in my specialty of Radiology, not all Radiologists see the value of paying dues to the American College of Radiology, which does amazing things for us, on our behalf. Sometimes I think it’s hard for people to see the value of something they can’t directly see."</span></span></span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 18px;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box; color: #098ab2;">What song has been on repeat lately?</span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"'Goodness of God' by CeCe Winans."<br style="box-sizing: border-box;" /></span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: medium;"><span style="box-sizing: border-box; font-size: 18px; color: #098ab2;">Where is your favorite place to grab a bite in Arizona? &nbsp;<img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/ferraro/ferraropic10.png" style="width: 280px; height: 350px; float: right;" /></span></strong><br style="box-sizing: border-box;" /></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"Mariposa in Sedona and Buck &amp; Rider in Phoenix."</span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 18px;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box; color: #098ab2;"><a name="Approach to Patient Care" id="anchor_1726508883581" style="box-sizing: border-box;"></a>What do you like best about living in Arizona?&nbsp;</span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<span style="box-sizing: border-box;">The beautiful sunny winters and getting out to hike! I also like to get out to explore different areas around the state as we have very interesting geography. Some of my favorite places I’ve visited include Sedona, the Grand Canyon, Antelope Canyon, Flagstaff and Pinetop.</span><span style="box-sizing: border-box; caret-color: #000000; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; color: #000000;">"</span></span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box; font-size: 18px; color: #098ab2;">What success in your career are you most proud of?</span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><span style="box-sizing: border-box;">"SB 1601 was a bill I initiated and ultimately got passed in 2023 with the invaluable support from ArMA and guidance from leaders in my specialty. This bill was sponsored by Senator Janae Shamp. This bill guaranteed tomosynthesis coverage for screening mammograms for all Arizona woman and updated guidelines to reflect recommendations of the NCCN. <br /><br />While this bill was definitely a step in the right direction, more needs to be done. We need to follow suit of other states and look into additional coverage for supplemental screening of dense breasts, as well as eliminating cost sharing for diagnostic examinations. My hope is within the next couple years we can work on legislation to get Arizona one step further and to be following trends in the nation."</span></span></p><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;">If you weren't pursuing medicine, what would you be up to right now?&nbsp;</span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<span style="box-sizing: border-box;"><span style="box-sizing: border-box;">Honestly, I would probably be a veterinarian (but really would only want to see dogs). Or an interior designer… it’s fun to shop!"</span></span></span></p><div style="box-sizing: border-box;"><hr style="box-sizing: content-box; height: 0px; margin-top: 20px; margin-bottom: 20px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid none none; border-color: #eeeeee currentcolor currentcolor; border-image: none;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box; font-family: Arial; font-size: large;"><span style="box-sizing: border-box; color: #098ab2;">Why is ArMA important to you and those you lead? &nbsp;</span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<span style="box-sizing: border-box;">ArMA and Arizona Healthcare Advocacy Coalition (AHAC) have been instrumental in keeping our Arizona Radiological Society in the loop on things happening here in the state. They are often able to let us know of legislation or pending legislation that we may not be aware of. They also seek our opinion at times on healthcare legislation, and vice versa. The team is truly 'boots on the ground' and it’s inspiring. They also have many programs to inspire future physician leaders and to engage with other like minded physicians.</span></span><span style="font-size: medium; font-family: Arial;"></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="font-size: medium; font-family: Arial;">I was honored to give a presentation at ArMA’s medical student and resident fellow section annual meeting last year on advocacy. I love teaching medical students and residents and that is a favorite part of my job at Valleywise Health, where we teach students and residents from Creighton University Medical School, as well as University of Arizona College of Medicine Phoenix. I strongly believe it’s my duty to give back and hopefully make a lasting impact on future leaders in the field."</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;">&nbsp;</p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">&nbsp;</span></p></div>]]></description>
<pubDate>Mon, 27 Jan 2025 16:34:00 GMT</pubDate>
</item>
<item>
<title>🔦 ArMA Member Spotlight: Edward Kalpas, MD, MAS, MPH!  </title>
<link>https://www.azmed.org/news/news.asp?id=689193</link>
<guid>https://www.azmed.org/news/news.asp?id=689193</guid>
<description><![CDATA[<h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/decemner2024_memberspotlight.png" style="width: 340px; height: 425px; float: left; margin-bottom: 35px; margin-right: 12px; top: 22px; margin-top: 20px;" /></h3><h3><strong>We're proud to introduce</strong></h3><h3><strong><span><span><span><strong style="font-family: Arial;"><span style="color: #8d0029;">Edward Kalpas, MD, MAS, MPH</span></strong></span></span></span>&nbsp;as&nbsp;</strong><strong>ArMA's December Member Spotlight!</strong></h3><p><span style="font-size: medium; font-family: Arial;">Dr. Kalpas received his master's in public health from Columbia University, his medical degree from Uniformed Services University, and his master's in health informatics from Arizona State University. Dr. Kalpas found his way to the Valley, where he worked with organizations like HonorHealth, taught classes at Arizona State University's College of Health Solutions, and conducted research at The Translational Genomics Research Institute (TGen).</span><br /><strong></strong></p><p><span style="font-size: medium; font-family: Arial;">Most recently, Dr. Kalpas joined the Community Health Center of Yavapai as chief medical officer. In this role, he is empowering patients and healthcare professionals to improve healthcare through technology. In our interview with Dr. Kalpas, he shines a much-deserved spotlight on rural healthcare.</span></p><p><span style="font-size: medium; font-family: Arial;">&nbsp;</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="font-size: 20px; font-family: Arial;"><strong><span style="color: #8d0029;">Learn more about Dr. Kalpas's story below!</span></strong></span><span style="box-sizing: border-box; font-size: 20px; font-family: Arial;"><span style="box-sizing: border-box;"></span></span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: large; box-sizing: border-box;"><span style="color: #098ab2;">What led you to practice in Yavapai County specifically? </span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"</span><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">Yavapai County Community Health Services contains both a County Public Health Department and Federally Qualified Health Center in one department. As the Chief Medical Officer of this integrated department, I get to bring Public Health interventions directly into the primary care setting in addition to leveraging our primary care, pediatric, OB/GYN, dental and behavioral health providers to improve the health of the entire county. <br /><br />This unique role allows me to fully utilize my training in public health, preventive medicine and clinical informatics. I still get to see patients part-time and also mentor students which are all important to me."</span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="font-size: 18px;"><strong><span style="color: #098ab2;">What is your favorite thing about serving that community? </span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"It is truly fulling to work in an underserved area. We see all types of patients from those with no insurance to patients with Medicaid, Medicare or commercial health insurances. <br /><br />We have areas that are more densely populated such as Prescott and Prescott Valley and rural areas extending from Ash Fork and Seligman in the North to Cottonwood and Camp Verde in the East, Bagdad in the West, and Yarnell and Congress in the South. <br /><br />In addition, it is a very collaborative environment where we work closely with our colleagues from Yavapai Regional Medical Center, the Prescott Veterans Affairs Medical Center and Northern Arizona Healthcare. As a department of Yavapai County government, we have been able to forge strong relationships with Yavapai College, and several school districts."</span><span style="font-size: medium; font-family: Arial;"><br /></span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-size: large; box-sizing: border-box;"><span style="color: #098ab2;">What hurdles have you and your team overcome in the rural health landscape?</span></strong><br /></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"It is challenging working in an area with insufficient specialty providers. We often have to send patients to Phoenix or Flagstaff for specialty care and this can be challenging, particularly when patients don't have reliable access to transportation."<br /></span></p><hr /><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/2024_kalpasspotlight2.png" style="width: 344px; height: 423px; float: right; left: 339px;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: large; box-sizing: border-box;"><span style="color: #098ab2;">How did your military service prepare you to lead in a medical environment?</span></strong><br /></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; font-size: 16px;"><span data-preserver-spaces="true" style="box-sizing: border-box;">"I learned in the Army to <em>'Leave No One Behind'</em>. This prepared me for my current position where I'm committed to bringing quality healthcare to every Yavapai County resident."</span></span></span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 18px;"><strong style="box-sizing: border-box;"><span style="color: #098ab2;">What prompted you to become involved in organized medicine? </span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"I first became involved with ArMA as a member of the Residents and Fellows Section where I was the Vice-Chairperson. I wanted to advocate for Graduate Medical Education participants and network with other providers in Arizona."<br /></span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: medium;"><span style="font-size: 18px; color: #098ab2;">Why is ArMA important to you and those you lead? </span></strong><br /></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"As of member of the ArMA Public Health Committee, I feel it is important to advocate for the the physician specialty of Public Health and General Preventive Medicine. Many physicians and medical students I've talked to don't know there is a residency and board certification in this area."</span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 18px;"><strong style="box-sizing: border-box;"><span style="color: #098ab2;"><a name="Approach to Patient Care" id="anchor_1726508883581"></a>What song has been on repeat lately? </span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<em>Little Blue</em> - <span style="caret-color: #000000; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 16px; color: #000000;">Jacob Collier"</span></span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"><span style="font-size: 18px; color: #098ab2;"> Where is your favorite place to grab a bite in Arizona? </span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><span style="box-sizing: border-box;">"Pomo Pizzeria is my favorite restaurant in Arizona. Both my parents grew up in Italy and I got to visit Italy every summer to visit my grandparents when I was growing up. This is the most authentic Neapolitan pizza I've found in all of Arizona."</span></span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: large; box-sizing: border-box;"><span style="color: #098ab2;">If you weren't pursuing medicine, what would you be up to right now? </span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<span style="font-size: 16px;"><span style="font-family: Arial; font-size: 16px;">If I wasn't practicing medicine, I would be at a meditation center, flying airplanes, taking personal development courses or scuba diving."</span></span></span></p><div><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: large; box-sizing: border-box;"><span style="color: #098ab2;">What would people be surprised to learn about you? &nbsp;</span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<span style="font-size: 16px;"><span style="font-family: Arial; font-size: 16px;">I developed and taught a course at Stony Brook University called 'Geniuses of Italian Science'. We learned about important scientists from Italy ranging from Leonardo Da Vinci to Enrico Fermi."</span></span></span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: large; box-sizing: border-box;"><span style="color: #098ab2;">How do you unwind after a stressful day? &nbsp;&nbsp;</span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><span style="font-size: 16px;"><span style="font-family: Arial; font-size: 16px;">"I like to ride my mountain bike, go trail running, play guitar, meditate or take my golden retrievers Hugo and Mr. Chips to the dog park."</span></span></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/drkalpas5.png" style="width: 406px; height: 321px; vertical-align: middle;" /></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">&nbsp;</span></p></div><div>&nbsp;</div>]]></description>
<pubDate>Fri, 13 Dec 2024 18:50:00 GMT</pubDate>
</item>
<item>
<title>🔦 ArMA Member Spotlight: Heather Saran, DO!  </title>
<link>https://www.azmed.org/news/news.asp?id=687124</link>
<guid>https://www.azmed.org/news/news.asp?id=687124</guid>
<description><![CDATA[<h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/saran/1.png" style="width: 369px; height: 464px; float: left; margin-right: 20px;" /></h3><h3><strong>We're proud to introduce Heather Saran, DO as</strong></h3><h3><strong>ArMA's November Member Spotlight!</strong></h3><p><strong></strong><span style="font-size: medium; font-family: Arial;">We're proud to introduce Heather Saran, DO, as the Arizona Medical Association's November Member Spotlight! Dr. Saran attended medical school at Midwestern University’s Arizona College of Osteopathic Medicine in Glendale, Arizona. She completed a residency in internal medicine at the Cleveland Clinic, and completed a fellowship in endocrinology, diabetes, and metabolism at Ohio State University.</span></p><p><span style="font-size: medium; font-family: Arial;"></span><span style="font-size: medium; font-family: Arial;">Dr. Saran recently opened Scottsdale's first-ever concierge endocrine medical practice, Bright Endocrinology. In her interview, Dr. Saran highlights her preventative treatment approach, emphasis on individualistic patient care, and lessons from her venture into private practice!</span></p><p><span style="font-size: medium; font-family: Arial;">&nbsp;</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="font-family: Arial; font-size: 18px;"><span style="font-size: 18px;"></span><strong><span style="color: #8d0029;">Learn more about Dr. Saran's story below!</span></strong></span><span style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; font-size: 16px;"></span></span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: large; box-sizing: border-box;"><span style="color: #098ab2;">What led you to start your own medical practice? What hurdles are you most proud to have overcome in opening your own practice?</span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"</span><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">I launched Bright Endocrinology in order to bring change to the healthcare in the Valley. The biggest hurdle I had to get over was my own fear of failure. There is not another direct care endocrine practice in the Valley so I figured this would be either the best or worst idea I ever had. Practicing outside of health insurance limitations has given me the time I need to deliver individualized care, and my patients benefit from more time and information I am able to provide."</span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="font-size: 18px;"><strong><span style="color: #098ab2;">What prompted you to become involved in organized medicine?</span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"I think busy physicians do not want to deal with bureaucracy of medicine, but this has led to new problems in healthcare. I firmly believe that we need organized medicine to advocate for physicians' rights, promote public health initiatives, and help set ethical standards in medicine."</span><span style="font-size: medium; font-family: Arial;"><br /></span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-size: large; box-sizing: border-box;"><span style="color: #098ab2;">If you weren’t pursuing medicine, what would you be up to right now?</span></strong><br /></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"My family always jokes that I should have been a travel agent. My attention to detail and planning logistics lends itself to both medicine and planning travel. Much like treating patients, a good travel agent tailors their trip to the individual needs of each person. I keep all my travel-related emails in separate folders and save things to Google Maps, so I am always quick to offer travel suggestions if it’s someplace I have been before.”<br /></span></p><hr /><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/saran/11.15.24_heathersaranspotlig.png" style="width: 358px; height: 431px; float: right; left: 325px;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: large; box-sizing: border-box;"><span style="color: #098ab2;">How do you unwind after a stressful day?</span></strong><br /></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; font-size: 16px;"><span data-preserver-spaces="true" style="box-sizing: border-box;">"I am unapologetic about the fact that I thoroughly enjoy reality TV. The Bachelor franchise is my OG favorite, but I also enjoy Below Deck and Million Dollar Listing."</span></span></span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 18px;"><strong style="box-sizing: border-box;"><span style="color: #098ab2;">Where is your favorite place to grab a bite in Arizona?</span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"My favorite casual spot to grab a bite is OHSO. It’s a place my whole family enjoys. Their menu is diverse, and you can’t beat a cold pitcher of Boom Dynamite on a warm afternoon."<br /></span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: medium;"><span style="font-size: 18px; color: #098ab2;">What success in your career are you most proud of?</span></strong><br /></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"I was honored to be chosen at a Phoenix Magazine Top Doctor in 2024. This means so much because the voting is done <em>by my peers</em>.<em>"</em></span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 18px;"><strong style="box-sizing: border-box;"><span style="color: #098ab2;"><a name="Approach to Patient Care" id="anchor_1726508883581"></a><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/11.15.24_heathersaran11.png" style="width: 339px; height: 434px; float: left;" />What aspects of being a practice owner are you most passionate about? What invigorates you?</span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"Running my own practice has given better work-life balance. Setting my own schedule has allowed me to spend more time with my family and be present in my kids’ lives. I am now able to volunteer at my Kindergartener’s school and be a Girl Scout leader.”</span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"><span style="font-size: 18px; color: #098ab2;">How would you describe your approach to patient care?</span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"><span style="font-size: 18px; color: #098ab2;"></span></strong><span style="box-sizing: border-box;">"My approach to patient care is centered around personalization and building a strong relationship with each individual. I believe that effective care goes beyond just treating symptoms—it's about building trust and understanding the whole person. By taking the time to listen to patients and engaging in open, compassionate communication, I aim to create a treatment plan that empowers them in their decision-making and supports their overall health journey."</span></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><span style="box-sizing: border-box;">&nbsp;</span></span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: large; box-sizing: border-box;"><span style="color: #098ab2;">Why is ArMA important to you and the physicians you lead?</span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<span style="font-size: 16px;"><span style="font-family: Arial; font-size: 16px;">I joined ArMA so I could help support physicians lobby governments and lawmakers on issues like healthcare reform, reimbursement rates, malpractice laws, medical licensing, and patient safety. ArMA was also a huge resource for me before I even opened the doors of Bright Endocrinology. The staff is so friendly and reached out to me to offer connections I needed to start a new private practice.</span></span>”</span></p><div>&nbsp;<img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/11.15.24_endingheather.png" style="width: 505px; height: 417px; vertical-align: middle;" /></div><div>&nbsp;</div>]]></description>
<pubDate>Fri, 15 Nov 2024 20:56:00 GMT</pubDate>
</item>
<item>
<title>🔦 ArMA Member Spotlight: Marjorie Bessel, MD! </title>
<link>https://www.azmed.org/news/news.asp?id=684446</link>
<guid>https://www.azmed.org/news/news.asp?id=684446</guid>
<description><![CDATA[<h3><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/bessel/10.14.24_besselspotligt.png" style="color: #333333; font-size: 14px; opacity: 0.8; width: 316px; height: 413px; float: left; margin-right: 10px;" /></h3><h3><strong>We're proud to introduce Marjorie Bessel, MD as</strong></h3><h3><strong>ArMA's October Member Spotlight!</strong></h3><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; font-size: 16px;"></span></span><span style="font-size: medium; font-family: Arial;"><span style="font-size: 8px;"></span></span><span style="font-size: medium; font-family: Arial;"><span style="font-size: 8px;">&nbsp;</span></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="font-size: medium; font-family: Arial;">Dr. Bessel currently serves as the chief clinical officer at Banner Health. She attended Rush Medical College in Chicago, Illinois, where she earned the James B. Herrick award for most outstanding performance in internal medicine and earned the honor of acting as a chief resident.<br /><span style="font-size: 8px;"></span><br />She began her journey at Banner 12 years ago, and since, has served as a progressive leader with the organization. Her clinical philosophy centers empowering patients through transparent clinical interactions and information. Learn more about Dr. Bessel below!</span><span style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; font-size: 16px;"> </span></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;">&nbsp;</p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: large; box-sizing: border-box;"><span style="color: #098ab2;">Which aspect of your role as Banner Health’s CCO are you most passionate about? What about it invigorates you?</span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"</span><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">I have been passionate about taking care of our caregivers. Since 2017, we have implemented an evidence-based strategic plan to promote wellness and reduce burnout. The challenges of clinical care continue to mount and it is imperative for all of us in leadership roles to listen and support our caregivers who deliver care.</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><br />As the expectations and cognitive load on caregivers seems to ever-increase, I am however invigorated by the technology advances that are becoming within reach to reduce burden on our teams. I believe the next 5-10 years will have amazing changes to workflow that will ultimately allow the day in the life of our caregivers to improve which then will directly improve care received by our patients."</span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="font-size: 18px;"><strong><span style="color: #098ab2;">Which of of Banner Health’s recent achievements are you most proud of?</span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"We just celebrated our 25th anniversary. As a not for profit organization focused on caring for our communities, this is a milestone of pride for me as I reflect on the amazing care provide over a quarter century."</span><span style="font-size: medium; font-family: Arial;"><br /></span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-size: large; box-sizing: border-box;"><span style="color: #098ab2;">What initiatives is Banner Health undertaking in the near future?</span></strong><br /></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"We are embarking on an HRO (high reliability) journey and I am excited by the energy and enthusiasm our organization has for this. The impact of being leading enterprise-wide learning to improve safety, quality, patient experience and team member engagement is exhilarating for me.”<br /></span></p><hr /><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/bessel/10.15.24_besselv3.png" style="top: 1006px; width: 300px; height: 418px; float: right; left: 368px;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: large; box-sizing: border-box;"><span style="color: #098ab2;">What prompted you to become involved in organized medicine?</span></strong><br /></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; font-size: 16px;"><span data-preserver-spaces="true" style="box-sizing: border-box;">"My journey is similar to others I believe. I never chartered a course to be in a role like the one I am currently so privileged to have. It’s a credit to my parents for encouraging me to always take on new challenges and to many mentors along my path that identified opportunities they saw for me that I usually did not at the time."</span></span></span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 18px;"><strong style="box-sizing: border-box;"><span style="color: #098ab2;">Where is your favorite place to grab a bite in Arizona?</span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"This is an unusual one, I am sure. I grew up in Buffalo and Teds hot dogs in Tempe is a chain from Buffalo. The Tempe location is the only one outside the Buffalo area."<br /></span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: medium;"><span style="font-size: 18px; color: #098ab2;">What success in your career are you most proud of?</span></strong><br /></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"Banner Health, like so many others, did almost unimaginable stretch during the pandemic to care for our communities. I am so proud of the leadership role I played, Banner played and our team members played.<em>"</em><br /></span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: large; box-sizing: border-box;"><span style="color: #098ab2;"><a id="DayinTheLife" name="DayinTheLife"></a><a name="DayinTheLife" id="DayinTheLife"></a><a name="Day in The Life" id="anchor_1726508855371"></a><a name="Typical Day" id="anchor_1726509010451"></a>If you weren't pursuing medicine, what would you be up to right now?</span></strong><br /></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"My husband, who is also a physician, and I are dog lovers. We have rescued dogs together and would likely do full-time rescue if we weren’t both in medicine right now"</span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 18px;"><strong style="box-sizing: border-box;"><span style="color: #098ab2;"><a name="Approach to Patient Care" id="anchor_1726508883581"></a><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/bessel/10.14.24_marjoriebesselspain.png" style="float: left; margin-right: 10px; width: 375px; height: 464px; top: 904px;" />What would people be surprised to learn about you?</span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"My dad was my running coach in my younger days and my mom was also a runner. She and I were featured in <em>Sports Illustrated</em> in <a href="http://https://vault.si.com/vault/1978/12/04/faces-in-the-crowd">Faces in the Crowd.</a> I believe that the rigor, pacing and dedication that I learned from being in sports also has helped me throughout my entire career.”<br /></span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"><span style="font-size: 18px; color: #098ab2;">What do you like best about living in Arizona?</span></strong></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"><span style="font-size: 18px; color: #098ab2;"></span></strong><span style="box-sizing: border-box;">"I love living in Arizona and appreciate the beauty of the desert, the ability to get to the mountains in just a few hours, sitting by the pool in winter telling my family and friends in Buffalo that I am doing so (!) and the ease of traveling anywhere from Sky Harbor Airport."</span></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><span style="box-sizing: border-box;">&nbsp;</span></span></p><hr /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: large; box-sizing: border-box;"><span style="color: #098ab2;">&nbsp;</span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: large; box-sizing: border-box;"><span style="color: #098ab2;"></span></strong><strong style="font-family: Arial; font-size: large; box-sizing: border-box;"><span style="color: #098ab2;"></span></strong><strong style="font-family: Arial; font-size: large; box-sizing: border-box;"><span style="color: #098ab2;">Why is ArMA important to you and the physicians you lead?</span></strong></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<span style="font-size: 16px;"><span style="font-family: Arial; font-size: 16px;">As we all worked through the incredible challenges of the pandemic, it became very clear that collective voices of those doing work were critical. ArMA is a way for trained professionals to collaborate for the betterment of health of our communities.</span></span>”</span></p><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div>]]></description>
<pubDate>Mon, 14 Oct 2024 18:33:00 GMT</pubDate>
</item>
<item>
<title>🔦 ArMA Member Spotlight: Richard J. Gray, MD, FACS! </title>
<link>https://www.azmed.org/news/news.asp?id=681884</link>
<guid>https://www.azmed.org/news/news.asp?id=681884</guid>
<description><![CDATA[<img alt="" src="https://cdn.ymaws.com/azmed.site-ym.com/resource/resmgr/member_spotlight/gray/9.11.24_richardgrayspotlight.png" style="font-family: Arial; font-size: medium; width: 250px; height: 309px; float: left; left: 796px; top: 496px; margin-top: 0px; margin-right: 15px;" /><h3><span style="font-size: 18px;">We're proud to introduce&nbsp;<strong>Richard J. Gray, MD, FACS</strong>, as&nbsp;<strong>ArMA's September Member Spotlight!</strong></span></h3><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; font-size: 16px;">Dr. Gray currently serves as the CEO of Mayo Clinic in Arizona. He received his medical degree from Michigan State University before pursuing a fellowship for surgical oncology at the H. Lee Moffitt Cancer Center in Florida.<br /><br />In 2001, Dr. Gray joined Mayo Clinic's faculty, and he has been an integral member ever since. His patient-centered approach to care delivery earned him a spot in the&nbsp;<em>U.S. News and World Report's Top 1% of Surgeons</em>. Dr. Gray became an ArMA member in 1995 and is a strong supporter of organized medicine.</span></span></p><hr />
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: large; box-sizing: border-box;"><span style="color: #098ab2;">Which aspect of your role as Mayo Clinic in Arizona's CEO are you most passionate about? What about it invigorates you?&nbsp;</span></strong><br /></p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"></span></p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"</span><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">As CEO, my greatest passion lies in ensuring we live up to our primary value: the needs of the patient come first. This commitment drives everything we do—from pioneering new cures and leveraging data to generate actionable insights, to transforming our approach with advanced technologies like AI.</span></p>
<p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">I am invigorated by the creativity and dedication of our employees, who bring novel approaches and groundbreaking discoveries at the forefront of patient care. Witnessing our teams deliver answers and cures that patients cannot find elsewhere is profoundly rewarding.<br /></span></p>
    <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">Moreover, working at this exceptional institution, which has a rich history spanning 160 years, adds a unique sense of fulfillment. Being part of a legacy of excellence and innovation, and contributing to a tradition of advancing medical care, is a privilege that continually inspires and motivates me.</span>
        <span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"</span>
            </p>
            <hr />
            <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="font-size: 18px;"><strong><span style="color: #098ab2;">Which of Mayo Clinic in Arizona’s recent achievements are you most proud of?</span></strong>
                </span>
            </p>
            <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">On a daily basis, I am most proud of the outstanding outcomes our teams achieve for our patients. Independent organizations’ recognitions affirming this excellence are particularly meaningful. For instance, Vizient's ranking of Mayo Clinic in Arizona as having the best cancer patient quality and outcomes in the U.S. last year was a significant achievement, and our consistent top performance across rankings from U.S. News, HCAHPS, Leapfrog, and CMS Stars, which consistently place us at the highest percentile in the nation, underscores our commitment to exceptional patient care.</span></p>
            <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">I’m also proud of our Arizona. Bold. Forward. strategic investments over the past five years, which have significantly strengthened our foundational areas of practice, education, and research. We doubled the size of our Phoenix campus to support rapid growth in the Southwest, adding 99 new inpatient beds, two additional floors of outpatient space, and a 35-bed observation unit. Additionally, we increased our research space by 40% with our newly opened Integrated Education and Research Building. Together, these enhancements enable us to Cure, Connect, and Transform healthcare to serve more patients.</span></p>
                <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"></span><span style="font-size: medium; font-family: Arial;">I’m equally proud of achievements that point to innovation and a future that will be even better for our patients and staff. Over the past five years, we’ve more than doubled the number of patients participating in clinical trials and doubled the number of patents our innovators have had issued. Our research funding and investments have increased by 19% in the last year, fueling further advancements and discoveries.<br /></span></p>
                    <hr />
                    <p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-size: large; box-sizing: border-box;"><span style="color: #098ab2;">What are your 3 favorite movies?</span></strong><br /></p>
                    <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<em>Shawshank Redemption</em>,&nbsp;<em>12 Angry Men</em>,&nbsp;and&nbsp;<em>Princess Bride</em>.”<br /></span></p>
                    <hr />
                    <p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: large; box-sizing: border-box;"><span style="color: #098ab2;">What prompted you to become involved in organized medicine?</span></strong><br /></p>
                    <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; font-size: 16px;"><span data-preserver-spaces="true" style="box-sizing: border-box;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/gray/9.13.24_drgraypolosmol.png" style="width: 381px; height: 545px; float: right; left: 302px; top: 1421px;" /></span></span>
                        </span>
                    </p>
                    <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"My involvement in organized medicine stems from Mayo Clinic’s strong belief in physician leadership. By partnering with organizations that represent physicians and influence healthcare policies, we amplify our collective voice. This strengthens our ability to drive quality improvements and support community health initiatives, enabling us to make meaningful changes and have a significant impact on the field of medicine."<br /></span></p>
                    <hr />
                    <p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: large;"><span style="color: #098ab2;">Which of Mayo Clinic in Arizona’s future-focused initiatives are you most excited about? How is the initiative poised to impact our community?</span></strong><br /></p><span style="font-size: 16px;"><span style="font-family: Arial; font-size: 16px;">"I am particularly excited about our Discovery Oasis initiative, a biotech innovation hub which focuses on creating an ecosystem of innovative collaborators across an expansive, 100-acre development. This initiative exemplifies our commitment to advancing healthcare through cutting-edge partnerships that push the boundaries of medical science, including biomanufacturing, cell and gene therapies, next-generation diagnostics, and more.</span><br /><br /><span style="font-family: Arial;">I’m also excited about&nbsp;</span><a href="https://www.mayoclinicplatform.org/" style="font-family: Arial;">Mayo Clinic Platform</a></span><span style="font-family: Arial;"><span style="font-size: 16px;">, now the world’s largest healthcare distributed data network which is a true platform connecting AI and other digital solution developers with the healthcare organizations who can benefit from and iterate on those solutions. By developing safe, impactful AI models, we aim to transform healthcare not only for Mayo Clinic but also across the globe for all."<br /></span></span>
                    <hr />
                    <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 18px;"><strong style="box-sizing: border-box;"><span style="color: #098ab2;">What has been the biggest change in your career?</span></strong>
                        </span>
                    </p>
                    <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"Transitioning from my surgical practice to the role of CEO presented a significant shift, both professionally and personally. At Mayo Clinic, while physician leaders continue practicing, the CEO role necessitates a full commitment to executive responsibilities. So, stepping away from direct patient care was challenging. The personal fulfillment I derived from surgical practice was profound, and it was not immediately clear whether the same sense of satisfaction would translate into my new role. To my surprise, I discovered that the strategic and organizational impact of leading Mayo Clinic was equally rewarding, allowing me to continue to contribute to patient care, albeit in a different way.<br /></span></p>
                    <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">Another aspect of that transition was navigating a change in professional dynamics. Long-time colleagues who used to call me by my first name began interacting with me more formally and addressing me as “Dr. Gray.” Despite this shift, I remain committed to fostering a collaborative and approachable environment, which is crucial for effective leadership and organizational success."<br /></span></p>
                        <hr />
                        <p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: medium;"><span style="font-size: 18px; color: #098ab2;">What’s the last book you read?</span></strong><br /></p>
                        <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<em>Look Again</em>&nbsp;by Tali Sharot and Cass Sunstein"<br /></span></p>
                        <hr />
                        <p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: large; box-sizing: border-box;"><span style="color: #098ab2;"><a id="DayinTheLife" name="DayinTheLife"></a><a name="DayinTheLife" id="DayinTheLife"></a><a name="Day in The Life" id="anchor_1726508855371"></a><a name="Typical Day" id="anchor_1726509010451"></a>What does a typical day in your life look like?</span></strong><br /></p>
                        <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"A typical day in my life is far from predictable—each day brings its own set of challenges and opportunities. I start early by working out at the gym or playing basketball at 5 a.m., or 6:30 a.m. on weekends, at least three times a week. I like to get into the office by 7 a.m. so I can dive into the day’s activities, which often include meetings with leadership teams, physicians and administrators, and rounds in our facilities. These rounds allow me to gather spontaneous feedback from patients and staff, which in turn helps me understand what’s working well and where we have room for improvement.</span></p>
                        <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">Much of my time is spent working on future initiatives, such as integrating new technologies like AI to support our staff and patients and responding to a high volume of emails throughout the day. I typically leave work around 6 p.m., though my schedule occasionally includes evening events and meetings in the community.</span></p>
                            <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">I try to reserve evenings for family time, though I do read briefings to prepare for the next day. I usually wind down and go to bed by 10 p.m. Most days are a dynamic blend of activities, making each one both engaging and rewarding."</span></p>
                                <hr />
                                <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><img alt="" src="https://www.azmed.org/resource/resmgr/member_spotlight/gray/4.png" style="width: 425px; height: 376px; top: 2250px; float: right;" /></span></p>
                                <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 18px;"><strong style="box-sizing: border-box;"><span style="color: #098ab2;"><a name="Approach to Patient Care" id="anchor_1726508883581"></a>How would you describe your approach to patient care?</span></strong>
                                    </span>
                                    </p>
                                    <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"My approach to patient care is fundamentally guided by the Mayo Model of Care, which emphasizes both patient care and the environment in which care is delivered.</span></p>
                                    <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">In terms of patient care, the model prioritizes collaborative teamwork with multispecialty integration, thorough and unhurried patient examinations, personalized care with continuity, high-quality service with compassion, and efficient, advanced evaluations.</span></p>
                                        <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">The model also emphasizes that the environment that enables this outcome includes skilled and valued staff, a culture of research and education, strong physician leadership, integrated medical records and support services, quality-focused compensation, and distinctive professional standards.</span></p>
                                            <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">This model ensures that our patient care is both exceptional and delivered in an environment that supports and enhances the quality of care we provide.”<br /></span></p>
                                                <hr />
                                                <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"><span style="font-size: 18px; color: #098ab2;">What do you like best about living in Arizona?</span></strong>
                                                    </span>
                                                </p>
                                                <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"><span style="font-size: 18px; color: #098ab2;"></span></strong><span style="box-sizing: border-box;">"Arizona offers an exceptional quality of life with a wealth of diverse lifestyle opportunities. Within just a couple of hours' drive, you can enjoy everything from expansive warm desert landscapes and stunning red rock formations to cooler mountain ranges and pine forests. The friendliness and warmth of the people here are also remarkable. I’ve also noticed that many residents are from the Midwest who bring a welcoming “Midwest nice” attitude that makes the community feel especially inviting. Additionally, the strong spirit of collaboration and mutual support here is so noticeable – people are genuinely willing to help one another and offer their time and assistance."<br /></span></span>
                                                </p>
                                                <hr />
                                                <p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="font-family: Arial; font-size: large; box-sizing: border-box;"><span style="color: #098ab2;">Why is ArMA important to you and the physicians you lead?</span></strong><br /></p>
                                                <p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"The Arizona Medical Association has long been the leading voice in public policy for Arizona's "House of Medicine." ArMA has been and will continue to be on the front lines of legislative debates on critical issues involving medical care – ranging from protecting the physician/patient relationship, advocating for graduate medical education funding, and more. And ArMA's long-standing "Doctor of the Day" program at the Legislature is an immensely effective way to build strong relationships with lawmakers and showcase the vital role of physicians in tomorrow's healthcare. Mayo's physicians have played a prominent role in ArMA's committee and leadership structure, and I'm confident they will continue to do so in the years to come.”</span></p><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div>]]></description>
<pubDate>Mon, 16 Sep 2024 13:20:00 GMT</pubDate>
</item>
<item>
<title>🔦 ArMA Member Spotlight: Gretchen B. Alexander, MD, DLFAPA!</title>
<link>https://www.azmed.org/news/news.asp?id=679638</link>
<guid>https://www.azmed.org/news/news.asp?id=679638</guid>
<description><![CDATA[<p style="box-sizing: border-box; margin: 0px 0px 10px; text-align: left;"><span style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; font-size: 16px;"><span data-preserver-spaces="true" style="box-sizing: border-box;"><img alt="" src="https://cdn.ymaws.com/azmed.site-ym.com/resource/resmgr/member_spotlight/alexander/8.9.24_dralexanderspotlight.png" style="width: 229px; height: 286px; float: left; left: 796px; top: 496px; margin-top: 0px; margin-right: 10px;" />This month, we introduce Gretchen B. Alexander, MD, DLFAPA as August's ArMA Member Spotlight! Dr. Alexander works as a board-certified psychiatrist caring for patients in the Phoenix metro area. Dr. Alexander attended the Perelmen School of Medicine at the University of Pennsylvania and completed her psychiatric residency training at the Long Island Jewish Medical Center. <br /> <br />Dr. Alexander led ArMA as president from 2017-18 and currently serves as Chair of the Medical Aid in Dying Task Force and Chair of the Arizona Medical Political Action Committee's Board of Directors. She recently was recognized with the Distinguished Service Award during the Heart Beat Gala at ArMA's 2024 Annual Meeting. <a href="http:/www.azmed.org/page/ArMAHealthCareAwards" target="_blank"><strong>Read into Dr. Alexander's award the 2024 Health Care Award Ceremony!</strong></a></span></span></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; font-size: 16px;"><span data-preserver-spaces="true" style="box-sizing: border-box;"><strong>&nbsp;</strong></span></span></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial;"><span style="box-sizing: border-box; font-size: 16px;"><span data-preserver-spaces="true" style="box-sizing: border-box;"><strong><a href="http://form.jotform.com/240866002546151" target="_blank"><img alt="" src="https://cdn.ymaws.com/azmed.site-ym.com/resource/resmgr/member_spotlight/alexander/8.12.24_webalexanderbanner.png" style="left: -48px; width: 771px; height: 218px; margin-bottom: 4px;" /></a></strong></span></span></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><strong style="box-sizing: border-box;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">What inspires you?<br style="box-sizing: border-box;" /></span></strong><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"</span><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">As a psychiatrist at Maricopa County’s safety net hospital, I work with patients who are struggling with the gravest challenges—medical, emotional, economic and social.  Trying to make sure that our patients leave the hospital with a sense of hope about the world and their situation is a consistent goal for me and our entire group; meeting that goal is a powerful inspiration to me.</span><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;">What are your 3 favorite movies?<br style="box-sizing: border-box;" /></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"Albert Brooks’ <em>Defending Your Life</em>, <em>The Adjustment Bureau</em> with Matt Damon and Emily Blunt, and Ingmar Bergman’s <em>The Seventh Seal</em>.”</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;">What does a typical day in your life look like?</strong></span></p><img alt="" src="https://cdn.ymaws.com/azmed.site-ym.com/resource/resmgr/member_spotlight/alexander/2024_alexander_spotlight_1.jpg" style="width: 327px; height: 421px; float: right; left: 341px; top: 821px; margin-left: 10px;" /><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;"></strong></span><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"My day starts at <span style="text-decoration: underline;">6:45AM</span>&nbsp;reviewing emails and&nbsp;</span><span style="font-size: medium; font-family: Arial;">checking for overnight transfers to the medical</span><span style="font-size: medium; font-family: Arial;">center from inpatient psychiatry, since we need to follow those cases.</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">At <span style="text-decoration: underline;">7:00AM</span> I start our group’s daily group chat and assign the overnight consults, discuss dispositions and transfers for active cases, and introduce new trainees to the team.</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">At <span style="text-decoration: underline;">8:00</span> I head down to the hospital for <span style="text-decoration: underline;">8:15</span> table rounds where we review all cases, discuss interesting/educational aspects of patients we’re seeing and coordinate the legal work on patients who are on involuntary status.  Sometimes we have a med student give a presentation on a topic which is always interesting.</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">From <span style="text-decoration: underline;">8:45-11:00</span> I assign work to the resident and medical student on my team, deal with administrative matters , review charts, and call families and outside providers for collateral information on my forensic and risk assessment cases.  Sometimes I will have a lecture to give for our residency training program.</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">From <span style="text-decoration: underline;">11:00 to 4:30</span> I’m on the floors seeing patients, staffing cases with the residents, communicating with medical and surgical teams about the cases they’ve consulted us on, putting out administrative fires, and  teaching our medical students.</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">From <span style="text-decoration: underline;">4:30-5:30</span> or 6 I’m back in my office finishing notes and returning phone calls, or in the ED seeing late consults.</span><span style="font-family: Arial; font-size: 16px;">"</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;">What is a meaniful project to you that you're currently working on?<br style="box-sizing: border-box;" /></strong></span><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"Currently, I serve as board chair for the Arizona Medical Political Action Committee.  Our role as board members is to support our amazing legislative staff as they advocate for our patients and our profession at the state legislature.  I am grateful to have this opportunity to engage with our membership and ArMA leadership as we work to improve our fundraising and advocacy work.  ArMA’s effectiveness at the state legislature is closely tied to our engagement with state lawmakers and our PAC is just one of many tools which can be extraordinarily effective in building strong relationships with our allies.  Those strong relationships are a critical foundation when we seek to get laws written and passed that will help us achieve our legislative goals."</span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><img alt="" src="https://cdn.ymaws.com/azmed.site-ym.com/resource/resmgr/member_spotlight/alexander/2024_alexander_spotlight_3.jpg" style="width: 598px; height: 434px;" /></span></p><p style="box-sizing: border-box; margin: 0px 0px 10px;"><span style="box-sizing: border-box; font-family: Arial; font-size: 16px;"><strong style="box-sizing: border-box;">How would you describe your approach to patient care?<br style="box-sizing: border-box;" /></strong></span><span data-preserver-spaces="true" style="box-sizing: border-box; font-family: Arial; font-size: 16px;">"<em>Old School</em>: I trained in an era where being detail oriented, thorough and curious about your patients was of paramount importance to being a good physician.  So when I walk into a patient’s room, I have already reviewed all of their medical records in detail, sometimes back to the 1990’s.  This allows me to spend far less time trying to get the patient to remember their often complicated past history, and to spend more time just chatting with the patient and establishing rapport and addressing their current concerns.  "</span></p>]]></description>
<pubDate>Mon, 12 Aug 2024 17:42:00 GMT</pubDate>
</item>
<item>
<title>🔦 ArMA Member Spotlight: George Bradbury III, MD!</title>
<link>https://www.azmed.org/news/news.asp?id=671859</link>
<guid>https://www.azmed.org/news/news.asp?id=671859</guid>
<description><![CDATA[<p><span style="font-family: Arial;"><span style="font-size: 16px;"><b><img alt="" src="https://www.azmed.org/resource/resmgr/latest_news/member_spotlight/bradbury_spotlight.png" style="width: 240px; height: 300px; float: left; margin-right: 10px; margin-bottom: 10px;" /></b></span></span>
</p>
<p><span style="font-family: Arial;"><span style="font-size: 16px;"><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">We are&nbsp;</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">so</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">&nbsp;excited to introduce this month's&nbsp;</span><em>ArMA Member Spotlight</em><span data-preserver-spaces="true">, George Bradbury III, MD! Dr. Bradbury attended medical school at Johns Hopkins University. He completed his residency training at the University of Arizona and, shortly after, served in Yokosuka, Japan, as an orthopedic surgeon for the United States Navy. In 2006, Dr. Bradbury relocated to Tucson, Arizona, where he began his legacy of impacting the practice of medicine in the Southwest. Dr. Bradbury has been an ArMA member since 2009, and he currently serves on our Diversity, Equity, and Inclusion Taskforce.</span></span></span></p><p><span style="font-family: Arial;"><span style="font-size: 16px;"><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">Dr. Bradbury has always worked to inspire others. In 2022, he gave a powerful talk on the role and value of leadership in an independent medical practice (</span><strong><a target="_blank" href="https://youtu.be/WZKCMA7oKCQ?si=0wei1ZfNLjgk5yTP" class="editor-rtfLink"><span data-preserver-spaces="true">which you can view here</span></a></strong><span data-preserver-spaces="true">).&nbsp;</span><strong>Learn all about Dr. Bradbury's journey with medicine</strong><span data-preserver-spaces="true">&nbsp;below!</span></span></span></p>
<p><strong><span style="font-family: Arial; font-size: 16px;">What has been the biggest change in your career?<br /></span></strong><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">"</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">The transition from clinical medicine to focus on systemic problems of wellness and health. I have come full circle from my initial interest in Family Practice to a career in orthopedic surgery, back to leading a team of nurse practitioners delivering care to the sickest of the sick and poorest of the poor.</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">"</span></p><p><span style="font-family: Arial; font-size: 16px;"><strong>What inspires you?<br /></strong></span><span style="font-family: Arial; font-size: 16px;">"I am inspired by the possibilities of the future and the power of human connection."</span></p><p><span style="font-family: Arial; font-size: 16px;"><strong>What are your 3 favorite movies?<br /></strong></span><span style="font-family: Arial; font-size: 16px;">"Everything Everywhere All at Once". "Jaws." "Amadeus."</span></p><p><span style="font-family: Arial; font-size: 16px;"><strong>How has a book changed your perspective on life?<br /></strong></span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">"Daniel Kahneman's&nbsp;</span><em style="font-family: Arial; font-size: 16px;">Thinking Fast and Slow</em><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">&nbsp;sparked my interest in human perception, thought, and behavior. He was a remarkable human who started the field of behavioral economics. That book set me down a path lined with many other books on related topics."</span></p><p><span style="font-family: Arial; font-size: 16px;"><strong>Where is your favorite place to grab a bite in Arizona?<br /></strong></span><span style="font-family: Arial; font-size: 16px;">"Feast restaurant in Tucson. Great food that changes monthly and never disappoints."</span></p><p><span style="font-family: Arial; font-size: 16px;"><strong>What success in your career are you most proud of?<br /></strong></span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">"I hope I have inspired those I work with to believe in themselves and have a 'growth</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">'</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">&nbsp;outlook on their lives. If I inspire them to have a richer, more fulfilling life, that is enough."</span></p><p><span style="font-family: Arial; font-size: 16px;"><strong>What's a project you're working on right now? Why is it meaningful to you?&nbsp;<br /></strong></span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">"I am working with Catholic Community Services to develop a medical respite facility for people experiencing homelessness.&nbsp;</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">When they are injured or ill,</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">&nbsp;we will provide a stable discharge location after hospitalization.</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">&nbsp;Our goal is to restore their health and provide support to regain housing and other basic needs&nbsp;</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">on a permanent basis</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">."</span></p><p><span style="font-family: Arial; font-size: 16px;"><strong><span data-preserver-spaces="true">If</span><span data-preserver-spaces="true">&nbsp;you weren't pursuing medicine</span><span data-preserver-spaces="true">, what would you be up to</span><span data-preserver-spaces="true">&nbsp;right now?<br /></span></strong></span><span style="font-family: Arial; font-size: 16px;">"Advocating for a more equitable society."</span></p><p><span style="font-family: Arial; font-size: 16px;"><strong>What is one message you would give to your 18-year-old self?<br /></strong></span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">"Don't be seduced by the 'certainty</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">'</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">&nbsp;of a linear path through life. The twists and turns of a non-linear path are far more rewarding. Go where your interests take you, not where you are told to go."</span></p><p><span style="font-family: Arial; font-size: 16px;"><strong>What do you like best about living in Arizona?<br /></strong></span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">"This is an amazing state with many opportunities for outdoor activities. At one point in my life, it was ideal for the endurance sports training I was involved in.</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">"</span></p><p><span style="font-family: Arial; font-size: 16px;"><strong><img alt="" src="https://www.azmed.org/resource/resmgr/latest_news/member_spotlight/image-2.jpg" style="width: 201px; height: 300px; float: left; margin-top: 5px; margin-right: 5px; margin-bottom: 5px;" />What would people be surprised to learn about you?<br /></strong></span><span style="font-family: Arial; font-size: 16px;">"I did a solo swim from Europe to Africa."</span></p><p><span style="font-family: Arial; font-size: 16px;"><strong>What prompted you to become involved in organized medicine?<br /></strong></span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">"When I entered private practice after the Navy, I recognized that the 'system</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">'</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">&nbsp;requires decisions be made on an ongoing basis. We operate in a dynamic ecosystem that destroys any 'set it and forget&nbsp;</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">it'</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">&nbsp;approach to strategy, policy, and process. We all feel comfortable seeing patients in the hierarchical vertical structure of the office where, presumably, everyone's role is clear. The focus&nbsp;</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">there</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">&nbsp;is on 'efficiency</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">'</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">&nbsp;and 'knowing'.&nbsp;</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">When you enter the world of systems, the important relationships&nbsp;</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">are less</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">&nbsp;defined and horizontal.</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">&nbsp;The focus&nbsp;</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">there</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">&nbsp;is on 'exploring</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">'</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">&nbsp;and 'learning'.&nbsp;</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">My belief is</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">&nbsp;the</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">&nbsp;greatest opportunity to add value is&nbsp;</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">on</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">&nbsp;the system level.</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">&nbsp;I recognize that not everyone agrees with that perspective,&nbsp;</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">and</span><span data-preserver-spaces="true" style="font-family: Arial; font-size: 16px;">&nbsp;yet I will defend it respectfully."</span></p>]]></description>
<pubDate>Mon, 6 May 2024 22:14:00 GMT</pubDate>
</item>
<item>
<title>🔦 ArMA Member Spotlight: Franki Walsh!</title>
<link>https://www.azmed.org/news/news.asp?id=670061</link>
<guid>https://www.azmed.org/news/news.asp?id=670061</guid>
<description><![CDATA[<p><span style="font-family: Arial;"><span style="font-size: 16px;"><b><img alt="" src="https://www.azmed.org/resource/resmgr/latest_news/member_spotlight/walsh.png" style="width: 240px; height: 300px; margin-right: 10px; margin-bottom: 5px; float: left;" /></b></span></span>
</p>
<p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial;"><span style="font-size: 16px;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">We are so excited to introduce you to this month's&nbsp;</span><em style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;">ArMA Member Spotlight</em><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">, Franki Walsh! Franki is a medical student at the University of Arizona College of Medicine-Phoenix. Earlier this year, Franki participated in ArMA's Doctor of the Day program, an opportunity for ArMA physicians and physicians-in-training to meet with their legislators at the Arizona State Capitol.</span></span></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial;"><span style="font-size: 16px;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">Recently, Franki was selected for the American Academy of Family Physicians Emerging Leader Institute as one of only 30 national applicants selected with an interest in family medicine.&nbsp;</span><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;">Learn all about Franki's journey with medicine</strong><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">&nbsp;below!</span></span></span></p>
<p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial;"><span style="font-size: 16px;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">&nbsp;</span></span>
    </span>
</p>
<p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial;"><span style="font-size: 16px;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">&nbsp;</span></span>
    </span>
</p>
<p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial;"><span style="font-size: 16px;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">&nbsp;</span></span>
    </span>
</p>
<p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial;"><span style="font-size: 16px;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">&nbsp;</span></span>
    </span>
</p>
<p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;">What has been the biggest change in your career?</span></strong></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">Going to medical school, funnily enough. I’ve had a variety of experiences that have culminated in this shift to medicine. In fact, I was on the path to a career in public health before ultimately deciding on medicine. Right before I started medical school at UA COMP, I was an epidemiologist working on COVID-19 for Maricopa County. It was definitely a shift to go from having two direct reports to being back at the “bottom” of the food chain, but it has been so, so worth it.&nbsp;&nbsp;</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">I joke about my CV being five pages long, but each choice, each endeavor has given me a new perspective on people, community, and life. I’d like to do a residency in Family Medicine or a combined residency in FM/Psych, because, for me, integrated physical and mental health care from womb to tomb is the ultimate way to practice public health on the ground. I feel I can practice as the best version of my physician self when focusing on person-centered care, more so than patient-centered care or population-focused issues. So I guess in some ways, going to medical school hasn’t been the “biggest change” but more of a culmination of everything that has led to this point.&nbsp;</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">&nbsp;</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;">What's a project you're working on right now? Why is it meaningful to you?</strong></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial;" data-preserver-spaces="true">I submitted a workshop proposal that was accepted for the&nbsp;</span><a style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; color: #4a6ee0;" target="_blank" href="https://www.eventcreate.com/e/hopehorizons" class="editor-rtfLink"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">Hope Horizons Regional Institutes</span></a><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">&nbsp;put on by AHCCCS and Prevent Child Abuse Arizona. The workshop is on Breastfeeding &amp; Substance Use and I’ve partnered with&nbsp;</span><a style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; color: #4a6ee0;" target="_blank" href="https://www.hushabyenursery.org/" class="editor-rtfLink"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">Hushabye Nursery</span></a><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">&nbsp;to make sure I’m covering all the information adequately and with care.&nbsp;</span></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">I’m really excited to present on two topics that are very important to me. I managed to breastfeed my little one for 19 months – right up until medical school started. Breastfeeding was hard, especially with returning to work and trying to handle my ADHD without my usual medication, which is what got me interested in the topic in the first place. Finding out I could maintain breastfeeding while still taking my Adderall made all the difference in being able to extend that relationship as long as I did. And since I consider myself health literate but hadn’t known about that option until a psychiatrist told me it could be done, I wanted to make sure to put the information out there and let others know that it can be done. In fact, some research has been on substances and transmission into breast milk, but there’s still a long way to go in understanding more. Additionally, watching all the work my husband has done in harm reduction really inspired me to more fully understand and take that approach when interacting with others, to the benefit of my future patients (I hope).&nbsp;</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;">What is one message you would give to your 18-year-old self?</strong></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">“It’s okay to take your time and it’s definitely okay to change your mind.” I feel like I spent so much of my childhood and teenage years just wanting to be older so I could do everything I wanted to do – go to college, join the Peace Corps, travel the world – that sometimes it was hard to stop and enjoy the ride. It also felt hard to pivot sometimes because I was so set on doing certain things in a certain way on a certain timeline, and life just doesn’t work out like that. Looking back, I’m glad for all the experiences I had, I just wish I had been more okay with doing things at my own pace rather than the pace at which my friends, family, and society told me to do things.&nbsp;</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;">What do you like best about living in Arizona?</strong></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true"><img alt="" src="https://www.azmed.org/resource/resmgr/latest_news/member_spotlight/familyangkorwat.jpg" style="float: left; margin-top: 5px; margin-right: 8px; margin-bottom: 5px; width: 330px; height: 300px;" />There’s no snow (at least in Phoenix)! As someone who grew up in New Jersey and went back to the East Coast to do a Masters in New York City after living in tropical &amp; desert climates for ~4 years, I do not take for granted the beautiful, sometimes sweltering weather we have here. I will take 120+ degree highs over freezing temperatures any day. Also, desert skies are just… the most gorgeous thing I’ve ever seen. I did my first round of undergrad in Los Angeles, and I thought ocean skies were as good as it gets – but I was wrong. Seeing the sky painted in pinks and oranges with streaks of white clouds reminds me that there is so much more than what’s happening on the ground.</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">The people here are pretty awesome too. I’ve managed to find such an amazing, inspiring group of folx who I know have my back through anything – and that’s really special and valuable. Also, I met my husband in Arizona, so the state means a lot to me.&nbsp;</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">&nbsp;</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;">What would people be surprised to learn about you?</strong></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">I collect models of 1960s VW microbuses. I started as a young teenager and just never stopped. I’m lucky that they are a popular car, because I have been able to find pictures or toy models or clothing featuring them all over the place. In fact, I try to find some when I travel now – I have two paintings of VW busses from abroad (one from Ireland and one from Mexico) and a toy VW bus I found at a market in Cambodia while I was a Peace Corps Volunteer. When I found out I was pregnant with my son, one of my good friends managed to find a onesie with a sketch of a VW bus on it and sent it to me. Sadly, my kiddo doesn’t fit in it anymore, but I’m going to keep it forever.&nbsp;</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">&nbsp;</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;">How do you unwind after a stressful day?</strong></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">I think I have an advantage at unwinding, even when I don’t “want” to or feel like I can’t, because I have a toddler whose smile just melts everything bad about the day away. It was really helpful during the first semester of medical school when it felt like I couldn’t get anything right – I’d go to pick him up from my in-laws and the little pitter-patter of his running feet would immediately lift my spirits. In fact, my family has been the biggest help in keeping me<img alt="" src="https://www.azmed.org/resource/resmgr/latest_news/member_spotlight/familywhitecoat.jpg" style="float: right; margin: 5px 0px 5px 8px; width: 451px; height: 300px;" /> grounded and helping me destress when medical school feels impossible. I’m also close with my niece and nephew, so hearing their shouts of “Riri!” when I see them helps melt away any stress.&nbsp;</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">I also run. I’m not very fast, but running is something that brings me joy and reminds me that I can do hard things. I ran seven 5ks when I was pregnant with my kiddo, so it also makes me so happy to push him in the stroller and hopefully pass on my love of running. When I get a chance (which is harder these days with school), I like to join group workouts/runs with November Project, which is the running group that first made me fall in love with running.&nbsp;</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;">Why is ArMA important to you and your colleagues?</strong></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true"><img alt="" src="https://www.azmed.org/resource/resmgr/latest_news/member_spotlight/frankimemorunning.jpg" style="float: left; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; width: 200px; height: 300px;" />ArMA is important, especially as a medical student, because it keeps track of all the legislation currently going through the Arizona State Legislature — and as one of the students interested in staying in Arizona to practice, I need to know what laws will affect my ability to practice. I got involved as soon as I was able to because I wanted to understand how ArMA tracks and lobbies for physicians and patients in Arizona, and I wasn’t disappointed. Being able to see what happens “on the ground” during the Doctor of the Day program gave me a strong appreciation for all the work ArMA does to ensure the physician community, the practice of medicine, and, most importantly, the safety of patients stay at the forefront of the minds of our Arizona senators and representatives.</span></p>]]></description>
<pubDate>Mon, 15 Apr 2024 17:20:00 GMT</pubDate>
</item>
<item>
<title>🔦 ArMA Member Spotlight: Marla Rejbi, DO!</title>
<link>https://www.azmed.org/news/news.asp?id=666554</link>
<guid>https://www.azmed.org/news/news.asp?id=666554</guid>
<description><![CDATA[<p><span style="font-family: Arial;"><span style="font-size: 16px;"><b><img alt="" src="https://www.azmed.org/resource/resmgr/latest_news/member_spotlight/rejbi/rejbi_spotlight.png" style="width: 240px; height: 300px; margin-right: 8px; margin-bottom: 5px; float: left;" /></b></span></span>
</p>
<p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial;"><span style="font-size: 16px;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">We are so excited to introduce you to this month's&nbsp;</span><em style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;">ArMA Member Spotlight</em><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">, Marla Rejbi, DO! Dr. Rejbi is a faculty physician with Dignity Health Medical Group specializing in palliative care and is Associate Program Director at Creighton University. Recently, Dr. Rejbi participated in ArMA's <strong><a href="https://www.azmed.org/page/doctoroftheday" target="_blank">Doctor of the Day</a></strong> program<span style="color: #515151; font-family: Arial, Helvetica, sans-serif; white-space-collapse: preserve; background-color: #ffffff;"> a member-exclusive opportunity to advocate for the physician's voice at the Arizona State Capitol</span>.</span></span></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial;"><span style="font-size: 16px;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">In her interview, Dr. Rejbi gives insight into her move from Chicago and how organized medicine has been an outlet.&nbsp;</span><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;">Learn all about Dr. Rejbi's journey with medicine</strong><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">&nbsp;below!</span></span></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial;"><span style="font-size: 16px;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">&nbsp;</span></span></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial;"><span style="font-size: 16px;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">&nbsp;</span></span></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial;"><span style="font-size: 16px;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">&nbsp;</span></span></span></p>
<p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial;"><span style="font-size: 16px;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">&nbsp;</span></span></span></p>
<p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;">Where is your favorite place to grab a bite in Arizona?</span></strong></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">Tacos Chiwas, tucked away on Indian School Rd, may not catch your eye at first glance, but trust me, it's a hidden gem serving up the tastiest tacos and elotes in the area.</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;">What success in your career are you most proud of?&nbsp;</strong></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">Being recently elected as the Program Director for the Hospice and Palliative Medicine<img alt="" src="https://www.azmed.org/resource/resmgr/latest_news/member_spotlight/rejbi/5e1554dc-d444-437d-a5bf-3f53.jpg" style="width: 188px; height: 250px; float: right; margin-top: 5px; margin-bottom: 5px; margin-left: 5px;" /> Fellowship at Creighton University stands out as a pinnacle of success for me.</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;">What is one message you would give to your 18-year-old self?</strong></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">I'd advise her to stay true to herself, cherish moments with your friends and family, and keep striving towards her dreams. Oh, and by the way, remember the winning lottery numbers: 19; 23; 39; 42; 67.&nbsp;</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;">What do you like best about living in Arizona?</strong></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">Having relocated from Chicago just over a year ago, I am happy to say that checking the weather is now a thing of the past. It is always sunny! I might as well delete that weather app to free up some phone space.</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><img alt="" src="https://www.azmed.org/resource/resmgr/latest_news/member_spotlight/rejbi/img_3342_original.jpg" style="width: 334px; height: 250px; float: left; margin-top: 5px; margin-right: 5px; margin-bottom: 5px;" />How do you unwind after a stressful day?</strong></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">My favorite way to unwind is to simply gaze up at the sky day or night and appreciate the sheer beauty of the world around me. It's these small moments that remind me of the incredible gift of life.</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;">What prompted you to become involved in organized medicine?</strong></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">My journey began with realizing how legislative changes directly impact our daily practice as physicians. Having grown up in Washington, D.C., I understood the significance of being present in the "room where it happens." Motivated by this insight, I proactively sought ways to engage in advocacy work. This path commenced during my residency and has been a steadfast commitment ever since. The sense of empowerment derived from knowing that we have the capacity to effect meaningful change for ourselves and our patients is truly invigorating.</span></p>]]></description>
<pubDate>Mon, 4 Mar 2024 19:26:00 GMT</pubDate>
</item>
<item>
<title>Why Black History Month is Important to Medicine | Dr. DeShawn Taylor</title>
<link>https://www.azmed.org/news/news.asp?id=665962</link>
<guid>https://www.azmed.org/news/news.asp?id=665962</guid>
<description><![CDATA[<div class="TypographyPresentation TypographyPresentation--m RichText3-paragraph--withVSpacingNormal RichText3-paragraph" style="padding-top: 0px; padding-bottom: 0px; font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 22px;"><span><span style="font-size: 16px; font-family: Arial;">DeShawn Taylor, MD, founding member of ArMA's Diversity, Equity, and Inclusion Taskforce, shares insight and perspective on Black History Month:</span></span></div><div class="TypographyPresentation TypographyPresentation--m RichText3-paragraph--withVSpacingNormal RichText3-paragraph" style="color: #f5f4f3; padding-top: 0px; padding-bottom: 0px; font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 22px;"><span style="font-size: 16px; font-family: Arial; color: #333333;">&nbsp;</span></div><div class="TypographyPresentation TypographyPresentation--m RichText3-paragraph--withVSpacingNormal RichText3-paragraph" style="color: #f5f4f3; padding-top: 0px; padding-bottom: 0px; font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 22px;"><span style="font-size: 16px; font-family: Arial; color: #333333;">"It is important to recognize Black History in Medicine because celebrating the achievements of Black physicians in history is a necessary step in creating pathways for truth, healing, and reconciliation that the American Medical Association called for in its statement “AMA: Racism Is a Threat to Public Health,” published in 2020.</span><sup style="font-family: Arial; color: #333333;">1</sup><span style="font-size: 16px; font-family: Arial; color: #333333;"> A statement from the AMA board of trustees recognized that the disproportionately small number of Black physicians has roots in past actions of the AMA… (including) more than a century of policies that excluded Black physicians.”</span><sup style="font-family: Arial; color: #333333;">2</sup><span style="font-size: 16px; font-family: Arial; color: #333333;"> As one of the 2% of physicians in the United States who are Black women, it was life altering when I saw a Black physician for the first time as a premedical student at the university’s student health clinic. Exposing youth to Black physician achievements in medicine can change the trajectory of many young lives."</span><br /></div><p>-</p><p><span style="font-family: Arial;"><span style="font-size: 11px;"><sup>1</sup>Kevin B. O’Reilly, “AMA: Racism Is a Threat to Public Health,” American Medical Association, November 16, 2020, <a href="https://www.ama-assn.org/delivering-care/health-equity/ ama-racism-threat-public-health" target="_blank">https://www.ama-assn.org/delivering-care/health-equity/ ama-racism-threat-public-health</a>. <sup>2</sup>AMA Board of Trustees Pledges Action against Racism, Police Brutality,” American Medical Association, press release, June 7, 2020, <a href="https://www.ama-assn.org/press-center/ press-releases/ama-board-trustees-pledges-action-against-racism-police-brutality" target="_blank">https://www.ama-assn.org/press-center/ press-releases/ama-board-trustees-pledges-action-against-racism-police-brutality</a>.</span></span></p>]]></description>
<pubDate>Tue, 27 Feb 2024 14:39:00 GMT</pubDate>
</item>
<item>
<title>🔦 ArMA Member Spotlight: Fatouma Tall!</title>
<link>https://www.azmed.org/news/news.asp?id=664204</link>
<guid>https://www.azmed.org/news/news.asp?id=664204</guid>
<description><![CDATA[<p><span style="font-family: Arial;"><span style="font-size: 16px;"><b><img alt="" src="https://www.azmed.org/resource/resmgr/latest_news/member_spotlight/fatouma_tall/tall_spotlight.png" style="width: 240px; height: 300px; float: left; margin-right: 5px; margin-bottom: 5px;" /></b></span></span>
</p>
<p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial;"><span style="font-size: 18px;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial;" data-preserver-spaces="true">We are honored and excited to introduce this month's&nbsp;</span><em style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;">ArMA Member Spotlight</em><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">, Fatouma Tall! Fatouma is a third-year medical student from the University of Arizona College of Medicine-Phoenix and is currently in the MD/MPH program.&nbsp;<span style="white-space-collapse: preserve; background-color: #ffffff; font-family: Arial; color: #000000;">Outside of academia, Fatouma is an active member of ArMA's Medical Student Section.</span></span></span></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 18px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial;"><span style="font-size: 18px;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial;" data-preserver-spaces="true">In her interview for our&nbsp;</span><em style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;">Member Spotlight</em><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">, Fatouma shares her biggest inspirations, her passion for patient advocacy, and how she hopes to impact patient's lives after graduation.&nbsp;</span><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;">Read all about Fatouma's journey with medicine below</strong><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">!</span></span></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial;"><span style="font-size: 16px;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">&nbsp;</span></span></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial;"><span style="font-size: 16px;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">&nbsp;</span></span></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial;"><span style="font-size: 16px;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true"></span></span></span><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><u style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">What inspires you?</span></u></strong></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">My kids, my mother, and my husband inspire me. My mother encouraged me to go to school in a society where girls' education is neglected. I was born and raised in Niger, a French-colonized country in West Africa. Growing up, my mom knew the value of educating girls and did her best to nurture my love for school, even though it strained her relationship with some family members. Since coming to the USA, a week has not passed without her telling me how proud she is of my accomplishments and never allowing anyone to look down on me. After getting married, my husband became my second cheerleader. We live in Tucson, while my medical school is in Phoenix. For months, he drove me back and forth to allow me to have some sleep or study in the car. He is also a University of Arizona Tucson student but is always willing to move his schedule around to accommodate me. <img alt="" src="https://www.azmed.org/resource/resmgr/latest_news/member_spotlight/fatouma_tall/feb2024_2.jpg" style="width: 225px; height: 300px; float: right; margin-top: 5px; margin-bottom: 5px; margin-left: 5px;" />Before moving to the United States, my husband had a career in Burkina Faso, another West African country. However, he decided to pursue engineering, and he went for it. He is currently a PhD candidate. He never gave up on his goal and did not let our financial struggles stop him. Witnessing his achievements gives me the courage to continue moving forward. We have two children, a 6-year-old daughter and a 14-month-old son, who are my daily motivators. I want my little girl to grow up knowing she can accomplish anything she puts her mind to. I want to be a good role model to both her and her brother so that when they start doubting themselves in the future, they can think about their parents, and hopefully, we will inspire them to stay resilient and prosperous.&nbsp;</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><u style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">What's a project you're working on right now? Why is it meaningful to you?</span></u></strong></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">It might not seem like a project to others, but I am working on learning how to become a better physician and advocate for my future patients. I am in a longitudinal integrated clerkship in Sacaton at the Gila River HHK hospital. I work with physicians who love serving rural communities and Native Americans. It has been a very fulfilling experience so far, and going to the hospital daily keeps reminding me why I chose to pursue medicine. I grew up in a rural area, and my family and I relied on traditional medicine. I learned how crucial primary care was when I started medical school. I did not know my rights as a patient and did not have good experiences every time I sought care, which made me decide not to see a physician. Our current healthcare system is not the best, and people continue to mistrust the system for several reasons. Our physician's job is to provide quality care and advocate for our patients to minimize healthcare disparities.&nbsp;</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><u style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">What would you be up to if you weren't pursuing medicine right now?</span></u></strong></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">If I were not pursuing medicine, I would be doing some public health work, which is why I am in the MD/MPH program. I wanted to learn about the healthcare system since I was in college because I could not understand how healthcare could be so expensive. Public health was my initial goal, but many things happened throughout college and after graduation that pushed me to pursue medicine instead. Since the University of Arizona College of Medicine-Phoenix offered the MD/MPH program, I decided to take advantage of it and fulfill both goals. I wanted to be more equipped to advocate for underserved communities.&nbsp;</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><u style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">What do you like best about living in Arizona?</span></u></strong></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">What I like best about Arizona is the cultural diversity. I love how people respect every culture and embrace them thoroughly. As an immigrant, I never felt like an outsider since moving to <img alt="" src="https://www.azmed.org/resource/resmgr/latest_news/member_spotlight/fatouma_tall/feb2024_3.jpg" style="width: 300px; height: 300px; float: left; margin-top: 5px; margin-right: 5px; margin-bottom: 5px;" />Arizona. It feels like home and is currently "Home" for my family and me.&nbsp;</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><u style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">How would you describe your approach to patient care?</span></u></strong></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">I am a third-year medical student and have seen physicians approach patient care differently. I wanted to establish a good relationship with my patient. I want to know their aspirations and cultures to provide individualized care for them. I want to earn their trust and want them to understand how important they are to me as I am to them. With the current rise in healthcare mistrust, treating our patients with empathy and respect is essential. I want to be a culturally competent provider who will meet her patients where they are and encourage them to be involved in their health care.&nbsp;</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><u style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">How do you define success?</span></u></strong></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">In my opinion, success equals resilience. If you want to be successful, you should brace yourself because the journey will take work. Somedays, it will feel like you are stagnant or even going backward. However, if you keep your mind on your objective, remind yourself why you made your choices, and stay resilient, you will undoubtedly become successful. It might take years, but it will eventually happen.&nbsp;&nbsp;</span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><br /></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-family: Arial; font-size: 16px;"><strong style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><u style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;" data-preserver-spaces="true">What prompted you to become involved in organized medicine?</span></u></strong></span></p><p style="color: #0e101a; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt;"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-top: 0pt; margin-bottom: 0pt; font-family: Arial; font-size: 16px;" data-preserver-spaces="true">Through medical school, I learned the importance of advocacy and how the healthcare system can be reformed if physicians work together and continue to push for changes. At first, I decided to Join ArMA for networking purposes, seeing some of my course directors, such as Drs. Hartmark-Hill and Mercer doing fantastic work, and seeing how much impact ArMA has on health policies that directly impacted my health care (extension of free maternal health care to 12 months postpartum), I knew I wanted to contribute. After graduating from medical school, I want to get more involved in advocating alongside other ArMA members for affordable and quality health care for everyone in Arizona, regardless of their background.&nbsp;</span></p>]]></description>
<pubDate>Mon, 5 Feb 2024 18:05:00 GMT</pubDate>
</item>
</channel>
</rss>
