---
title: "Contact Us"
---




```ld+json
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@context": "https://schema.org",
            "@type": "ContactPage",
            "@id": "https://painandhealing.com/resources/contact/#webpage",
            "name": "Contact Us",
            "url": "https://painandhealing.com/resources/contact/",
            "about": [
                {
                    "@type": "MedicalSpecialty",
                    "name": "Pain Management",
                    "sameAs": "https://www.wikidata.org/wiki/Q621261"
                }
            ]
        },
        {
            "@context": "https://schema.org",
            "@type": "ScheduleAction",
            "name": "Book an Appointment",
            "target": {
                "@type": "EntryPoint",
                "urlTemplate": "https://painandhealing.com/resources/contact/",
                "actionPlatform": [
                    "http://schema.org/DesktopWebPlatform",
                    "http://schema.org/MobileWebPlatform"
                ]
            }
        },
        {
            "@context": "https://schema.org",
            "@type": "BreadcrumbList",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": {
                        "@id": "https://painandhealing.com/",
                        "@type": "WebSite",
                        "name": "Home"
                    }
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Resources",
                    "item": {
                        "@id": "https://painandhealing.com/resources/",
                        "@type": "WebPage",
                        "name": "Resources"
                    }
                },
                {
                    "@type": "ListItem",
                    "position": 3,
                    "name": "Contact Us",
                    "item": "https://painandhealing.com/resources/contact/"
                }
            ]
        }
    ]
}
```
