{ "@context": "https://schema.org", "@graph": [ { "@type" : "Organization", "@id": "/#Organization", "name": "Tchê Erechim Notícias", "url": "/", "logo": "/images/1713445358TCHÊ_ERECHIM.png", "sameAs": ["https:\/\/www.facebook.com\/radiotcheerechim\/","https:\/\/www.instagram.com\/radiotcheerechim\/"] }, { "@type": "BreadcrumbList", "@id": "/#Breadcrumb", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Tchê Erechim Notícias", "item": "/" }, { "@type": "ListItem", "position": 2, "name": "Ypiranga", "item": "/ver-noticia/16/ypiranga" }, { "@type": "ListItem", "position": 3, "name": "Prefeitura celebra sucesso da abordagem de grupos no Ambulatório de Saúde Mental" } ] }, { "@type" : "Website", "@id": "/noticia/39554/prefeitura-celebra-sucesso-da-abordagem-de-grupos-no-ambulatorio-de-saude-mental#Website", "name" : "Prefeitura celebra sucesso da abordagem de grupos no Ambulatório de Saúde Mental", "description": "De acordo com a secretária de Saúde, a abordagem é verdadeiramente integral e plena, acolhendo os indivíduos em sua totalidade e ajudando-os a lidar com os", "image" : "", "url" : "/noticia/39554/prefeitura-celebra-sucesso-da-abordagem-de-grupos-no-ambulatorio-de-saude-mental" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/39554/prefeitura-celebra-sucesso-da-abordagem-de-grupos-no-ambulatorio-de-saude-mental#NewsMediaOrganization", "name": "Tchê Erechim Notícias", "alternateName": "Tchê Erechim Notícias", "url": "/", "logo": "", "sameAs": ["https:\/\/www.facebook.com\/radiotcheerechim\/","https:\/\/www.instagram.com\/radiotcheerechim\/"] }, { "@type": "NewsArticle", "@id": "/noticia/39554/prefeitura-celebra-sucesso-da-abordagem-de-grupos-no-ambulatorio-de-saude-mental#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/39554/prefeitura-celebra-sucesso-da-abordagem-de-grupos-no-ambulatorio-de-saude-mental" }, "headline": "Prefeitura celebra sucesso da abordagem de grupos no Ambulatório de Saúde Mental", "description": "De acordo com a secretária de Saúde, a abordagem é verdadeiramente integral e plena, acolhendo os indivíduos em sua totalidade e ajudando-os a lidar com os", "image": [""], "datePublished": "2024-06-21T07:15:45-03:00", "dateModified": "2024-06-21T07:15:45-03:00", "author": { "@type": "Person", "name": "Tchê Erechim", "url": "/" }, "publisher": { "@type": "Organization", "@id": "/#Organization", "name": "Tchê Erechim Notícias", "logo": { "@type": "ImageObject", "url": "", "width": 600, "height": 600 } } } ] }VideoAds = { play: function(id){ var videoSrc = document.querySelector(id); videoSrc.muted = true; videoSrc.loop = true; videoSrc.play(); }, pause: function(id){ var videoSrc = document.querySelector(id); videoSrc.loop = true; videoSrc.muted = true; videoSrc.pause(); } }