ADVERTISEMENT

Pasig barangay launches early intervention program for children with special needs

Published Nov 21, 2022 05:44 pm

The government of Barangay San Antonio in Pasig City, in partnership with the Special Olympics Pilipinas (SOP) organization, launched a program providing free early intervention assessments to children with developmental disabilities.

Barangay San Antonio, Pasig City / MANILA BULLETIN

The program is part of the Young Athletes' Program, operating under the barangay’s Project C.A.R.E. (Children’s Access to Responsive Evaluation) intended for the “proper diagnosis and early intervention of children with developmental needs.”

Around 20 children will undergo assessment sessions every week. It targets to cover a total of 133 children aged three years old and above, particularly those included in the barangay’s Child Development Center.

Through the program, the children will have accessible and affordable sessions, which normally can cost around P5,000 to P12,000 per session.

These sessions consist of the children playing interactive games and activities suited to their respective needs to enhance their communication and social skills.

Established in the United States of America in 1968, SOP focuses on offering "sports training and competitions catered to individuals with intellectual and developmental disabilities."

The organization will help provide volunteer doctors, mental health and developmental experts, as well as coaches to cater to the children's needs.

BSA Chairman Raymond U. Lising and other barangay officials created the program in accordance with the Department of Social Welfare and Development (DSWD), the Council for the Welfare of Children, and the National Youth Commission’s call to strengthen mental health efforts and services for kids.

SOP National Director Kaye Samson, a Psychology graduate and Special Education (SPED) teacher for 23 years, said Chairman Lising and his team asked for help from the organization since they've noticed there were many children with special needs in Barangay San Antonio.

She said she has spoken to teachers who have confirmed there are many children in the barangay who may have hyperactivity sensory disorders, sensory challenges, or other sensory issues, particularly those who do not want to be touched or have difficulty focusing.

Barangay San Antonio, Pasig City / MANILA BULLETIN

A priority of the program is to help the children establish "a normal life despite developmental disabilities being incurable."

"Developmental disabilities or developmental disorders are challenges but not diseases. It's not curable, but you can develop, you can intervene. Managing lang (We can manage it)," said Samson.

"If walang intervention, maapektuhan siya. Lalaki siyang hindi mama-maximize 'yong potential niya. Lalaki siyang ibu-bully ng ibang tao kasi hindi siya makapag-sit down o hindi siya marunong makipag-usap sa ibang bata. Lalaki siyang hindi confident sa sarili niya, insecure (The children will be affected if there is no intervention. They will grow up not maximizing their full potential. They'll grow up bullied by people because they can't stay seated or they don't know how to speak with other kids. They'll grow up insecure and not confident in themselves)," she explained.

These kinds of disorders see no social status and can affect both privileged and underprivileged sectors, Samson added.

The program was launched in line with National Children’s Month (NCM).

The country celebrates National Children’s Month every November as declared by Republic Act No. 10661. It coincides with the commemoration of the adoption of the Convention on the Rights of the Child by the United Nations General Assembly of 1989.

The theme for this year’s celebration is ““Kalusugan, Kaisipan at Kapakanan ng Bawat Bata Ating Tutukan!” calling for public action and support for children’s mental health and wellbeing.

Related Tags

Pasig City Children with special needs
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.