{"id":352,"date":"2026-08-19T03:10:21","date_gmt":"2026-08-19T03:10:21","guid":{"rendered":"https:\/\/dev.foxmeadowwellness.com\/?page_id=352"},"modified":"2026-09-02T04:34:41","modified_gmt":"2026-09-02T04:34:41","slug":"autoimmune-immune-conditions","status":"publish","type":"page","link":"https:\/\/www.foxmeadowwellness.com\/index.php\/autoimmune-immune-conditions\/","title":{"rendered":"Autoimmune &amp; Immune Conditions"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"598\" src=\"https:\/\/www.foxmeadowwellness.com\/wp-content\/uploads\/2026\/07\/autoimune-1.jpg\" alt=\"\" class=\"wp-image-169\" style=\"aspect-ratio:1.2842617814738297;width:443px;height:auto\" srcset=\"https:\/\/www.foxmeadowwellness.com\/wp-content\/uploads\/2026\/07\/autoimune-1.jpg 768w, https:\/\/www.foxmeadowwellness.com\/wp-content\/uploads\/2026\/07\/autoimune-1-300x234.jpg 300w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<style data-wp-block-html=\"css\">\n#gi-conditions-app ul.conditions-list li:hover {\n    background-color: #eef6ff;\n    border-radius: 6px;\n    color: #005bb5;\n}\n<\/style>\n\n<div id=\"gi-conditions-app\">\n\n<style>\n  #gi-conditions-app {\n    font-family: Arial, sans-serif;\n    margin: 20px 0;\n  }\n\n  #gi-conditions-app .container {\n    display: flex;\n    gap: 40px;\n    flex-wrap: wrap;\n  }\n\n  #gi-conditions-app .output,\n  #gi-conditions-app .details {\n    background: #ffffff;\n    padding: 20px;\n    border-radius: 8px;\n    box-shadow: 0 2px 6px rgba(0,0,0,0.08);\n    flex: 1 1 300px;\n  }\n\n  #gi-conditions-app ul.conditions-list {\n    list-style-type: disc;\n    padding-left: 20px;\n  }\n\n  #gi-conditions-app ul.conditions-list li {\n    margin-bottom: 10px;\n    cursor: pointer;\n    font-size: 1rem;\n    transition: all 0.2s ease;\n  }\n\n  #gi-conditions-app ul.conditions-list li:hover {\n    background-color: #eef6ff;\n    padding: 8px 12px;\n    border-radius: 6px;\n    color: #005bb5;\n  }\n\n  #gi-conditions-app .empty {\n    color: #777;\n    font-style: italic;\n  }\n\n  .fade-slide {\n    animation: fadeSlide 0.4s ease forwards;\n    opacity: 0;\n    transform: translateY(10px);\n  }\n\n  @keyframes fadeSlide {\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  #gi-conditions-app ul {\n    margin-top: 10px;\n    padding-left: 20px;\n  }\n<\/style>\n\n<h2>Immune, Allergy &#038; Histamine Topics<\/h2>\n\n<div class=\"container\">\n\n  <!-- LEFT: Bulleted List -->\n  <div class=\"output\">\n    <h3>Topics<\/h3>\n    <ul class=\"conditions-list\">\n      <li data-cond=\"Autoimmune Disorders\">Autoimmune Disorders<\/li>\n      <li data-cond=\"Allergies\">Allergies<\/li>\n      <li data-cond=\"Asthma\">Asthma<\/li>\n      <li data-cond=\"Eczema\">Eczema<\/li>\n      <li data-cond=\"Dermatitis\">Dermatitis<\/li>\n      <li data-cond=\"MAST Cell &#038; Histamine Release\">MAST Cell &#038; Histamine Release<\/li>\n    <\/ul>\n  <\/div>\n\n  <!-- RIGHT: Condition Details -->\n  <div class=\"details\">\n    <h3><\/h3>\n    <div id=\"condition-details\" class=\"empty\">Click a topic to view symptoms.<\/div>\n  <\/div>\n\n<\/div>\n\n<script>\n(function(){\n  const detailsContainer = document.querySelector('#gi-conditions-app #condition-details');\n  const items = document.querySelectorAll('#gi-conditions-app .conditions-list li');\n\n  const symptoms = {\n    \"Autoimmune Disorders\": [\n      \"Fatigue\",\n      \"Joint pain or stiffness\",\n      \"Muscle aches\",\n      \"Digestive issues\",\n      \"Skin rashes\",\n      \"Brain fog\",\n      \"Inflammation-related symptoms\",\n      \"Flare-ups triggered by stress or infections\"\n    ],\n\n    \"Allergies\": [\n      \"Sneezing\",\n      \"Runny or congested nose\",\n      \"Itchy or watery eyes\",\n      \"Skin reactions\",\n      \"Coughing\",\n      \"Fatigue after exposure\",\n      \"Food-triggered symptoms\"\n    ],\n\n    \"Asthma\": [\n      \"Shortness of breath\",\n      \"Chest tightness\",\n      \"Wheezing\",\n      \"Coughing (especially at night)\",\n      \"Difficulty breathing during exercise\",\n      \"Symptoms triggered by allergens or irritants\"\n    ],\n\n    \"Eczema\": [\n      \"Dry, itchy skin\",\n      \"Red or inflamed patches\",\n      \"Cracking or peeling skin\",\n      \"Flare-ups triggered by allergens or stress\",\n      \"Rough or scaly texture\",\n      \"Sleep disruption due to itching\"\n    ],\n\n    \"Dermatitis\": [\n      \"Skin redness\",\n      \"Itching or irritation\",\n      \"Swelling or dryness\",\n      \"Rash after contact with irritants\",\n      \"Flaking or peeling\",\n      \"Burning sensation\"\n    ],\n\n    \"MAST Cell & Histamine Release\": [\n      \"Flushing or redness\",\n      \"Itching or hives\",\n      \"Swelling\",\n      \"Digestive discomfort after certain foods\",\n      \"Headaches or migraines\",\n      \"Rapid heart rate\",\n      \"Sensitivity to temperature, stress, or chemicals\"\n    ]\n  };\n\n  function showDetails(condition) {\n    detailsContainer.innerHTML = \"\";\n    detailsContainer.classList.remove(\"empty\");\n\n    const title = document.createElement(\"h3\");\n    title.textContent = `${condition} Symptoms`;\n    title.classList.add(\"fade-slide\");\n    detailsContainer.appendChild(title);\n\n    const list = document.createElement(\"ul\");\n    list.classList.add(\"fade-slide\");\n\n    symptoms[condition].forEach(symptom => {\n      const li = document.createElement(\"li\");\n      li.textContent = symptom;\n      list.appendChild(li);\n    });\n\n    detailsContainer.appendChild(list);\n  }\n\n  items.forEach(item => {\n    item.addEventListener(\"click\", () => {\n      const condition = item.getAttribute(\"data-cond\");\n      showDetails(condition);\n    });\n  });\n\n})();\n<\/script>\n\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-794e3cfa wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">See the calendar below to schedule your next functional medicine appointment. 90 minute appointments are typical for diagnosing your condition and providing holistic options to address your condition.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Select a date and time below, enter your name and e-mail address &#8211; it&#8217;s that easy.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n<div class=\"availo-widget\" data-event=\"402\"><\/div>","protected":false},"excerpt":{"rendered":"<p>Immune, Allergy &#038; Histamine Topics Topics Autoimmune Disorders Allergies Asthma Eczema Dermatitis MAST Cell &#038; Histamine Release Click a topic to view symptoms. See the calendar below to schedule your next functional medicine appointment. 90 minute appointments are typical for diagnosing your condition and providing holistic options to address your condition. Select a date and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-352","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.foxmeadowwellness.com\/index.php\/wp-json\/wp\/v2\/pages\/352","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.foxmeadowwellness.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.foxmeadowwellness.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.foxmeadowwellness.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.foxmeadowwellness.com\/index.php\/wp-json\/wp\/v2\/comments?post=352"}],"version-history":[{"count":5,"href":"https:\/\/www.foxmeadowwellness.com\/index.php\/wp-json\/wp\/v2\/pages\/352\/revisions"}],"predecessor-version":[{"id":483,"href":"https:\/\/www.foxmeadowwellness.com\/index.php\/wp-json\/wp\/v2\/pages\/352\/revisions\/483"}],"wp:attachment":[{"href":"https:\/\/www.foxmeadowwellness.com\/index.php\/wp-json\/wp\/v2\/media?parent=352"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}