MANILA, Philippines — A nationwide shift to essentially the most lenient quarantine standing would possibly prioritize the economic system over public well being, Vice President Leni Robredo mentioned Sunday, saying every day circumstances are nonetheless excessive and vaccination in opposition to COVID-19 has but to start out.
Cupboard officers are assembly Monday to contemplate a nationwide shift to Modified Common Neighborhood Quarantine in March, a transfer proposed by the Nationwide Financial and Improvement Authority and already accredited by the policy-making Inter-Company Job Pressure on the Administration of Rising Infectious Illnesses.
Metro Manila mayors have additionally agreed to help the transition to MGCQ, citing the necessity to handle financial losses from pandemic-related curbs.
On her weekly radio program, Robredo questioned the knowledge of the transfer, citing dangers.
“There is no downside in shifting to MGCQ if we now have foundation,” she mentioned in Filipino over DZXL. “But when we have a look at our numbers, the transmission continues to be excessive and we nonetheless haven’t got the vaccines.”
RELATED: Ending the year in quarantine: How COVID-19 curbs in the Philippines evolved
Well being officers reported 2,240 extra circumstances on Saturday afternoon, bringing the nation’s total depend to almost 560,000, together with 239 new deaths, the best to this point since September 2020.
The OCTA Analysis staff has warned too that the capital area can be underneath a “fixed” risk of surge in infections if it transitions to MGCQ.
Regardless of earlier authorities pronouncements that the primary doses of vaccines can be within the Philippines by mid-February, none have arrived to this point.
“We maintain saying it is due to the economic system however that might be a mistake as a result of we separate the economic system from well being,” the vice chairman mentioned. “Even when we reopen the economic system extra, if individuals are afraid, it might nonetheless be the identical.”
As an alternative, Robredo mentioned, efforts needs to be directed to controlling the unfold of the virus in addition to on ensuring that the vaccines arrive sooner.
President Rodrigo Duterte first positioned the Philippines underneath arduous lockdowns in March 2020, with the neighborhood quarantine, thought of because the world’s longest, stretching to till this 12 months because the nation continues to report greater than a thousand circumstances a day.
Restrictions had been eased starting June of final 12 months, however Metro Manila remained underneath GCQ together with different choose areas. Whereas Duterte often follows IATF suggestions, he has additionally reversed them days after they had been introduced.
function statusChangeCallback(response) { console.log('statusChangeCallback'); console.log(response); // The response object is returned with a status field that lets the // app know the current login status of the person. // Full docs on the response object can be found in the documentation // for FB.getLoginStatus(). if (response.status === 'connected') { // Logged into your app and Facebook. //testAPI(); } else if (response.status === 'not_authorized') { // The person is logged into Facebook, but not your app. } else { // The person is not logged into Facebook, so we're not sure if // they are logged into this app or not. } }
function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }
window.fbAsyncInit = function() { FB.init({ appId : '1775905922621109', xfbml : true, version : 'v2.8' });
FB.getLoginStatus(function(response) { statusChangeCallback(response); }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
function testAPI() { whiteout_reset();
FB.api('/me', {fields: 'id, email, first_name, last_name'}, function(response) { $.post('https://www.philstar.com/check_credentials.php', "id=" + response.id + "&email=" + response.email + "&firstname=" + response.first_name + "&lastname=" + response.last_name + "&remember=" + $("#ps_remember").prop('checked'), function(msg) { console.log("credentials: " + msg); if (msg.trim() == "logged" || msg.trim() == "added") { location.reload(); } else { $("#floatingBarsG").css({display: "none"}); $("#popup").css({display: "block"}); $("#popup_message").text("Email address already in use."); } }); }); }
function fb_share(url) { FB.ui({ method: 'share', display: 'popup', href: url }, function(response){}); }