{"version":"1.0","provider_name":"Prefeitura Municipal de Ferraz de Vasconcelos","provider_url":"https:\/\/ferrazdevasconcelos.sp.gov.br\/web","author_name":"secom","author_url":"https:\/\/ferrazdevasconcelos.sp.gov.br\/web\/author\/secomferraz\/","title":"Ferraz promove campanha \u201cFique Sabendo\u201d nesta sexta - Prefeitura Municipal de Ferraz de Vasconcelos","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"6kNc7Z3VwV\"><a href=\"https:\/\/ferrazdevasconcelos.sp.gov.br\/web\/saude\/ferraz-promove-campanha-fique-sabendo-nesta-sexta\/\">Ferraz promove campanha \u201cFique Sabendo\u201d nesta sexta<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/ferrazdevasconcelos.sp.gov.br\/web\/saude\/ferraz-promove-campanha-fique-sabendo-nesta-sexta\/embed\/#?secret=6kNc7Z3VwV\" width=\"600\" height=\"338\" title=\"&#8220;Ferraz promove campanha \u201cFique Sabendo\u201d nesta sexta&#8221; &#8212; Prefeitura Municipal de Ferraz de Vasconcelos\" data-secret=\"6kNc7Z3VwV\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe><script>\n\/**\n * WordPress inline HTML embed\n *\n * @since 4.4.0\n * @output wp-includes\/js\/wp-embed.js\n *\n * Single line comments should not be used since they will break\n * the script when inlined in get_post_embed_html(), specifically\n * when the comments are not stripped out due to SCRIPT_DEBUG\n * being turned on.\n *\/\n(function ( window, document ) {\n\t'use strict';\n\n\t\/* Abort for ancient browsers. *\/\n\tif ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) {\n\t\treturn;\n\t}\n\n\t\/** @namespace wp *\/\n\twindow.wp = window.wp || {};\n\n\t\/* Abort if script was already executed. *\/\n\tif ( !! window.wp.receiveEmbedMessage ) {\n\t\treturn;\n\t}\n\n\t\/**\n\t * Receive embed message.\n\t *\n\t * @param {MessageEvent} e\n\t *\/\n\twindow.wp.receiveEmbedMessage = function( e ) {\n\t\tvar data = e.data;\n\n\t\t\/* Verify shape of message. *\/\n\t\tif (\n\t\t\t! ( data || data.secret || data.message || data.value ) ||\n\t\t\t\/[^a-zA-Z0-9]\/.test( data.secret )\n\t\t) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar iframes = document.querySelectorAll( 'iframe[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tblockquotes = document.querySelectorAll( 'blockquote[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tallowedProtocols = new RegExp( '^https?:$', 'i' ),\n\t\t\ti, source, height, sourceURL, targetURL;\n\n\t\tfor ( i = 0; i < blockquotes.length; i++ ) {\n\t\t\tblockquotes[ i ].style.display = 'none';\n\t\t}\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\tsource = iframes[ i ];\n\n\t\t\tif ( e.source !== source.contentWindow ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tsource.removeAttribute( 'style' );\n\n\t\t\tif ( 'height' === data.message ) {\n\t\t\t\t\/* Resize the iframe on request. *\/\n\t\t\t\theight = parseInt( data.value, 10 );\n\t\t\t\tif ( height > 1000 ) {\n\t\t\t\t\theight = 1000;\n\t\t\t\t} else if ( ~~height < 200 ) {\n\t\t\t\t\theight = 200;\n\t\t\t\t}\n\n\t\t\t\tsource.height = height;\n\t\t\t} else if ( 'link' === data.message ) {\n\t\t\t\t\/* Link to a specific URL on request. *\/\n\t\t\t\tsourceURL = new URL( source.getAttribute( 'src' ) );\n\t\t\t\ttargetURL = new URL( data.value );\n\n\t\t\t\tif (\n\t\t\t\t\tallowedProtocols.test( targetURL.protocol ) &&\n\t\t\t\t\ttargetURL.host === sourceURL.host &&\n\t\t\t\t\tdocument.activeElement === source\n\t\t\t\t) {\n\t\t\t\t\twindow.top.location.href = data.value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n\n\tfunction onLoad() {\n\t\tvar iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),\n\t\t\ti, source, secret;\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\t\/** @var {IframeElement} *\/\n\t\t\tsource = iframes[ i ];\n\n\t\t\tsecret = source.getAttribute( 'data-secret' );\n\t\t\tif ( ! secret ) {\n\t\t\t\t\/* Add secret to iframe *\/\n\t\t\t\tsecret = Math.random().toString( 36 ).substring( 2, 12 );\n\t\t\t\tsource.src += '#?secret=' + secret;\n\t\t\t\tsource.setAttribute( 'data-secret', secret );\n\t\t\t}\n\n\t\t\t\/*\n\t\t\t * Let post embed window know that the parent is ready for receiving the height message, in case the iframe\n\t\t\t * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the\n\t\t\t * window will then (re-)send the height message right away.\n\t\t\t *\/\n\t\t\tsource.contentWindow.postMessage( {\n\t\t\t\tmessage: 'ready',\n\t\t\t\tsecret: secret\n\t\t\t}, '*' );\n\t\t}\n\t}\n\n\twindow.addEventListener( 'message', window.wp.receiveEmbedMessage, false );\n\tdocument.addEventListener( 'DOMContentLoaded', onLoad, false );\n})( window, document );\n\/\/# sourceURL=https:\/\/ferrazdevasconcelos.sp.gov.br\/web\/wp-includes\/js\/wp-embed.js\n<\/script>\n","thumbnail_url":"https:\/\/ferrazdevasconcelos.sp.gov.br\/web\/wp-content\/uploads\/2019\/02\/Aurelio-Alves1.jpg","thumbnail_width":1072,"thumbnail_height":712,"description":"O\u00a0Servi\u00e7o\u00a0de\u00a0Atendimento\u00a0Especializado\u00a0(SAE)\u00a0de\u00a0Ferraz\u00a0de\u00a0Vasconcelos\u00a0promove\u00a0na\u00a0pr\u00f3xima\u00a0sexta-feira,\u00a022\u00a0de\u00a0fevereiro,\u00a0a\u00a0campanha\u00a0\u201cFique\u00a0Sabendo\u201d,\u00a0que\u00a0consiste\u00a0na\u00a0oferta\u00a0de\u00a0testes\u00a0r\u00e1pidos\u00a0para\u00a0o\u00a0diagn\u00f3stico\u00a0de\u00a0HIV\u00a0e\u00a0Aids.\u00a0A\u00a0a\u00e7\u00e3o\u00a0ocorrer\u00e1\u00a0das\u00a018\u00a0\u00e1\u00a0meia\u00a0noite\u00a0na\u00a0Pra\u00e7a\u00a0da\u00a0B\u00edblia,\u00a0no\u00a0Centro.\u00a0A\u00a0mesma\u00a0iniciativa\u00a0tamb\u00e9m\u00a0ser\u00e1\u00a0realizada\u00a0no\u00a0dia\u00a01\u00ba\u00a0de\u00a0mar\u00e7o,\u00a0das\u00a017\u00a0\u00e0\u00a0meia\u00a0noite,\u00a0na\u00a0esta\u00e7\u00e3o\u00a0da\u00a0Companhia\u00a0Paulista\u00a0de\u00a0Trens\u00a0Metropolitanos\u00a0(CPTM)\u00a0\u201cFerraz\u00a0de\u00a0Vasconcelos\u201d. A\u00a0expectativa\u00a0\u00e9\u00a0que\u00a0mais\u00a0de\u00a0700\u00a0testes\u00a0sejam\u00a0realizados\u00a0apenas\u00a0sexta.\u00a0No\u00a0local,\u00a0tamb\u00e9m\u00a0ocorrer\u00e1\u00a0a\u00a0distribui\u00e7\u00e3o\u00a0de\u00a0preservativos,\u00a0panfletos\u00a0e\u00a0orienta\u00e7\u00e3o\u00a0sobre\u00a0a\u00a0import\u00e2ncia\u00a0do\u00a0uso\u00a0de\u00a0preservativos\u00a0em\u00a0qualquer\u00a0rela\u00e7\u00e3o\u00a0sexual.\u00a0Eventuais\u00a0casos\u00a0positivos\u00a0receber\u00e3o\u00a0o\u00a0encaminhamento\u00a0necess\u00e1rio.\u00a0Vale\u00a0destacar\u00a0que\u00a0em\u00a0Ferraz\u00a0o\u00a0tratamento\u00a0de\u00a0HIV\u00a0\u00e9\u00a0oferecido\u00a0pela\u00a0rede\u00a0municipal\u00a0e\u00a0tamb\u00e9m\u00a0no\u00a0Hospital\u00a0Regional\u00a0\u201cDoutor\u00a0Os\u00edris\u00a0Florindo\u00a0Coelho\u201d,\u00a0e\u00a0o\u00a0paciente\u00a0pode\u00a0escolher\u00a0em\u00a0que\u00a0lugar\u00a0deseja\u00a0fazer\u00a0o\u00a0acompanhamento. De\u00a0acordo\u00a0com\u00a0o\u00a0titular\u00a0da\u00a0pasta,\u00a0Alo\u00edsio\u00a0Lopes\u00a0Priuli,\u00a0esta\u00a0\u00e9\u00a0mais\u00a0uma\u00a0oportunidade\u00a0da\u00a0popula\u00e7\u00e3o\u00a0se\u00a0cuidar.\u00a0\u201cEstes\u00a0testes\u00a0sempre\u00a0est\u00e3o\u00a0dispon\u00edveis\u00a0nas\u00a0UBSs\u00a0(Unidades\u00a0B\u00e1sicas\u00a0de\u00a0Sa\u00fade)\u00a0da\u00a0cidade,\u00a0mas\u00a0indo\u00a0para\u00a0a\u00a0rua,\u00a0realizando\u00a0estes\u00a0testes\u00a0em\u00a0espa\u00e7os\u00a0p\u00fablicos,\u00a0damos\u00a0a\u00a0chance\u00a0do\u00a0mun\u00edcipe,\u00a0que\u00a0trabalha\u00a0a\u00a0semana\u00a0toda\u00a0por\u00a0exemplo,\u00a0e\u00a0n\u00e3o\u00a0tem\u00a0tempo\u00a0de\u00a0ir\u00a0at\u00e9\u00a0o\u00a0posto,\u00a0se\u00a0cuidar\u00a0da\u00a0mesma\u00a0forma\u201d,\u00a0afirma\u00a0Priuli. Mutir\u00e3o No\u00a0pr\u00f3ximo\u00a0s\u00e1bado,\u00a023\u00a0de\u00a0fevereiro,\u00a0a\u00a0Secretaria\u00a0Municipal\u00a0de\u00a0Sa\u00fade\u00a0estar\u00e1\u00a0realizando\u00a0um\u00a0mutir\u00e3o\u00a0no\u00a0Jardim\u00a0Piau\u00ed.\u00a0A\u00a0a\u00e7\u00e3o\u00a0englobar\u00e1\u00a0testes\u00a0r\u00e1pidos\u00a0de\u00a0S\u00edfilis\u00a0e\u00a0HIV,\u00a0avalia\u00e7\u00e3o\u00a0de\u00a0Hansen\u00edase\u00a0e\u00a0vacina\u00e7\u00e3o\u00a0contra\u00a0febre\u00a0amarela,\u00a0sarampo\u00a0e\u00a0HPV.\u00a0A\u00a0iniciativa,\u00a0que\u00a0ocorrer\u00e1\u00a0das\u00a09\u00a0\u00e0s\u00a015\u00a0horas\u00a0no\u00a0bairro,\u00a0ser\u00e1\u00a0realizada\u00a0por\u00a0conta\u00a0dele\u00a0ser\u00a0distante\u00a0das\u00a0Unidades\u00a0B\u00e1sicas\u00a0de\u00a0Sa\u00fade\u00a0(UBSs)\u00a0do\u00a0munic\u00edpio,\u00a0al\u00e9m\u00a0de\u00a0ser\u00a0uma\u00a0\u00e1rea\u00a0que\u00a0faz\u00a0limite\u00a0com\u00a0S\u00e3o\u00a0Paulo.\u00a0Este\u00a0mutir\u00e3o\u00a0no\u00a0local\u00a0\u00e9\u00a0promovido\u00a0frequentemente\u00a0pela\u00a0municipalidade. TEXTO:\u00a0Leticia Riente FOTOS:\u00a0\u00a0Aur\u00e9lio Alves &#8211; MTB: 85280 \/ SP \/\u00a0DeCom Ferraz"}