/* global React, AylaRouter, PostBreadcrumb, AylaPosts, PostByline, ReadNext, ArticleTools */

window.POST_CONTENT = window.POST_CONTENT || {};

window.POST_CONTENT['hormonal-health-101-the-ultimate-bloodwork-guide-for-women'] = function PostHormonalHealth101Bloodwork({ setRoute, progress }) {
  const timelineRoute = 'journal-post:hormonal-health-timeline';
  const supplementsRoute = 'journal-post:supplements-for-hormonal-health';

  return (
    <>
      <div className="shell">
        <div className="article-shell">
          <aside>
            <ArticleTools slug="hormonal-health-101-the-ultimate-bloodwork-guide-for-women" progress={progress} />
          </aside>

          <article className="article">
            <PostBreadcrumb slug="hormonal-health-101-the-ultimate-bloodwork-guide-for-women" setRoute={setRoute} />

            <h1>
              Hormonal Health 101: The Ultimate <span className="it">Bloodwork Guide</span> for Women
            </h1>

            <PostByline slug="hormonal-health-101-the-ultimate-bloodwork-guide-for-women" />

            <figure className="figure reveal">
              <img src="/assets/hormonal-health-101-bloodwork-header.png" alt="Two blood collection tubes with lavender and red caps on a neutral surface" />
            </figure>

            <p className="lede-p">
              Feeling "off" but can't quite explain why? Maybe your cycle has changed, your energy is low,
              or you're noticing skin, mood, or weight shifts that don't make sense.
            </p>

            <p>
              These may all point toward a hormonal imbalance, and the best way to start understanding
              what's happening in your body is through comprehensive bloodwork.
            </p>

            <p>
              This guide walks you through what tests to ask for, when to take them, and how to interpret
              results, so you can have an informed conversation with your doctor or wellness practitioner.
            </p>

            <h2>Why bloodwork matters</h2>

            <p>
              Hormones are your body's messengers. They regulate energy, mood, fertility, metabolism, and
              stress. When they're out of balance, symptoms can appear gradually, often dismissed as "just
              stress" or "normal aging."
            </p>

            <p>
              But blood tests can uncover what's really happening behind the scenes. By checking specific
              hormones, you can identify conditions like:
            </p>

            <ul>
              <li>Polycystic Ovary Syndrome (PCOS)</li>
              <li>Thyroid disorders (hypo/hyperthyroidism)</li>
              <li>Adrenal dysfunction or chronic stress</li>
              <li>Perimenopause or early menopause</li>
              <li>Fertility or ovulation issues</li>
            </ul>

            <p>
              These conditions are all influenced by the delicate balance between your brain, thyroid,
              ovaries, and adrenal glands, collectively called the endocrine system.
            </p>

            <h2>What should you test?</h2>

            <p>
              Not all tests apply to everyone; the right panel depends on your symptoms, age, and life
              stage. Here's a breakdown to help you discuss options with your provider:
            </p>

            <div className="article-table-wrap">
              <table className="article-table">
                <thead>
                  <tr>
                    <th>Concern</th>
                    <th>Key tests</th>
                    <th>What it tells you</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td>Irregular or missing periods</td>
                    <td>FSH, LH, Estradiol, Progesterone, AMH</td>
                    <td>Ovarian function, ovulation, and cycle regulation</td>
                  </tr>
                  <tr>
                    <td>Fertility struggles</td>
                    <td>TSH, Free T4/T3, Prolactin, LH, FSH, Testosterone, DHEA-S</td>
                    <td>Thyroid and ovulatory health; possible androgen imbalance</td>
                  </tr>
                  <tr>
                    <td>Suspected PCOS</td>
                    <td>Total &amp; Free Testosterone, SHBG, LH:FSH ratio, DHEA-S, Insulin, Insulin/Glucose Challenge</td>
                    <td>Detects androgen excess or insulin resistance</td>
                  </tr>
                  <tr>
                    <td>Persistent fatigue or stress</td>
                    <td>Cortisol (AM), ACTH, DHEA-S</td>
                    <td>Adrenal function and stress response</td>
                  </tr>
                  <tr>
                    <td>Weight changes, cold intolerance, hair loss</td>
                    <td>TSH, Free T4/T3, Anti-TPO</td>
                    <td>Screens for thyroid disorders</td>
                  </tr>
                  <tr>
                    <td>Hot flashes or perimenopause</td>
                    <td>FSH, LH, Estradiol</td>
                    <td>Indicates transition toward menopause</td>
                  </tr>
                  <tr>
                    <td>Nutrient status supporting hormone function</td>
                    <td>Vitamin D, Vitamin B12, Ferritin (Iron), Magnesium, Folate</td>
                    <td>Deficiencies can disrupt menstrual cycles, mood, energy, and thyroid or ovarian function</td>
                  </tr>
                </tbody>
              </table>
            </div>

            <h2>Timing and preparation matter</h2>

            <p>To get accurate results, keep these tips in mind:</p>

            <ul>
              <li><b>Cycle phase:</b> For menstrual hormones, draw blood on day 2-4 (for FSH, LH, Estradiol) and mid-luteal phase (~day 21) for Progesterone.</li>
              <li><b>Morning tests:</b> Cortisol and some sex hormones fluctuate throughout the day; test early (8-10 AM).</li>
              <li><b>Fasting:</b> Avoid food if testing glucose, insulin, or lipid panels.</li>
              <li><b>Pause supplements:</b> Biotin, steroids, and hormone therapies can affect results; ask before testing.</li>
              <li><b>Repeat if needed:</b> Hormones fluctuate naturally; retest borderline results.</li>
            </ul>

            <h2>How to interpret results</h2>

            <p>
              Numbers are only one part of the story. "Normal" lab ranges may not reflect your optimal hormonal
              balance, especially for reproductive-age women.
            </p>

            <p>Some patterns to know:</p>

            <ul>
              <li><b>High FSH + Low Estradiol:</b> approaching menopause or ovarian insufficiency</li>
              <li><b>Low Progesterone in luteal phase:</b> lack of ovulation</li>
              <li><b>High Testosterone or DHEA-S:</b> possible PCOS or adrenal overactivity</li>
              <li><b>Elevated Prolactin:</b> pituitary or stress-related imbalance</li>
              <li><b>High TSH + low T4:</b> hypothyroidism</li>
            </ul>

            <p>
              Always discuss your results with a doctor, endocrinologist, or women's health specialist who
              understands hormone dynamics and can interpret them in context, not isolation. For what to expect
              after lifestyle changes, see our{' '}
              <a href={AylaRouter.pathFor(timelineRoute)} onClick={(e) => { e.preventDefault(); setRoute(timelineRoute); }}>
                hormonal health timeline guide
              </a>.
            </p>

            <h2>Where to get hormone testing in the UAE</h2>

            <p>If you're based in the UAE, these two reliable providers offer women's hormone panels:</p>

            <p><b>Sidra Healthcare Hormone Profile for Women</b></p>
            <p>
              A convenient at-home collection service that includes Estradiol, Progesterone, FSH, and LH,
              ideal for an initial hormone check.
            </p>
            <ul>
              <li><b>Price:</b> AED 299</li>
              <li><b>Turnaround:</b> 24-48 hours</li>
              <li><b>Ideal for:</b> A baseline snapshot before consulting a practitioner</li>
            </ul>

            <p><b>Life Pharmacy, Hormone Wellness Package</b></p>
            <p>
              Available across the UAE, this package includes Testosterone, LH, Prolactin, Progesterone, and
              Estradiol.
            </p>
            <ul>
              <li><b>Price:</b> AED 299</li>
              <li><b>Ideal for:</b> Cycle irregularities, low energy, or suspected PCOS</li>
            </ul>

            <p>
              <b>Tip:</b> Check if the lab is DHA or CAP accredited for reliability, and confirm if fasting
              or cycle-day timing applies before booking.
            </p>

            <h2>Next steps</h2>

            <p>If your results come back out of range:</p>

            <ul>
              <li><b>Don't panic.</b> Hormones fluctuate, and one reading rarely defines the full picture.</li>
              <li><b>Track symptoms</b> alongside your results: cycle length, energy, sleep, and mood.</li>
              <li><b>Consult a specialist</b> in women's or functional medicine who can interpret nuances.</li>
              <li>
                <b>Support naturally:</b> Nutrition, sleep, movement, and stress balance are powerful tools
                alongside medical guidance. See our{' '}
                <a href={AylaRouter.pathFor(supplementsRoute)} onClick={(e) => { e.preventDefault(); setRoute(supplementsRoute); }}>
                  supplements for hormonal health guide
                </a>{' '}
                for research-backed options.
              </li>
            </ul>

            <h2>What about the DUTCH test (urine metabolite hormone testing)?</h2>

            <p>
              You may wonder how tests like the DUTCH test (Dried Urine Test for Comprehensive Hormones)
              compare with standard bloodwork.
            </p>

            <h3>How it works, and when it's useful</h3>

            <p>
              The DUTCH test analyzes urinary hormone metabolites (e.g. estrogen metabolites, progesterone
              metabolites, cortisol metabolites) over multiple timepoints. This offers insight into how your
              body is processing and eliminating hormones over a day or more.
            </p>

            <p>
              A study comparing dried urine assays with traditional serum tests found that for estradiol and
              progesterone, dried urine results were well correlated with serum measurements (intraclass
              correlation coefficients &gt; 0.95) and followed similar cyclical patterns (
              <a href="https://doi.org/10.1186/s13065-019-0539-1" target="_blank" rel="noopener noreferrer">Newman et al., 2019</a>
              ).
            </p>

            <p>
              Another study confirmed the reliability and precision of dried urine for measuring reproductive
              and adrenal hormones, supporting its clinical utility in both research and integrative care (
              <a href="https://doi.org/10.1186/s13065-021-00744-3" target="_blank" rel="noopener noreferrer">Newman &amp; Curran, 2021</a>
              ).
            </p>

            <p>
              Thus, while not a replacement for bloodwork, urine metabolite tests like DUTCH can be a
              complementary tool, especially useful for:
            </p>

            <ul>
              <li>Understanding hormone metabolism/detoxification pathways</li>
              <li>Assessing cortisol rhythm or adrenal function over time</li>
              <li>Supplementing standard tests when symptoms persist, yet blood markers appear "normal"</li>
            </ul>

            <h3>Where to get the DUTCH test in the UAE</h3>

            <p>
              The DUTCH test isn't currently offered in standard hospital or pharmacy labs in the UAE, but
              you can access it through licensed functional medicine clinics that partner with Precision
              Analytical (the US lab that developed the DUTCH test).
            </p>

            <p>Two options you can explore:</p>

            <p><b>Valeo Health, Dubai</b></p>
            <p>
              Offers the DUTCH Complete test through its at-home wellness testing platform, with licensed
              practitioners overseeing test requests. Samples are collected via courier or clinic partners.
            </p>
            <ul>
              <li><b>Price range:</b> 3000 AED</li>
            </ul>

            <p><b>Medi-Gyn by King's College Hospital Dubai</b></p>
            <p>
              Provides the DUTCH Hormone Test as part of its Functional Gynecology and women's hormone balance
              programs. Pricing available upon request through clinic inquiry.
            </p>

            <p><b>Note:</b> Always confirm pricing, courier timelines, and consultation requirements in advance.</p>

            <h3>Key cautions and best practices</h3>

            <ul>
              <li>The DUTCH test is not a primary diagnostic tool; standard bloodwork is still considered foundational, especially for endocrine disorders.</li>
              <li>Interpretation of metabolite data is complex; it requires clinicians trained in functional endocrinology.</li>
              <li>Always verify lab accreditation, assay methodology, and correlation to conventional serum assays.</li>
              <li>Use it as a complement, not a substitute, especially when blood markers don't fully explain symptoms.</li>
            </ul>

            <h2>Final takeaway</h2>

            <p>
              Your bloodwork isn't just numbers, it's a snapshot of how your body communicates. When interpreted
              thoughtfully, it can guide you toward balance, clarity, and confidence in your health journey.
            </p>

            <p>You deserve to feel well, and to understand what your body is telling you.</p>

            <p>
              <a href={AylaRouter.pathFor('waitlist')} onClick={(e) => { e.preventDefault(); setRoute('waitlist'); }}>
                Join Ayla's waitlist
              </a>{' '}
              for cycle-aware health insights.
            </p>

            <div className="article-references">
              <h2>References</h2>
              <ol>
                <li>
                  Melmed S, Auchus RJ, Goldfine AB, Koenig RJ, Rosen CJ. <em>Williams Textbook of Endocrinology.</em> 13th ed. Philadelphia (PA): Elsevier; 2016.
                </li>
                <li>
                  Fauser BCJM, Tarlatzis BC, Rebar RW, Legro RS, Balen AH, Lobo R, et al. Consensus on women's health aspects of polycystic ovary syndrome (PCOS). <em>Hum Reprod.</em> 2012;27(1):14-24.
                </li>
                <li>
                  La Marca A, Broekmans FJ, Volpe A, Fauser BCJM, Macklon NS. Anti-Müllerian hormone (AMH) as a predictive marker in assisted reproduction. <em>Hum Reprod Update.</em> 2010;16(2):113-30.
                </li>
                <li>
                  Poppe K, Velkeniers B. Thyroid disorders in infertile women. <em>Ann Endocrinol (Paris).</em> 2003;64(1):45-50.
                </li>
                <li>
                  Legro RS, Arslanian SA, Ehrmann DA, Hoeger KM, Murad MH, Pasquali R, et al. Diagnosis and treatment of polycystic ovary syndrome: an Endocrine Society clinical practice guideline. <em>Endocr Rev.</em> 2013;34(6):1048-75.
                </li>
                <li>
                  Vanderpump MPJ. The epidemiology of thyroid disease. <em>Br Med Bull.</em> 2011;99(1):39-51.
                </li>
                <li>
                  Nieman LK, Biller BMK, Findling JW, Newell-Price J, Savage MO, Stewart PM, et al. The diagnosis of Cushing's syndrome: an Endocrine Society clinical practice guideline. <em>Endocr Rev.</em> 2008;29(7):753-91.
                </li>
                <li>
                  Burger HG, Hale GE, Robertson DM, Dennerstein L. A review of hormonal changes during the menopause transition. <em>Hum Reprod Update.</em> 2007;13(6):559-65.
                </li>
                <li>
                  Newman, M., Pratt, S.M., Curran, D.A. et al. Evaluating urinary estrogen and progesterone metabolites using dried filter paper samples and gas chromatography with tandem mass spectrometry (GC-MS/MS). <em>BMC Chemistry</em> 13, 20 (2019).{' '}
                  <a href="https://doi.org/10.1186/s13065-019-0539-1" target="_blank" rel="noopener noreferrer">https://doi.org/10.1186/s13065-019-0539-1</a>
                </li>
                <li>
                  Newman M, Curran DA. Reliability of a dried urine test for comprehensive assessment of urine hormones and metabolites. <em>BMC Chem.</em> 2021 Mar 15;15(1):18. doi: 10.1186/s13065-021-00744-3. PMID: 33722278.
                </li>
                <li>
                  Krul-Poel YHM, et al. Vitamin D and metabolic disturbances in polycystic ovary syndrome (PCOS): a cross-sectional study. <em>PLoS One.</em> 2018;13(12):e0204748.
                </li>
                <li>
                  O'Leary F, Samman S. Vitamin B12 in health and disease. <em>Nutrients.</em> 2010;2(3):299-316.
                </li>
                <li>
                  Mazur A, Maier JA, Rock E, et al. Magnesium and the inflammatory response: potential physiopathological implications. <em>Arch Biochem Biophys.</em> 2007;458(1):48-56.
                </li>
              </ol>
            </div>
          </article>

          <aside>research · bloodwork · hormones · PCOS</aside>
        </div>
      </div>

      <ReadNext slug="hormonal-health-101-the-ultimate-bloodwork-guide-for-women" setRoute={setRoute} />
    </>
  );
};
