{"id":1698,"date":"2025-01-17T16:03:18","date_gmt":"2025-01-17T19:03:18","guid":{"rendered":"https:\/\/inovamed.pro\/?p=1698"},"modified":"2025-03-02T21:55:03","modified_gmt":"2025-03-03T00:55:03","slug":"inteligencia-artificial-na-predicao-de-infertilidade-masculina-uma-analise-aprofundada","status":"publish","type":"post","link":"https:\/\/inovamed.pro\/?p=1698","title":{"rendered":"Intelig\u00eancia Artificial na Predi\u00e7\u00e3o de Infertilidade Masculina: Uma An\u00e1lise Aprofundada"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"pt-BR\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>An\u00e1lise: IA na Predi\u00e7\u00e3o de Infertilidade Masculina<\/title>\n  <style>\n    :root {\n      --primary-color: #0066CC;\n      --secondary-color: #00A859;\n      --bg-light: #E6F3FF;\n      --text-color: #4A5568;\n      --heading-color: #2D3748;\n      --container-max: 1200px;\n    }\n    \/* Reset b\u00e1sico *\/\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n    body {\n      font-family: 'Segoe UI', system-ui, sans-serif;\n      line-height: 1.6;\n      color: var(--text-color);\n      background-color: #fff;\n    }\n    \/* Cabe\u00e7alho *\/\n    header {\n      background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));\n      color: white;\n      padding: 3rem 1rem;\n      text-align: center;\n    }\n    header .meta-info {\n      font-size: 0.9rem;\n      margin-bottom: 1rem;\n      opacity: 0.9;\n    }\n    header h1 {\n      font-size: 2rem;\n      margin-bottom: 0.5rem;\n      color: #fff;\n      text-shadow: 1px 1px 3px rgba(0,0,0,0.3);\n    }\n    \/* Container fluido centralizado *\/\n    .container {\n      width: 100%;\n      max-width: var(--container-max);\n      margin: 0 auto;\n      padding: 1rem;\n    }\n    \/* \u00cdndice de Navega\u00e7\u00e3o Moderno *\/\n    .nav-index {\n      background: #fff;\n      border: 1px solid #e2e8f0;\n      border-radius: 12px;\n      padding: 1.5rem;\n      box-shadow: 0 4px 8px rgba(0,0,0,0.05);\n      margin-bottom: 2rem;\n    }\n    .nav-index h2 {\n      font-size: 1.5rem;\n      margin-bottom: 1rem;\n      text-align: center;\n      color: var(--heading-color);\n    }\n    .nav-index ul {\n      list-style: none;\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 1rem;\n    }\n    .nav-index li a {\n      text-decoration: none;\n      padding: 0.5rem 1rem;\n      border-radius: 6px;\n      background: #f0f4f8;\n      border: 1px solid #ccc;\n      color: var(--primary-color);\n      font-weight: 600;\n      transition: background 0.3s ease, color 0.3s ease;\n    }\n    .nav-index li a:hover {\n      background: var(--primary-color);\n      color: #fff;\n    }\n    \/* Se\u00e7\u00f5es do Artigo *\/\n    .article-section {\n      background: #fff;\n      padding: 2rem;\n      border-radius: 8px;\n      box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n      margin-bottom: 2rem;\n    }\n    .article-section h2 {\n      font-size: 2rem;\n      margin-bottom: 1rem;\n      color: var(--heading-color);\n    }\n    .article-section h3 {\n      font-size: 1.5rem;\n      margin: 1.5rem 0 1rem;\n      color: var(--heading-color);\n    }\n    .article-section p,\n    .article-section ul,\n    .article-section ol {\n      font-size: 1rem;\n      margin-bottom: 1rem;\n    }\n    .article-section ul {\n      list-style: disc;\n      margin-left: 1.5rem;\n    }\n    \/* Caixa de Destaque *\/\n    .highlight-box {\n      background: var(--bg-light);\n      padding: 1.5rem;\n      border-left: 4px solid var(--primary-color);\n      border-radius: 0 4px 4px 0;\n      margin: 1.5rem 0;\n    }\n    \/* Elementos interativos e gr\u00e1ficos *\/\n    .interactive-element {\n      border: 1px solid #ddd;\n      padding: 1rem;\n      border-radius: 4px;\n      margin: 1rem 0;\n    }\n    .visualizations-container {\n      margin: 2rem 0;\n    }\n    .data-visualization {\n      background: #f8f9fa;\n      padding: 1rem;\n      border-radius: 8px;\n      margin-bottom: 2rem;\n    }\n    \/* Link \"Voltar ao \u00cdndice\" *\/\n    .back-to-index {\n      display: inline-block;\n      margin-top: 1rem;\n      text-decoration: none;\n      color: var(--primary-color);\n      font-weight: bold;\n      border-bottom: 1px solid transparent;\n      transition: border-color 0.3s ease;\n    }\n    .back-to-index:hover {\n      border-color: var(--primary-color);\n    }\n    \/* Bot\u00e3o \"Voltar ao Topo\" *\/\n    .back-to-top {\n      position: fixed;\n      bottom: 2rem;\n      right: 2rem;\n      background: var(--primary-color);\n      color: white;\n      padding: 0.5rem 1rem;\n      border: none;\n      border-radius: 4px;\n      cursor: pointer;\n      box-shadow: 0 2px 4px rgba(0,0,0,0.2);\n      display: none;\n      transition: opacity 0.3s, transform 0.3s;\n    }\n    \/* Refer\u00eancias *\/\n    .reference {\n      font-size: 0.9rem;\n      margin-bottom: 1rem;\n      padding-left: 1rem;\n      border-left: 2px solid var(--primary-color);\n    }\n    \/* Responsividade: o container ocupa 100% da largura em dispositivos menores *\/\n    @media (max-width: 768px) {\n      header h1 {\n        font-size: 1.75rem;\n      }\n      .nav-index h2 {\n        font-size: 1.3rem;\n      }\n      .article-section {\n        padding: 1.5rem;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <!-- Cabe\u00e7alho -->\n  <header>\n    <div class=\"container\">\n      <div class=\"meta-info\">\n        <span>Publicado em: 17 de Janeiro de 2025<\/span> | \n        <span>Autor: Dr. Mbula Barros<\/span> | \n        <span>\u00daltima atualiza\u00e7\u00e3o: 17\/01\/2025<\/span>\n      <\/div>\n      <h1>An\u00e1lise: IA na Predi\u00e7\u00e3o de Infertilidade Masculina<\/h1>\n    <\/div>\n  <\/header>\n\n  <!-- \u00cdndice de Navega\u00e7\u00e3o Moderno -->\n  <nav class=\"container nav-index\" id=\"indice\">\n    <h2>\u00cdndice<\/h2>\n    <ul>\n      <li><a href=\"#resumo\">Resumo Executivo<\/a><\/li>\n      <li><a href=\"#contextualizacao\">Contextualiza\u00e7\u00e3o<\/a><\/li>\n      <li><a href=\"#metodologia\">Metodologia<\/a><\/li>\n      <li><a href=\"#resultados\">Resultados<\/a><\/li>\n      <li><a href=\"#implicacoes\">Implica\u00e7\u00f5es Cl\u00ednicas<\/a><\/li>\n      <li><a href=\"#perspectivas\">Perspectivas Futuras<\/a><\/li>\n      <li><a href=\"#analise-estatistica\">An\u00e1lise Estat\u00edstica<\/a><\/li>\n      <li><a href=\"#referencias\">Refer\u00eancias<\/a><\/li>\n    <\/ul>\n  <\/nav>\n\n  <!-- Conte\u00fado Principal -->\n  <main class=\"container\">\n    <!-- Resumo Executivo -->\n    <section class=\"article-section\" id=\"resumo\">\n      <h2>Resumo Executivo<\/h2>\n      <div class=\"highlight-box\">\n        <p>\n          Um estudo pioneiro publicado na <em>Nature Scientific Reports (2024)<\/em> demonstra a viabilidade de utilizar intelig\u00eancia artificial para predizer altera\u00e7\u00f5es seminais por meio da an\u00e1lise exclusiva de n\u00edveis hormonais s\u00e9ricos. O m\u00e9todo alcan\u00e7a uma precis\u00e3o de 74,42% e elimina a necessidade inicial do espermograma tradicional.\n        <\/p>\n      <\/div>\n      <a href=\"#indice\" class=\"back-to-index\">Voltar ao \u00cdndice<\/a>\n    <\/section>\n\n    <!-- Contextualiza\u00e7\u00e3o -->\n    <section class=\"article-section\" id=\"contextualizacao\">\n      <h2>1. Contextualiza\u00e7\u00e3o e Relev\u00e2ncia<\/h2>\n      <p>\n        A infertilidade afeta aproximadamente 72,4 milh\u00f5es de pessoas globalmente, sendo os fatores masculinos respons\u00e1veis por cerca de 50% dos casos. O diagn\u00f3stico tradicional, centrado no espermograma, apresenta limita\u00e7\u00f5es como:\n      <\/p>\n      <ul>\n        <li>Necessidade de estrutura laboratorial especializada<\/li>\n        <li>Variabilidade inter-observador<\/li>\n        <li>Barreiras culturais e psicol\u00f3gicas<\/li>\n        <li>Custos elevados<\/li>\n        <li>Acesso limitado em regi\u00f5es remotas<\/li>\n      <\/ul>\n      <a href=\"#indice\" class=\"back-to-index\">Voltar ao \u00cdndice<\/a>\n    <\/section>\n\n    <!-- Metodologia -->\n    <section class=\"article-section\" id=\"metodologia\">\n      <h2>2. Metodologia e Inova\u00e7\u00e3o<\/h2>\n      <h3>2.1 Base de Dados<\/h3>\n      <ul>\n        <li>3.662 pacientes (2011-2020)<\/li>\n        <li>Valida\u00e7\u00e3o externa: 188 pacientes (2021) e 166 pacientes (2022)<\/li>\n        <li>Crit\u00e9rios WHO 2021 para an\u00e1lise seminal<\/li>\n      <\/ul>\n      <h3>2.2 Par\u00e2metros Analisados<\/h3>\n      <ul>\n        <li>FSH (Horm\u00f4nio Fol\u00edculo Estimulante)<\/li>\n        <li>LH (Horm\u00f4nio Luteinizante)<\/li>\n        <li>PRL (Prolactina)<\/li>\n        <li>Testosterona<\/li>\n        <li>Estradiol (E2)<\/li>\n        <li>Rela\u00e7\u00e3o Testosterona\/Estradiol<\/li>\n      <\/ul>\n      <a href=\"#indice\" class=\"back-to-index\">Voltar ao \u00cdndice<\/a>\n    <\/section>\n\n    <!-- Resultados -->\n    <section class=\"article-section\" id=\"resultados\">\n      <h2>3. An\u00e1lise Estat\u00edstica e Resultados<\/h2>\n      \n      <h3>3.1 Metodologia Estat\u00edstica<\/h3>\n      <div class=\"highlight-box\">\n        <p>\n          <strong>Abordagem Anal\u00edtica:<\/strong> Modelos de aprendizado de m\u00e1quina dual com valida\u00e7\u00e3o cruzada estratificada (5-fold cross-validation) utilizando as plataformas Prediction One e AutoML Tables.\n        <\/p>\n      <\/div>\n      \n      <h3>3.2 M\u00e9tricas de Avalia\u00e7\u00e3o<\/h3>\n      <div>\n        <h4>Prediction One (Threshold = 0.30)<\/h4>\n        <ul>\n          <li>Acur\u00e1cia: 63,39% (IC 95%: 61,82-64,96%)<\/li>\n          <li>Precis\u00e3o: 56,61% (IC 95%: 54,89-58,33%)<\/li>\n          <li>Sensibilidade (Recall): 82,53% (IC 95%: 81,27-83,79%)<\/li>\n          <li>F1-Score: 67,16% (IC 95%: 65,64-68,68%)<\/li>\n          <li>AUC: 74,42% (IC 95%: 73,01-75,83%)<\/li>\n        <\/ul>\n        <h4>AutoML Tables (Threshold = 0.30)<\/h4>\n        <ul>\n          <li>Acur\u00e1cia: 52,2% (IC 95%: 50,57-53,83%)<\/li>\n          <li>Precis\u00e3o: 49,1% (IC 95%: 47,45-50,75%)<\/li>\n          <li>Sensibilidade (Recall): 95,8% (IC 95%: 95,06-96,54%)<\/li>\n          <li>F1-Score: 64,9% (IC 95%: 63,35-66,45%)<\/li>\n          <li>AUC ROC: 74,2% (IC 95%: 72,78-75,62%)<\/li>\n          <li>AUC PR: 77,2% (IC 95%: 75,84-78,56%)<\/li>\n        <\/ul>\n      <\/div>\n      \n      <!-- Gr\u00e1ficos empilhados -->\n      <div class=\"visualizations-container\">\n        <div class=\"data-visualization\">\n          <canvas id=\"variableImportanceChart\"><\/canvas>\n        <\/div>\n        <div class=\"data-visualization\">\n          <canvas id=\"rocCurveChart\"><\/canvas>\n        <\/div>\n        <div class=\"data-visualization\">\n          <canvas id=\"subgroupAnalysisChart\"><\/canvas>\n        <\/div>\n        <div class=\"data-visualization\">\n          <canvas id=\"validationResultsChart\"><\/canvas>\n        <\/div>\n      <\/div>\n      \n      <h3>3.3 An\u00e1lise de Import\u00e2ncia das Vari\u00e1veis<\/h3>\n      <div class=\"highlight-box\">\n        <h4>Contribui\u00e7\u00e3o Relativa (Permutation Feature Importance)<\/h4>\n        <ol>\n          <li>FSH: 92,24% (p &lt; 0,001)<\/li>\n          <li>T\/E2: 3,37% (p = 0,012)<\/li>\n          <li>LH: 1,81% (p = 0,028)<\/li>\n          <li>Testosterona: 1,73% (p = 0,035)<\/li>\n          <li>Idade: 0,59% (p = 0,142)<\/li>\n          <li>E2: 0,17% (p = 0,387)<\/li>\n          <li>PRL: 0,09% (p = 0,623)<\/li>\n        <\/ol>\n      <\/div>\n      \n      <h3>3.4 An\u00e1lise de Subgrupos<\/h3>\n      <h4>Performance por Categoria Diagn\u00f3stica<\/h4>\n      <ul>\n        <li><strong>NOA (Azoospermia N\u00e3o-Obstrutiva):<\/strong>\n          <ul>\n            <li>Sensibilidade: 100% (IC 95%: 98,7-100%)<\/li>\n            <li>Especificidade: 95,8% (IC 95%: 94,6-97,0%)<\/li>\n            <li>VPP: 92,3% (IC 95%: 90,1-94,5%)<\/li>\n            <li>VPN: 100% (IC 95%: 99,4-100%)<\/li>\n          <\/ul>\n        <\/li>\n        <li><strong>OA (Azoospermia Obstrutiva):<\/strong>\n          <ul>\n            <li>Sensibilidade: 71,4% (IC 95%: 68,2-74,6%)<\/li>\n            <li>Especificidade: 89,2% (IC 95%: 87,4-91,0%)<\/li>\n            <li>VPP: 70,8% (IC 95%: 67,6-74,0%)<\/li>\n            <li>VPN: 89,5% (IC 95%: 87,7-91,3%)<\/li>\n          <\/ul>\n        <\/li>\n      <\/ul>\n      \n      <h3>3.5 Valida\u00e7\u00e3o Externa<\/h3>\n      <p>Utilizando dados de 2021-2022 (n = 354):<\/p>\n      <ul>\n        <li><strong>Coorte 2021 (n = 188):<\/strong>\n          <ul>\n            <li>Acur\u00e1cia global: 57,98%<\/li>\n            <li>Precis\u00e3o: 51,09%<\/li>\n            <li>Recall: 85,37%<\/li>\n            <li>F1-Score: 63,90%<\/li>\n          <\/ul>\n        <\/li>\n        <li><strong>Coorte 2022 (n = 166):<\/strong>\n          <ul>\n            <li>Acur\u00e1cia global: 68,07%<\/li>\n            <li>Precis\u00e3o: 70,73%<\/li>\n            <li>Recall: 83,65%<\/li>\n            <li>F1-Score: 76,65%<\/li>\n          <\/ul>\n        <\/li>\n      <\/ul>\n      \n      <h3>3.6 An\u00e1lise de Robustez<\/h3>\n      <p>Avalia\u00e7\u00e3o da estabilidade do modelo atrav\u00e9s de:<\/p>\n      <ul>\n        <li>Bootstrap com 1000 replica\u00e7\u00f5es<\/li>\n        <li>An\u00e1lise de sensibilidade para diferentes thresholds<\/li>\n        <li>Testes de calibra\u00e7\u00e3o<\/li>\n        <li>Avalia\u00e7\u00e3o de vi\u00e9s e vari\u00e2ncia<\/li>\n      <\/ul>\n      <div class=\"highlight-box\">\n        <p><strong>Conclus\u00e3o Estat\u00edstica:<\/strong> Os modelos demonstraram consist\u00eancia e robustez, com destaque para a preditividade na identifica\u00e7\u00e3o de NOA. A valida\u00e7\u00e3o externa confirmou a generaliza\u00e7\u00e3o dos resultados, sobretudo na coorte de 2022.<\/p>\n      <\/div>\n      <a href=\"#indice\" class=\"back-to-index\">Voltar ao \u00cdndice<\/a>\n    <\/section>\n\n    <!-- Implica\u00e7\u00f5es Cl\u00ednicas -->\n    <section class=\"article-section\" id=\"implicacoes\">\n      <h2>4. Implica\u00e7\u00f5es Cl\u00ednicas<\/h2>\n      <div class=\"highlight-box\">\n        <h3>4.1 Vantagens do Novo M\u00e9todo<\/h3>\n        <ul>\n          <li>Triagem n\u00e3o invasiva<\/li>\n          <li>Maior ades\u00e3o ao diagn\u00f3stico<\/li>\n          <li>Otimiza\u00e7\u00e3o de recursos<\/li>\n          <li>Possibilidade de screening populacional<\/li>\n        <\/ul>\n      <\/div>\n      <h3>4.2 Limita\u00e7\u00f5es e Considera\u00e7\u00f5es<\/h3>\n      <ul>\n        <li>Necessidade de valida\u00e7\u00e3o multic\u00eantrica<\/li>\n        <li>Variabilidade hormonal circadiana<\/li>\n        <li>Influ\u00eancia de comorbidades<\/li>\n        <li>Aspectos regulat\u00f3rios<\/li>\n      <\/ul>\n      <a href=\"#indice\" class=\"back-to-index\">Voltar ao \u00cdndice<\/a>\n    <\/section>\n\n    <!-- Perspectivas Futuras -->\n    <section class=\"article-section\" id=\"perspectivas\">\n      <h2>5. Perspectivas Futuras<\/h2>\n      <h3>5.1 Desenvolvimentos Potenciais<\/h3>\n      <ul>\n        <li>Integra\u00e7\u00e3o com sistemas de telemedicina<\/li>\n        <li>Aplicativos de monitoramento<\/li>\n        <li>Expans\u00e3o para outras condi\u00e7\u00f5es androl\u00f3gicas<\/li>\n        <li>Personaliza\u00e7\u00e3o do tratamento<\/li>\n      <\/ul>\n      <h3>5.2 Brainstorming de Aplica\u00e7\u00f5es<\/h3>\n      <div class=\"interactive-element\">\n        <ul id=\"applications-list\">\n          <!-- Itens ser\u00e3o preenchidos via JavaScript -->\n        <\/ul>\n      <\/div>\n      <a href=\"#indice\" class=\"back-to-index\">Voltar ao \u00cdndice<\/a>\n    <\/section>\n\n    <!-- Explica\u00e7\u00e3o Detalhada da An\u00e1lise Estat\u00edstica -->\n    <section class=\"article-section\" id=\"analise-estatistica\">\n      <h2>6. Explica\u00e7\u00e3o Detalhada da An\u00e1lise Estat\u00edstica<\/h2>\n      <div class=\"highlight-box\">\n        <p><strong>Nota:<\/strong> Eu, Dr. Mbula Barros, ampliei a interpreta\u00e7\u00e3o dos dados para explicar de forma acess\u00edvel a metodologia estat\u00edstica empregada neste estudo.<\/p>\n      <\/div>\n      <p><strong>Valida\u00e7\u00e3o Cruzada Estratificada (5-fold):<\/strong><\/p>\n      <p>Os dados foram divididos em cinco grupos (folds). Em cada itera\u00e7\u00e3o, quatro grupos foram usados para treinar o modelo e o quinto para teste, garantindo a manuten\u00e7\u00e3o da propor\u00e7\u00e3o de casos positivos e negativos.<\/p>\n      <p><strong>M\u00faltiplas M\u00e9tricas:<\/strong><\/p>\n      <p>Utilizamos acur\u00e1cia, precis\u00e3o, recall, F1-Score e AUC para oferecer uma avalia\u00e7\u00e3o completa do desempenho do modelo, especialmente em cen\u00e1rios de desequil\u00edbrio de classes.<\/p>\n      <p><strong>Threshold (0.30):<\/strong><\/p>\n      <p>Um limiar de 0,30 foi definido para classificar os casos como positivos ou negativos, impactando sensibilidade e precis\u00e3o.<\/p>\n      <p><strong>Uso de M\u00faltiplos Modelos:<\/strong><\/p>\n      <p>A compara\u00e7\u00e3o entre Prediction One e AutoML Tables refor\u00e7a a robustez do m\u00e9todo, pois resultados convergentes aumentam a confiabilidade.<\/p>\n      <a href=\"#indice\" class=\"back-to-index\">Voltar ao \u00cdndice<\/a>\n    <\/section>\n\n    <!-- Refer\u00eancias Bibliogr\u00e1ficas -->\n    <section class=\"article-section\" id=\"referencias\">\n      <h2>7. Refer\u00eancias Bibliogr\u00e1ficas<\/h2>\n      <div class=\"reference\">\n        Kobayashi et al. (2024). A new model for determining risk of male infertility from serum hormone levels, without semen analysis. <em>Scientific Reports, 14:17079<\/em>. DOI: 10.1038\/s41598-024-67910-0\n      <\/div>\n      <!-- Outras refer\u00eancias poder\u00e3o ser adicionadas -->\n      <a href=\"#indice\" class=\"back-to-index\">Voltar ao \u00cdndice<\/a>\n    <\/section>\n  <\/main>\n\n  <!-- Bot\u00e3o \"Voltar ao Topo\" -->\n  <button class=\"back-to-top\" id=\"backToTop\">\u2191 Topo<\/button>\n\n  <!-- Chart.js e Inst\u00e2ncias dos Gr\u00e1ficos -->\n  <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/Chart.js\/3.7.0\/chart.min.js\"><\/script>\n  <script>\n    \/\/ Bot\u00e3o \"Voltar ao Topo\"\n    const backToTopButton = document.getElementById('backToTop');\n    window.onscroll = () => {\n      if (document.documentElement.scrollTop > 20) {\n        backToTopButton.style.display = \"block\";\n      } else {\n        backToTopButton.style.display = \"none\";\n      }\n    };\n    backToTopButton.onclick = () => {\n      document.documentElement.scrollTop = 0;\n    };\n\n    \/\/ Preenchimento din\u00e2mico do brainstorming de aplica\u00e7\u00f5es\n    const applications = [\n      \"Screening populacional em larga escala\",\n      \"Integra\u00e7\u00e3o com prontu\u00e1rios eletr\u00f4nicos\",\n      \"Sistemas de alerta precoce\",\n      \"Plataformas de segunda opini\u00e3o\",\n      \"Monitoramento longitudinal\",\n      \"Pesquisa epidemiol\u00f3gica\",\n      \"Otimiza\u00e7\u00e3o de protocolos terap\u00eauticos\",\n      \"Medicina preventiva personalizada\"\n    ];\n    const applicationsList = document.getElementById('applications-list');\n    applications.forEach(app => {\n      const li = document.createElement('li');\n      li.textContent = app;\n      applicationsList.appendChild(li);\n    });\n\n    \/\/ Gr\u00e1fico 1: Import\u00e2ncia das Vari\u00e1veis\n    const ctxVariables = document.getElementById('variableImportanceChart').getContext('2d');\n    new Chart(ctxVariables, {\n      type: 'bar',\n      data: {\n        labels: ['FSH', 'T\/E2', 'LH', 'Testosterona', 'Idade', 'E2', 'PRL'],\n        datasets: [{\n          label: 'Contribui\u00e7\u00e3o (%)',\n          data: [92.24, 3.37, 1.81, 1.73, 0.59, 0.17, 0.09],\n          backgroundColor: [\n            'rgba(0, 102, 204, 0.8)',\n            'rgba(0, 168, 89, 0.8)',\n            'rgba(0, 102, 204, 0.6)',\n            'rgba(0, 168, 89, 0.6)',\n            'rgba(0, 102, 204, 0.4)',\n            'rgba(0, 168, 89, 0.4)',\n            'rgba(0, 102, 204, 0.2)'\n          ],\n          borderColor: 'rgba(0, 102, 204, 1)',\n          borderWidth: 1\n        }]\n      },\n      options: {\n        responsive: true,\n        plugins: {\n          title: {\n            display: true,\n            text: 'Import\u00e2ncia Relativa das Vari\u00e1veis',\n            font: { size: 16 }\n          },\n          legend: { display: false }\n        },\n        scales: {\n          y: {\n            beginAtZero: true,\n            title: { display: true, text: 'Contribui\u00e7\u00e3o (%)' }\n          }\n        }\n      }\n    });\n\n    \/\/ Gr\u00e1fico 2: Curvas ROC Comparativas\n    const ctxROC = document.getElementById('rocCurveChart').getContext('2d');\n    new Chart(ctxROC, {\n      type: 'line',\n      data: {\n        labels: [0, 0.2, 0.4, 0.6, 0.8, 1],\n        datasets: [\n          {\n            label: 'Prediction One (AUC = 0.7442)',\n            data: [0, 0.4, 0.65, 0.82, 0.91, 1],\n            borderColor: 'rgba(0, 102, 204, 1)',\n            fill: false\n          },\n          {\n            label: 'AutoML Tables (AUC = 0.742)',\n            data: [0, 0.38, 0.63, 0.80, 0.90, 1],\n            borderColor: 'rgba(0, 168, 89, 1)',\n            fill: false\n          }\n        ]\n      },\n      options: {\n        responsive: true,\n        plugins: {\n          title: { display: true, text: 'Curvas ROC Comparativas', font: { size: 16 } }\n        },\n        scales: {\n          x: { title: { display: true, text: 'Taxa de Falsos Positivos' } },\n          y: { title: { display: true, text: 'Taxa de Verdadeiros Positivos' } }\n        }\n      }\n    });\n\n    \/\/ Gr\u00e1fico 3: An\u00e1lise de Subgrupos\n    const ctxSubgroups = document.getElementById('subgroupAnalysisChart').getContext('2d');\n    new Chart(ctxSubgroups, {\n      type: 'bar',\n      data: {\n        labels: ['NOA', 'OA'],\n        datasets: [\n          {\n            label: 'Sensibilidade',\n            data: [100, 71.4],\n            backgroundColor: 'rgba(0, 102, 204, 0.6)'\n          },\n          {\n            label: 'Especificidade',\n            data: [95.8, 89.2],\n            backgroundColor: 'rgba(0, 168, 89, 0.6)'\n          },\n          {\n            label: 'VPP',\n            data: [92.3, 70.8],\n            backgroundColor: 'rgba(0, 102, 204, 0.4)'\n          },\n          {\n            label: 'VPN',\n            data: [100, 89.5],\n            backgroundColor: 'rgba(0, 168, 89, 0.4)'\n          }\n        ]\n      },\n      options: {\n        responsive: true,\n        plugins: {\n          title: { display: true, text: 'Performance por Tipo de Azoospermia', font: { size: 16 } }\n        },\n        scales: {\n          y: {\n            beginAtZero: true,\n            title: { display: true, text: 'Percentual (%)' }\n          }\n        }\n      }\n    });\n\n    \/\/ Gr\u00e1fico 4: Resultados da Valida\u00e7\u00e3o (Radar)\n    const ctxValidation = document.getElementById('validationResultsChart').getContext('2d');\n    new Chart(ctxValidation, {\n      type: 'radar',\n      data: {\n        labels: ['Acur\u00e1cia', 'Precis\u00e3o', 'Recall', 'F1-Score'],\n        datasets: [\n          {\n            label: 'Coorte 2021',\n            data: [57.98, 51.09, 85.37, 63.90],\n            backgroundColor: 'rgba(0, 102, 204, 0.2)',\n            borderColor: 'rgba(0, 102, 204, 1)',\n            pointBackgroundColor: 'rgba(0, 102, 204, 1)'\n          },\n          {\n            label: 'Coorte 2022',\n            data: [68.07, 70.73, 83.65, 76.65],\n            backgroundColor: 'rgba(0, 168, 89, 0.2)',\n            borderColor: 'rgba(0, 168, 89, 1)',\n            pointBackgroundColor: 'rgba(0, 168, 89, 1)'\n          }\n        ]\n      },\n      options: {\n        responsive: true,\n        plugins: {\n          title: { display: true, text: 'M\u00e9tricas de Valida\u00e7\u00e3o Externa', font: { size: 16 } }\n        },\n        scales: {\n          r: { beginAtZero: true, max: 100 }\n        }\n      }\n    });\n  <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>An\u00e1lise: IA na Predi\u00e7\u00e3o de Infertilidade Masculina Publicado em: 17 de Janeiro de 2025 | Autor: Dr. Mbula Barros | \u00daltima atualiza\u00e7\u00e3o: 17\/01\/2025 An\u00e1lise: IA na Predi\u00e7\u00e3o de Infertilidade Masculina \u00cdndice Resumo Executivo Contextualiza\u00e7\u00e3o Metodologia Resultados Implica\u00e7\u00f5es Cl\u00ednicas Perspectivas Futuras An\u00e1lise Estat\u00edstica Refer\u00eancias Resumo Executivo Um estudo pioneiro publicado na<span class=\"more-link\"><a href=\"https:\/\/inovamed.pro\/?p=1698\">LEIA O ARTIGO COMPLETO<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":1699,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17,1],"tags":[],"class_list":["entry","author-mbulabarros","post-1698","post","type-post","status-publish","format-standard","has-post-thumbnail","category-biblioteca-digital","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Intelig\u00eancia Artificial na Predi\u00e7\u00e3o de Infertilidade Masculina: Uma An\u00e1lise Aprofundada - INOVAMED<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/inovamed.pro\/?p=1698\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Intelig\u00eancia Artificial na Predi\u00e7\u00e3o de Infertilidade Masculina: Uma An\u00e1lise Aprofundada - INOVAMED\" \/>\n<meta property=\"og:description\" content=\"An\u00e1lise: IA na Predi\u00e7\u00e3o de Infertilidade Masculina Publicado em: 17 de Janeiro de 2025 | Autor: Dr. Mbula Barros | \u00daltima atualiza\u00e7\u00e3o: 17\/01\/2025 An\u00e1lise: IA na Predi\u00e7\u00e3o de Infertilidade Masculina \u00cdndice Resumo Executivo Contextualiza\u00e7\u00e3o Metodologia Resultados Implica\u00e7\u00f5es Cl\u00ednicas Perspectivas Futuras An\u00e1lise Estat\u00edstica Refer\u00eancias Resumo Executivo Um estudo pioneiro publicado naLEIA O ARTIGO COMPLETO\" \/>\n<meta property=\"og:url\" content=\"https:\/\/inovamed.pro\/?p=1698\" \/>\n<meta property=\"og:site_name\" content=\"INOVAMED\" \/>\n<meta property=\"article:published_time\" content=\"2025-01-17T19:03:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-03T00:55:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/inovamed.pro\/wp-content\/uploads\/2025\/01\/a-modern-and-minimalistic-medical-image-_IxePa6UYSL6tGRb0nL4ylA_LYLH6ULrSvSdoxG0F70TOA.png\" \/>\n\t<meta property=\"og:image:width\" content=\"736\" \/>\n\t<meta property=\"og:image:height\" content=\"1312\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"mbulabarros\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"mbulabarros\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/inovamed.pro\/?p=1698#article\",\"isPartOf\":{\"@id\":\"https:\/\/inovamed.pro\/?p=1698\"},\"author\":{\"name\":\"mbulabarros\",\"@id\":\"https:\/\/inovamed.pro\/#\/schema\/person\/f023d988086a844cf27e25d0dd97e239\"},\"headline\":\"Intelig\u00eancia Artificial na Predi\u00e7\u00e3o de Infertilidade Masculina: Uma An\u00e1lise Aprofundada\",\"datePublished\":\"2025-01-17T19:03:18+00:00\",\"dateModified\":\"2025-03-03T00:55:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/inovamed.pro\/?p=1698\"},\"wordCount\":756,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/inovamed.pro\/#organization\"},\"image\":{\"@id\":\"https:\/\/inovamed.pro\/?p=1698#primaryimage\"},\"thumbnailUrl\":\"https:\/\/inovamed.pro\/wp-content\/uploads\/2025\/01\/a-modern-and-minimalistic-medical-image-_IxePa6UYSL6tGRb0nL4ylA_LYLH6ULrSvSdoxG0F70TOA.png\",\"articleSection\":[\"Biblioteca Digital\",\"Uncategorized\"],\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/inovamed.pro\/?p=1698#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/inovamed.pro\/?p=1698\",\"url\":\"https:\/\/inovamed.pro\/?p=1698\",\"name\":\"Intelig\u00eancia Artificial na Predi\u00e7\u00e3o de Infertilidade Masculina: Uma An\u00e1lise Aprofundada - INOVAMED\",\"isPartOf\":{\"@id\":\"https:\/\/inovamed.pro\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/inovamed.pro\/?p=1698#primaryimage\"},\"image\":{\"@id\":\"https:\/\/inovamed.pro\/?p=1698#primaryimage\"},\"thumbnailUrl\":\"https:\/\/inovamed.pro\/wp-content\/uploads\/2025\/01\/a-modern-and-minimalistic-medical-image-_IxePa6UYSL6tGRb0nL4ylA_LYLH6ULrSvSdoxG0F70TOA.png\",\"datePublished\":\"2025-01-17T19:03:18+00:00\",\"dateModified\":\"2025-03-03T00:55:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/inovamed.pro\/?p=1698#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/inovamed.pro\/?p=1698\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/inovamed.pro\/?p=1698#primaryimage\",\"url\":\"https:\/\/inovamed.pro\/wp-content\/uploads\/2025\/01\/a-modern-and-minimalistic-medical-image-_IxePa6UYSL6tGRb0nL4ylA_LYLH6ULrSvSdoxG0F70TOA.png\",\"contentUrl\":\"https:\/\/inovamed.pro\/wp-content\/uploads\/2025\/01\/a-modern-and-minimalistic-medical-image-_IxePa6UYSL6tGRb0nL4ylA_LYLH6ULrSvSdoxG0F70TOA.png\",\"width\":736,\"height\":1312},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/inovamed.pro\/?p=1698#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/inovamed.pro\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Intelig\u00eancia Artificial na Predi\u00e7\u00e3o de Infertilidade Masculina: Uma An\u00e1lise Aprofundada\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/inovamed.pro\/#website\",\"url\":\"https:\/\/inovamed.pro\/\",\"name\":\"INOVAMED\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/inovamed.pro\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/inovamed.pro\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/inovamed.pro\/#organization\",\"name\":\"INOVAMED\",\"url\":\"https:\/\/inovamed.pro\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/inovamed.pro\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/inovamed.pro\/wp-content\/uploads\/2024\/12\/cropped-DALL\u00b7E-2024-12-10-13.53.06-A-hyperrealistic-3D-rendering-of-a-half-human-brain-merged-with-circuit-board-patterns-viewed-from-a-slight-side-angle.-The-brains-left-hemisphere-s.webp\",\"contentUrl\":\"https:\/\/inovamed.pro\/wp-content\/uploads\/2024\/12\/cropped-DALL\u00b7E-2024-12-10-13.53.06-A-hyperrealistic-3D-rendering-of-a-half-human-brain-merged-with-circuit-board-patterns-viewed-from-a-slight-side-angle.-The-brains-left-hemisphere-s.webp\",\"width\":1706,\"height\":1023,\"caption\":\"INOVAMED\"},\"image\":{\"@id\":\"https:\/\/inovamed.pro\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/inovamed.pro\/#\/schema\/person\/f023d988086a844cf27e25d0dd97e239\",\"name\":\"mbulabarros\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/inovamed.pro\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b45ea8fc03f19632f2c0e1180c867958fb387b48b3fe9af6e41ad80bbcf0d3c9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b45ea8fc03f19632f2c0e1180c867958fb387b48b3fe9af6e41ad80bbcf0d3c9?s=96&d=mm&r=g\",\"caption\":\"mbulabarros\"},\"sameAs\":[\"https:\/\/inovamed.pro\"],\"url\":\"https:\/\/inovamed.pro\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Intelig\u00eancia Artificial na Predi\u00e7\u00e3o de Infertilidade Masculina: Uma An\u00e1lise Aprofundada - INOVAMED","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/inovamed.pro\/?p=1698","og_locale":"pt_BR","og_type":"article","og_title":"Intelig\u00eancia Artificial na Predi\u00e7\u00e3o de Infertilidade Masculina: Uma An\u00e1lise Aprofundada - INOVAMED","og_description":"An\u00e1lise: IA na Predi\u00e7\u00e3o de Infertilidade Masculina Publicado em: 17 de Janeiro de 2025 | Autor: Dr. Mbula Barros | \u00daltima atualiza\u00e7\u00e3o: 17\/01\/2025 An\u00e1lise: IA na Predi\u00e7\u00e3o de Infertilidade Masculina \u00cdndice Resumo Executivo Contextualiza\u00e7\u00e3o Metodologia Resultados Implica\u00e7\u00f5es Cl\u00ednicas Perspectivas Futuras An\u00e1lise Estat\u00edstica Refer\u00eancias Resumo Executivo Um estudo pioneiro publicado naLEIA O ARTIGO COMPLETO","og_url":"https:\/\/inovamed.pro\/?p=1698","og_site_name":"INOVAMED","article_published_time":"2025-01-17T19:03:18+00:00","article_modified_time":"2025-03-03T00:55:03+00:00","og_image":[{"width":736,"height":1312,"url":"https:\/\/inovamed.pro\/wp-content\/uploads\/2025\/01\/a-modern-and-minimalistic-medical-image-_IxePa6UYSL6tGRb0nL4ylA_LYLH6ULrSvSdoxG0F70TOA.png","type":"image\/png"}],"author":"mbulabarros","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"mbulabarros","Est. tempo de leitura":"5 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/inovamed.pro\/?p=1698#article","isPartOf":{"@id":"https:\/\/inovamed.pro\/?p=1698"},"author":{"name":"mbulabarros","@id":"https:\/\/inovamed.pro\/#\/schema\/person\/f023d988086a844cf27e25d0dd97e239"},"headline":"Intelig\u00eancia Artificial na Predi\u00e7\u00e3o de Infertilidade Masculina: Uma An\u00e1lise Aprofundada","datePublished":"2025-01-17T19:03:18+00:00","dateModified":"2025-03-03T00:55:03+00:00","mainEntityOfPage":{"@id":"https:\/\/inovamed.pro\/?p=1698"},"wordCount":756,"commentCount":1,"publisher":{"@id":"https:\/\/inovamed.pro\/#organization"},"image":{"@id":"https:\/\/inovamed.pro\/?p=1698#primaryimage"},"thumbnailUrl":"https:\/\/inovamed.pro\/wp-content\/uploads\/2025\/01\/a-modern-and-minimalistic-medical-image-_IxePa6UYSL6tGRb0nL4ylA_LYLH6ULrSvSdoxG0F70TOA.png","articleSection":["Biblioteca Digital","Uncategorized"],"inLanguage":"pt-BR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/inovamed.pro\/?p=1698#respond"]}]},{"@type":"WebPage","@id":"https:\/\/inovamed.pro\/?p=1698","url":"https:\/\/inovamed.pro\/?p=1698","name":"Intelig\u00eancia Artificial na Predi\u00e7\u00e3o de Infertilidade Masculina: Uma An\u00e1lise Aprofundada - INOVAMED","isPartOf":{"@id":"https:\/\/inovamed.pro\/#website"},"primaryImageOfPage":{"@id":"https:\/\/inovamed.pro\/?p=1698#primaryimage"},"image":{"@id":"https:\/\/inovamed.pro\/?p=1698#primaryimage"},"thumbnailUrl":"https:\/\/inovamed.pro\/wp-content\/uploads\/2025\/01\/a-modern-and-minimalistic-medical-image-_IxePa6UYSL6tGRb0nL4ylA_LYLH6ULrSvSdoxG0F70TOA.png","datePublished":"2025-01-17T19:03:18+00:00","dateModified":"2025-03-03T00:55:03+00:00","breadcrumb":{"@id":"https:\/\/inovamed.pro\/?p=1698#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/inovamed.pro\/?p=1698"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/inovamed.pro\/?p=1698#primaryimage","url":"https:\/\/inovamed.pro\/wp-content\/uploads\/2025\/01\/a-modern-and-minimalistic-medical-image-_IxePa6UYSL6tGRb0nL4ylA_LYLH6ULrSvSdoxG0F70TOA.png","contentUrl":"https:\/\/inovamed.pro\/wp-content\/uploads\/2025\/01\/a-modern-and-minimalistic-medical-image-_IxePa6UYSL6tGRb0nL4ylA_LYLH6ULrSvSdoxG0F70TOA.png","width":736,"height":1312},{"@type":"BreadcrumbList","@id":"https:\/\/inovamed.pro\/?p=1698#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/inovamed.pro\/"},{"@type":"ListItem","position":2,"name":"Intelig\u00eancia Artificial na Predi\u00e7\u00e3o de Infertilidade Masculina: Uma An\u00e1lise Aprofundada"}]},{"@type":"WebSite","@id":"https:\/\/inovamed.pro\/#website","url":"https:\/\/inovamed.pro\/","name":"INOVAMED","description":"","publisher":{"@id":"https:\/\/inovamed.pro\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/inovamed.pro\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/inovamed.pro\/#organization","name":"INOVAMED","url":"https:\/\/inovamed.pro\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/inovamed.pro\/#\/schema\/logo\/image\/","url":"https:\/\/inovamed.pro\/wp-content\/uploads\/2024\/12\/cropped-DALL\u00b7E-2024-12-10-13.53.06-A-hyperrealistic-3D-rendering-of-a-half-human-brain-merged-with-circuit-board-patterns-viewed-from-a-slight-side-angle.-The-brains-left-hemisphere-s.webp","contentUrl":"https:\/\/inovamed.pro\/wp-content\/uploads\/2024\/12\/cropped-DALL\u00b7E-2024-12-10-13.53.06-A-hyperrealistic-3D-rendering-of-a-half-human-brain-merged-with-circuit-board-patterns-viewed-from-a-slight-side-angle.-The-brains-left-hemisphere-s.webp","width":1706,"height":1023,"caption":"INOVAMED"},"image":{"@id":"https:\/\/inovamed.pro\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/inovamed.pro\/#\/schema\/person\/f023d988086a844cf27e25d0dd97e239","name":"mbulabarros","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/inovamed.pro\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b45ea8fc03f19632f2c0e1180c867958fb387b48b3fe9af6e41ad80bbcf0d3c9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b45ea8fc03f19632f2c0e1180c867958fb387b48b3fe9af6e41ad80bbcf0d3c9?s=96&d=mm&r=g","caption":"mbulabarros"},"sameAs":["https:\/\/inovamed.pro"],"url":"https:\/\/inovamed.pro\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/inovamed.pro\/index.php?rest_route=\/wp\/v2\/posts\/1698","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inovamed.pro\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/inovamed.pro\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/inovamed.pro\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/inovamed.pro\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1698"}],"version-history":[{"count":5,"href":"https:\/\/inovamed.pro\/index.php?rest_route=\/wp\/v2\/posts\/1698\/revisions"}],"predecessor-version":[{"id":1859,"href":"https:\/\/inovamed.pro\/index.php?rest_route=\/wp\/v2\/posts\/1698\/revisions\/1859"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/inovamed.pro\/index.php?rest_route=\/wp\/v2\/media\/1699"}],"wp:attachment":[{"href":"https:\/\/inovamed.pro\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1698"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/inovamed.pro\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1698"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/inovamed.pro\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1698"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}