ADVERTISEMENT

Muntinlupa LGU to use single dose Janssen COVID-19 vaccines for seniors

Published Jul 21, 2021 09:26 am

The Muntinlupa City government has received Johnson & Johnson’s single dose Janssen COVID-19 vaccines from the national government and it will be used exclusively for senior citizens or those belonging to the A2 priority group.

The Philippines received 3.2 million doses of Janssen vaccine last week, which were donated by the US government through the COVAX Facility, an alliance aiming to ensure access of developing countries to COVID-19 vaccines. The Philippines is one of the 92 low- and middle-income countries and economies approved to access the vaccines through COVAX.

A senior citizen gets vaccinated in Muntinlupa. (Muntinlupa PIO)

“Senior citizens who have registered with MunCoVac but have not yet been vaccinated are priority in the sending of schedules. Based on the NVOC Advisory, those eligible for the Janssen vaccine are A2 and A3 . We have decided to give priority to our senior citizens since the supply is limited and they are the sector most prone to COVID-19,” said the Muntinlupa City COVID-19 Vaccination Program (MunCoVac) team.

The country’s Food and Drug Administration (FDA) issued an Emergency Use Authorization (EUA) for Janssen on April 19, which indicated that the vaccine is intended for 18 years old and above.

“Janssen COVID-19 Vaccine is supplied as a suspension in multi-dose (5 doses) vials. The dosing regimen is a single dose of 0.5 mL administered as intramuscular injection,” according to the EUA.

As of July 20, the Muntinlupa City government has administered 257,633 vaccine doses. Of the total, 167,168 individuals have received their first vaccine dose, representing 43.33 percent of the target population of 385,725.

In addition, 90,465 individuals in Muntinlupa are now fully vaccinated after getting their second dose, or 23.5 percent of the target population.

Of the first dose recipients, 20,239 are senior citizens (A2) equivalent to 54.7 percent of the estimated target elderly population of 37,016 in Muntinlupa.

Other recipients of the first dose are 11,177 A1 (health workers), 66,849 A3 (persons with comorbidities), 58,382 A4 (essential workers), and 10,521 A5 (poor population).

By vaccine brand, of the 167,168 first dose recipients, 104,216 individuals received Sinovac Life Sciences’ CoronaVac, 32,406 got AstraZeneca, 3,879 were given Sputnik V, 4,196 had Pfizer-BioNTech and 260 were administered with Moderna.

Of the 90,465 individuals in Muntinlupa who are now fully vaccinated, 7,280 are A1, 14,683 are A2, 46,299 are A3, and 18,145 are A4. By vaccine brand, 63,495 got CoronaVac, 2,454 received AstraZeneca, 2,934 were given Sputnik V, and 21,582 received Pfizer-BioNTech.

The Muntinlupa City government also received a new batch of COVAX-donated AstraZeneca vaccines that may be used for the first dose. Based on COVAX guidelines, the vaccines will be used for A1, A2, A3, and A5.

For A4, MunCoVac said the scheduling for the first dose will resume next week. It continues to administer the second dose using CoronaVac including for those whose schedules were postponed last week.

Related Tags

janssen Muntinlupa Sputnik V moderna AstraZeneca SINOVAC VACCINE PFIZER BIONTECH covid-19 vaccine
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.