ADVERTISEMENT

Nourish body, mind, and spirit for natural healing

Published Mar 27, 2024 04:02 pm

By JUNEP OCAMPO

As Filipinos prepare for Easter, they are reminded of life's transformative nature. Emerging from the solitary days of the pandemic, transitioning to the stressful era of revenge travel and revenge spending, life can swiftly shift from one chaotic chapter to another, leaving people in a state of imbalance.

This imbalance often manifests as illnesses. And what is an illness but the absence of wellness? 

How can one restore wellness? Through natural healing.

Dr. Elizabeth Micaller, or simply “Bethh” to friends (yes, that’s Beth with two ‘h’), a leading authority in naturopathy. She has over 40 years of experience in helping Filipinos achieve healing of body, mind, and spirit, emphasizing the importance of reconnecting with nature as a way of naturally healing one’s self.

NOURISH 1.jpeg
GOING BACK to nature is the starting point of the path to healing.

As the first American-certified naturopath with a PhD in the science of natural healing, Bethh has dedicated herself to educating Filipinos on the significance of returning to nature. 

Embracing nature 

During the pandemic, Bethh embraced nature herself, quite literally. She and her husband Conrad purchased a three-hectare integrated farm, transforming it into Nourish Wellness Eco-Paradise, providing a sanctuary from the city's lockdowns.

Originally focused on producing organic food, the farm now offers respite to guests seeking tranquility and a return to nature. 

Bethh explains, “Here, families can immerse themselves in nature once again. Children engage with farm animals like rabbits and goats while enjoying pesticide-free, organically grown food.”

Nourish also serves as the home base of the Philippine Institute of Naturopathic Science (PINS). Here, individuals interested in natural healing can enroll in Bethh’s classes, ranging from weekend workshops to semester-long courses.

Glamorous tents

Guest accommodations at Nourish eschew traditional rooms in favor of geodesic tents, transformed into five-star glamping experiences complete with air conditioning. Some tents, suitable for up to six guests, even feature bathtubs and dipping pools.

NOURISH 2.jpg
THE GEODESIC tents have hotel-like amenities.

The farm boasts fruit-bearing trees such as mangoes and lanzones, allowing guests to enjoy free picking during harvest seasons. 

Unique dishes

Culinary offerings, meanwhile, include unique dishes like crispy mulberry leaves, flower salads, and rice coffee.

Regarding dietary preferences, Beth clarifies, “Yes, we do serve meat. In naturopathy, organic meat is permissible.”

“And food does not have to taste bad!” she adds with a chuckle. 

The farm raises free-range chicken and plans to introduce a pond for “clean tilapia,” prioritizing organic practices for health-conscious consumers. 

“Tilapia is a good fish but many of those commercially grown are fed with things you wouldn’t want to know,” Beth said.

The six doctors

The natural healing expert advocates for the “Six Best Doctors,” as inspired by the nursery rhyme. These doctors are Dr. Sunshine, Dr. Water, Dr. Air, Dr. Diet, Dr. Exercise, and Dr. Rest. Together, these six can help people prevent illnesses. 

NOURISH 3.jpg
Glamorous camping is a comfortable way of experiencing nature's healing powers.

Among these six, Beth says one of the most neglected is Dr. Water. “The cells of our body are all made up of water. So we need water to bring nutrients to our cells. Unfortunately, many people do not drink enough. I advise drinking one-half glass of water every hour. Beyond that, you will be shocking your organs with too much water,” she said. 

The seventh doctor

Beth adds a seventh Doctor to the list – Dr. Energy. She emphasizes the importance of attracting positive energy and repelling negativity for holistic healing.

NOURISH 4.jpg
Glamorous camping is a comfortable way of experiencing nature's healing powers.

To tap on Dr. Energy, Beth instructs patients on how to do positive affirmations. She also recommends playing soothing music to create a positive atmosphere. 

“Walls absorb energy. It is essential to fill our spaces with positive energy,” she advises.

While Beth says she is Catholic, she considers herself more "spiritual" than religious. And she attributes her journey to Nourish, to divine guidance. 

“I stumbled upon this farm after my plans to purchase what would have been our retirement home fell through. When I asked God what should I do with it, God impressed on me that I should offer what I do best – natural healing. And so, Nourish was born.”

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.