ADVERTISEMENT

Bacolod to allocate P300M for procurement of COVID vaccines

Published Jan 8, 2021 02:02 pm

BACOLOD CITY - The city government of Bacolod will be allocating P300 million for the procurement of coronavirus disease (COVID-19) vaccines.

Mayor Evelio Leonardia signs the multi-lateral agreement and confidentiality agreement with AstraZeneca on the availment of vaccines against COVID-19, as witnessed by Vice Mayor El Cid Familiaran, Councilor Renecito Novero, City Administrator Em Ang, City Legal Officer Atty. Joselito Bayatan, OIC- City Health Officer Dr. Edwin Miraflor Jr., and Emergency Operations Center deputies for medical Dr. Chris Sorongon and Dr. Hector Gayares at the Bacolod City Government Center Thursday. (Photo courtesy of Bacolod City PIO / MANILA BULLETIN)

This was announced by Mayor Evelio Leonardia at a press briefing here, following the ceremonial signing of a multilateral agreement with AstraZeneca and national government agencies, and a confidentiality agreement with AstraZeneca at the Bacolod City Government Center on Thursday.

AstraZeneca is a multinational pharmaceutical company based in Cambridge, England, which has partnered with the University of Oxford in developing a vaccine against COVID-19.

“It is our policy, our belief, and our commitment that when the health and lives of our people are at stake, we will go for broke,” Leonardia said.

The mayor stressed that the city government was committed to providing its citizens with any duly approved vaccines that would be available in the market.

This was the reason why city officials are making all necessary efforts to raise the needed budget, according to Leonardia.

“We are willing to augment, to re-align, and to revert all items in our budget if the need arises,” Leonardia said, adding that they will be starting with the preparation of P300 million for the vaccines.

“We will make adjustments if necessary,” he said.

Leonardia was authorized by the City Council to contract with AstraZeneca to avail of the company’s vaccine in a special session held last Wednesday.

Prior to that, officials of League of Cities of the Philippines (LCP) headed by Leonardia as national president and the LCP Committee on Vaccine Availment, chaired by Iloilo City Mayor Jerry Treñas, met with top officials of AstraZeneca in a virtual dialog.

Taking this “major step” further, Leonardia also wrote the council on Thursday to give him continuing authorization to enter into contracts with other pharmaceutical companies legally operating in the Philippines which can provide COVID-19 vaccines duly approved by the Food and Drug Administration.

According to the mayor, he made the letter-request because time was essential in procuring the vaccine.

“We are very serious. We have to move fast and act fast,” he stressed, adding that he will not allow the people of Bacolod to be left out come the time the vaccines are already available.

Leonardia said that the City Health Office and the COVID-19 Vaccination (CoVac) Council have started drafting the list of persons who shall be vaccinated first in Bacolod.

The list will be finalized in accordance with the guidelines set by the Department of Health and the National Inter-Agency Task Force Against COVID-19 for identifying the priority sectors in mass vaccination.

Leonardia clarified that local government units (LGUs) cannot independently procure COVID-19 vaccines without clearance from the national government.

In his letter to the SP, he said: “The availability of the COVID-19 vaccine is limited, and considering the massive nationwide demand for it, we are bound to encounter problems in its timely availment if we do not act now to ensure that we are on the list of LGUs which are ready to avail of any vaccine supply that the national government shall be able to procure under existing policies and procedures, and subject to adjustments that the national government may eventually adopt thereon.”

Related Tags

ncov
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.