ADVERTISEMENT

Salo says new law ends 'ambulance-chasing' among Pinoy seafarers 

Published Aug 1, 2024 06:36 am

At A Glance

  • A pro-overseas Filipino workers (OFW) solon believes that the ratification by the House and the Senate of the Third Bicameral Conference Committee Report on the Magna Carta of Filipino Seafarers will put an end to the practice of "ambulance-chasing" in the sector. 

IMG-fa2759bcd718ee9872e814c7839dea91-V.jpgKabayan Party-list Rep. Ron Salo (center) (Rep. Salo's office)

 

 

 

 

 

 

 

 

A pro-overseas Filipino workers (OFW) solon believes that the ratification by the House and the Senate of the Third Bicameral Conference Committee Report on the Magna Carta of Filipino Seafarers will put an end to the practice of "ambulance-chasing" in the sector. 

“This landmark legislation reaffirms the Philippine government's commitment in protecting the rights and welfare of Filipino seafarers, particularly in tackling ambulance-chasing," Kabayan Party-list Rep. Ron Salo said in a statement. 

"The era of ambulance chasers that has long plagued the PH maritime industry and tarnished the image of the country abroad will now come to an end,” Salo underscored. 

In the seafaring industry, ambulance-chasing is the unlawful act of sweet-talking seafarers back from deployment to file exorbitant claims against their former employers and demand compensation for alleged injuries or illnesses during employment. 

The monetary awards by lower tribunals are split by the group, leaving the seafarer with a pittance. In cases of reversal of the decision by higher courts, however, the seafarer is left alone to restitute the wrongful award. 

After thorough discussions and deliberations on the disagreeing provisions of Senate Bill (SB) No. 2221 and House Bill (HB) No. 7325, the Bicameral Conference Committee, of which Salo is a member, has decided to include Section 59. 

“Section 59 is a significant milestone in our efforts in protecting our seafarers from the predatory practice of ambulance-chasers. This provision ensures that justice is served efficiently and fairly to our kababayans,” emphasized the veteran solon. 

The same section focuses on establishing rules and procedures for the fair, speedy, and equitable resolution of monetary awards for seafarers, ensuring that those who exploit legal claims for personal gain are held accountable. 

It provides a mechanism to prevent the abuse of the legal process for monetary gains at the expense of the seafarers. 

The Department of Labor and Employment (DOLE), National Labor Relations Commission (NLRC) and National Conciliation and Mediation Board (NCMB), in coordination with the Maritime Industry Tripartite Council (MITC) of the Department of Migrant Workers (DMW), will create rules to ensure fair and prompt handling of seafarers' monetary awards, including measures to prevent ambulance chasing and ensure accountability in line with RA 10706, the Labor Code, and other relevant regulations. 

The Magna Carta also includes additional measures to address ambulance-chasing, such as the establishment of a clear process for determining disability grading or fitness to work, timely payment of verified claims, provision of free legal assistance to seafarers, the establishment of seafarers lounges/hubs in key strategic areas, and an intensified education campaign to inform seafarers about their rights and protections. 

Salo commended the unwavering commitment of the stakeholders in the passage of the measure. 

“I greatly thank the seafarer unions, manning agencies, shipowners and their representatives for their steadfast support and relentless efforts for the passage of the bill. Indeed, the collaboration of all these stakeholders who are united in their desire to protect the seafaring industry played a vital role for the approval of the measure," he said. 

“We are very confident that this measure will boost the marketability of Filipino seafarers among international shipowners and employers, and will create more high paying employment opportunities for our people,” concluded Salo.

 

Related Tags

Magna Carta of Filipino Seafarers ron Salo ambulance-chasing
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.