MANILA, Philippines — The Quezon Metropolis authorities stated it would conduct contact tracing and testing in Barangay Commonwealth after studying that a person contaminated with the extra contagious coronavirus variant was staying within the space.
The town authorities stated it was solely advised Wednesday {that a} 35-year-old man who examined optimistic for the extra transmissible variant was staying in an condo within the Riverside group with a companion.
“We’re performing in a short time to isolate the 2, and to conduct intensive contact tracing and testing within the space. It’s now unlucky that we realized about this solely now,” Mayor Pleasure Belmonte stated in a launch Thursday.
The person was among the many extra instances of the B.1.1.7 variant reported by the Division of Well being final week and was tagged as a resident of Liloan, Cebu.
The person and his companion can be transferred to the Hope Facility Thursday.
The Quezon Metropolis authorities stated the person was a former abroad Filipino employee who returned to the Philippines in August 2020 and stayed in Cebu. In November, he moved to Sucat in Parañaque Metropolis.
He took a swab take a look at on January 17 and on the subsequent day, he examined optimistic for COVID-19 and his pattern was despatched to the Philippine Genome Heart for sequencing. He was staying at a quarantine lodge in Manila till his manning company transferred him to an condo in Riverside.
The person’s genome sequencing outcomes launched February 5 confirmed he contracted the B.1.1.7 variant. On February 8, he developed a light cough.
Manning company
Belmonte stated she is looking for authorized recommendation on the legal responsibility of the manning company for not complying with mandated well being protocols.
“This company positioned a whole group in danger by bringing a COVID-19 optimistic affected person to our metropolis, contemplating that each their company and the quarantine lodge are in Manila,” she stated.
The mayor additionally requested the Bureau of Quarantine to find out why the lodge launched the person to the company a number of days after he examined optimistic.
Authorities have to date detected 25 instances of the variant that was first seen in the UK. — Gaea Katreena Cabico
—
Disclosure: Quezon Metropolis Mayor Pleasure Belmonte is a shareholder of Philstar World Corp., which operates digital information outlet Philstar.com. This text was produced following editorial pointers.
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){}); }