ADVERTISEMENT

Local pharma group vows to work closely with ARTA, FDA

Published Mar 15, 2024 06:57 am

The Philippine Chamber of the Pharmaceutical Industry (PCPI), a major industry group of Filipino-owned pharmaceutical companies, vowed to work closely with the Food and Drug Administration (FDA) and the Anti Red Tape Authority (ARTA) to further improve the competitiveness of the domestic industry. 


At the induction ceremony of the 2024 PCPI directors and officers, the group’s new president Dr. Lloyd Balajadia said they will push for the competitiveness of their industry. 
 

pcpi.JPG
PHARMA COMPANIES TEAMS UP WITH ANTI RED TAPE AUTHORITY and FOOD and DRUG ADMINISTRATION -- Shown in photo (L-R) PCPI Corporate Secretary Atty Dave Escalona; ARTA Director-General Ernesto Perez; FDA Director Joyce Cirunay; FDA Director-General Dr. Samuel Zacate; PCPI President Dr, Lloyd Balajadia

“We at the Philippine Chamber of the Pharmaceutical Industry (PCPI)  look forward to working together with FDA and ARTA to achieve our vision of a globally competitive and sustainable Philippine pharmaceutical industry that provides Filipinos with high-quality and affordable medicines,” said Balajadia. 
 

PCPI was founded in March 2004 by merging the Chamber of Filipino Drug Manufacturers and Distributors, Inc., the Association of Drug Industries of the Philippines, the Filipino Drug Association, and the Association of Philippine Pharmaceutical Manufacturers.
 

For its part, ARTA Secretary Ernesto V. Perez reiterated his commitment to support local pharmaceutical companies by working closely with the FDA and the Department of Health (DOH) to streamline and expedite processes. 
 

“Our aim is to leverage our collective strengths to pave the way for the rise of a Bagong Pilipinas. We are confident that through our unified efforts with FDA and PCPI, we can continue to empower the Philippine pharmaceutical industry to grow and contribute to the local economy,” said Perez. 
 

DA Director-General Dr. Zacate emphasized his goal of ensuring that FDA policies enable and empower the local pharmaceutical industry. “We at FDA are committed to supporting PCPI and the local pharmaceutical companies by ensuring that FDA policies are updated to meet the local pharmaceutical industry needs and that industry-related processes are accessible and efficient,” said Zacate. 
 

The newly inducted officers and board of directors comprise of representatives from Filipino-owned pharmaceutical companies. 
Recently, ARTA and ARTA held a Kapihan Session to address streamlining concerns and discuss ways to improve processes in compliance with the Ease of Doing Business law.

Perez emphasized the law’s intent to cut processing time and costs in the drug and pharma industry.

The concerns discussed during the Kapihan include long processing time for assessments of FDA applications, lack of uniform assessment standards, and e-portal glitches, among others.

On the issues of the slow processing time for assessment of FDA applications, whether new or renewal, and lack of uniform assessment or evaluation, Zacate said that the FDA plans to deputize evaluating bodies from external service providers.

To this, Perez recommended the creation of guidelines on the processes to create uniformed rules in the assessment of these applications apart from updating its Citizen’s Charter. FDA will also be looking into other causes of backlogs in the processes of registrations in the FDA such as the possibility of communication gaps not just between the FDA and its stakeholders but also within the stakeholders themselves.

Another issue raised during the Kapihan was the unresponsiveness of the FDA email and the lack of face-to-face consultation with the FDA, Zacate explained that many of the emails go to their other emails but their active email is the [email protected] email. In response, ARTA recommended FDA to employ strategies to improve email responsiveness, as well as the upgrade system to indicate the status of applications and closely coordinate with concerned stakeholders.

While admitting that there is a current backlog in the FDA’s e-portal, Zacate committed to improving and upgrading the FDA’s e-portal system and update ARTA on its ongoing efforts in relation to this. ARTA recommended that the FDA form partnerships with payment gateways in the country while opening an over-the-counter payment by this month to immediately address this concern.

Other issues raised include the repeal of Administrative Order (AO) 67 or the Revised Rules and Regulations on Registration of Pharmaceutical Products. ARTA recommended the possible harmonization of the amendment on AO 67 and proposed revision of fees and charges. Another one is the non-issuance by FDA of Good Manufacturing Practice (GMP) clearances, inspection schedules, and the Permit to Register (PTR) which were already 50 percent paid in advance. In response to this, the FDA committed to refer the complaint to the appropriate office and update ARTA on the progress of the complaint.

 

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.