---
title: "Surgery Center"
---

![surgery center](https://painandhealing.com/wp-content/uploads/2026/09/surgery-center.webp)


```ld+json
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@context": "https://schema.org",
            "@type": "MedicalClinic",
            "@id": "https://painandhealing.com/location/surgery-center/#location",
            "name": "Surgery Center",
            "url": "https://painandhealing.com/location/surgery-center/",
            "address": {
                "@type": "PostalAddress",
                "streetAddress": "455 N Roxbury Drive, Suite B",
                "addressLocality": "Beverly Hills",
                "addressRegion": "CA",
                "postalCode": "90210",
                "addressCountry": "US"
            },
            "parentOrganization": {
                "@type": "Organization",
                "name": "PHI - Pain and Healing Institute",
                "url": "https://painandhealing.com/"
            },
            "medicalSpecialty": "Anesthesia",
            "sameAs": [
                "https://www.wikidata.org/wiki/Q621261",
                "https://www.facebook.com/Painandhealing",
                "https://www.instagram.com/pain_and_healing/",
                "https://maps.app.goo.gl/bsUTnU2AQfgcKaZXA",
                "https://www.yelp.com/biz/pain-and-healing-institute-beverly-hills"
            ],
            "priceRange": "$$$",
            "paymentAccepted": "Cash, Credit Card, Insurance",
            "currenciesAccepted": "USD"
        },
        {
            "@context": "https://schema.org",
            "@type": "MedicalWebPage",
            "@id": "https://painandhealing.com/location/surgery-center/#webpage",
            "name": "Surgery Center",
            "url": "https://painandhealing.com/location/surgery-center/",
            "mainEntity": {
                "@id": "https://painandhealing.com/location/surgery-center/#location"
            },
            "about": [
                {
                    "@type": "MedicalSpecialty",
                    "name": "Pain Management",
                    "sameAs": "https://www.wikidata.org/wiki/Q621261"
                }
            ]
        },
        {
            "@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": "Locations",
                    "item": {
                        "@id": "https://painandhealing.com/location/",
                        "@type": "CollectionPage",
                        "name": "Locations"
                    }
                },
                {
                    "@type": "ListItem",
                    "position": 3,
                    "name": "Surgery Center",
                    "item": "https://painandhealing.com/location/surgery-center/"
                }
            ]
        }
    ]
}
```
