---
title: 
description: 
lang: en
json-ld: |
  [
    {
      "@context": "https://schema.org",
      "@graph": [
        {
          "@type": "WebSite",
          "@id": "https://zaudiology.com/#website",
          "url": "https://zaudiology.com/",
          "name": "Z Audiology",
          "publisher": {
            "@id": "https://zaudiology.com/#org"
          },
          "inLanguage": "en-US"
        },
        {
          "@type": [
            "MedicalOrganization",
            "MedicalBusiness",
            "LocalBusiness"
          ],
          "@id": "https://zaudiology.com/#org",
          "name": "Z Audiology",
          "image": "https://zaudiology.com/og.jpg",
          "logo": "https://www.zaudiology.com/logo.svg",
          "url": "https://zaudiology.com/",
          "telephone": "+1-561-931-2428",
          "email": "drchanazelenko@gmail.com",
          "priceRange": "$$",
          "currenciesAccepted": "USD",
          "paymentAccepted": "Cash, Credit Card, Check",
          "address": {
            "@type": "PostalAddress",
            "streetAddress": "5458 Town Center Rd, Suite 4",
            "addressLocality": "Boca Raton",
            "addressRegion": "FL",
            "postalCode": "33486",
            "addressCountry": "US"
          },
          "geo": {
            "@type": "GeoCoordinates",
            "latitude": 26.3683,
            "longitude": -80.1289
          },
          "areaServed": [
            "Boca Raton, FL",
            "Delray Beach, FL",
            "Boynton Beach, FL",
            "Highland Beach, FL",
            "Deerfield Beach, FL",
            "Parkland, FL",
            "Coral Springs, FL"
          ],
          "openingHoursSpecification": [
            {
              "@type": "OpeningHoursSpecification",
              "dayOfWeek": [
                "Monday",
                "Tuesday",
                "Wednesday",
                "Thursday"
              ],
              "opens": "09:00",
              "closes": "17:00"
            },
            {
              "@type": "OpeningHoursSpecification",
              "dayOfWeek": "Friday",
              "opens": "09:00",
              "closes": "12:00"
            }
          ],
          "medicalSpecialty": "Audiology",
          "founder": {
            "@type": "Person",
            "name": "Dr. Chana Zelenko, Au.D.",
            "jobTitle": "Audiologist",
            "identifier": {
              "@type": "PropertyValue",
              "propertyID": "NPI",
              "value": "1881311694"
            }
          },
          "sameAs": [
            "https://www.instagram.com/zaudiology/",
            "https://www.zaudiology.com"
          ]
        }
      ]
    },
    {
      "@context": "https://schema.org",
      "@type": "MedicalWebPage",
      "name": "Hearing Loss & Dementia Risk Calculator",
      "description": "Free calculator estimating how untreated hearing loss contributes to your dementia risk, based on the 2024 Lancet Commission model. Built by Z Audiology, Boca Raton.",
      "url": "https://zaudiology.com/tools/dementia-risk",
      "author": {
        "@type": "Person",
        "name": "Chana Zelenko, Au.D.",
        "url": "https://zaudiology.com/about"
      }
    },
    {
      "@context": "https://schema.org",
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Do hearing aids actually reduce dementia risk?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "The ACHIEVE randomized trial (JAMA, 2023) found that in adults at higher baseline risk, hearing-aid use slowed three-year cognitive decline by roughly half compared with a health-education control. Evidence is strongest for adults 70+ with cardiovascular risk factors."
          }
        },
        {
          "@type": "Question",
          "name": "How does hearing loss cause cognitive decline?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Three mechanisms are proposed: increased cognitive load (the brain works harder to decode degraded sound), social withdrawal, and reduced auditory input driving brain-structural changes. Treating the hearing loss addresses all three simultaneously."
          }
        },
        {
          "@type": "Question",
          "name": "Is this calculator a medical diagnosis?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "No. It is a lay-audience translation of population-level Lancet Commission data. Only a physician can assess personal dementia risk using imaging, cognitive testing, and biomarkers."
          }
        }
      ]
    }
  ]
---

