{
  "@context": "https://schema.org",
  "@type": "MedicalBusiness",
  "name": "Dr. Jesse Dashe, MD",
  "url": "https://drdashe.com/",
  "telephone": "+1-510-297-0550",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "San Leandro",
    "addressRegion": "CA",
    "addressCountry": "US"
  },
  "areaServed": [
    {"@type": "City", "name": "San Leandro"},
    {"@type": "City", "name": "Oakland"},
    {"@type": "City", "name": "Hayward"},
    {"@type": "City", "name": "Castro Valley"},
    {"@type": "City", "name": "Alameda"},
    {"@type": "City", "name": "Berkeley"},
    {"@type": "City", "name": "Fremont"},
    {"@type": "City", "name": "San Jose"},
    {"@type": "City", "name": "San Francisco"},
    {"@type": "AdministrativeArea", "name": "San Francisco Bay Area"}
  ],
  "medicalSpecialty": ["Orthopaedic Surgery", "Hand Surgery"],
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "Procedures and Services",
    "itemListElement": [
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "MedicalProcedure",
          "name": "Thread Carpal Tunnel Release (TCTR)",
          "alternateName": ["Thread CTR", "Incisionless Carpal Tunnel Release", "Ultrasound-Guided Thread Carpal Tunnel Release", "Guo Technique"],
          "procedureType": "https://schema.org/SurgicalProcedure",
          "howPerformed": "Incisionless, ultrasound-guided release of the transverse carpal ligament using a smooth thread passed through two needle entry points. Performed under local anesthesia in the office in approximately 10 minutes. No scalpel, no stitches.",
          "url": "https://drdashe.com/thread-carpal-tunnel-release.html",
          "description": "Only surgeon in the San Francisco Bay Area offering Thread Carpal Tunnel Release. Recovery is roughly three times faster than traditional open release.",
          "subjectOf": [
            {"@type": "WebPage", "url": "https://drdashe.com/tctr-bay-area.html", "name": "TCTR in California"},
            {"@type": "WebPage", "url": "https://drdashe.com/tctr-vs-open-release.html", "name": "TCTR vs Open Release"},
            {"@type": "WebPage", "url": "https://drdashe.com/tctr-vs-endoscopic.html", "name": "TCTR vs Endoscopic Release"}
          ]
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "MedicalProcedure",
          "name": "Open Carpal Tunnel Release",
          "procedureType": "https://schema.org/SurgicalProcedure",
          "url": "https://drdashe.com/carpal-tunnel.html"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "MedicalProcedure",
          "name": "Trigger Finger Release",
          "procedureType": "https://schema.org/SurgicalProcedure",
          "url": "https://drdashe.com/trigger-finger.html"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "MedicalProcedure",
          "name": "Thumb CMC Arthroplasty",
          "procedureType": "https://schema.org/SurgicalProcedure",
          "url": "https://drdashe.com/thumb-cmc-arthritis.html"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "MedicalProcedure",
          "name": "Cubital Tunnel Release",
          "procedureType": "https://schema.org/SurgicalProcedure",
          "url": "https://drdashe.com/cubital-tunnel-syndrome.html"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "MedicalProcedure",
          "name": "Dupuytren's Contracture Treatment",
          "procedureType": "https://schema.org/SurgicalProcedure",
          "url": "https://drdashe.com/dupuytrens-contracture.html"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "MedicalProcedure",
          "name": "Distal Radius Fracture Fixation",
          "procedureType": "https://schema.org/SurgicalProcedure",
          "url": "https://drdashe.com/hand-wrist-fractures.html"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "MedicalProcedure",
          "name": "Tendon and Nerve Repair",
          "procedureType": "https://schema.org/SurgicalProcedure",
          "url": "https://drdashe.com/tendon-nerve-injuries.html"
        }
      }
    ]
  }
}
