{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "MedicalOrganization",
      "@id": "https://sleepandpulm.com/#organization",
      "name": "Pulmonary and Sleep Specialists of New Jersey",
      "url": "https://sleepandpulm.com",
      "telephone": "[PHONE NUMBER]",
      "faxNumber": "[FAX NUMBER]",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "[OFFICE ADDRESS]",
        "addressRegion": "NJ",
        "addressCountry": "US"
      },
      "medicalSpecialty": [
        "Pulmonary Medicine",
        "Sleep Medicine",
        "Critical Care Medicine"
      ]
    },
    {
      "@type": "Physician",
      "name": "Laxminarayan Prabhakar",
      "honorificSuffix": "MD",
      "medicalSpecialty": ["Pulmonary Medicine", "Critical Care Medicine", "Sleep Medicine"],
      "worksFor": { "@id": "https://sleepandpulm.com/#organization" }
    },
    {
      "@type": "Physician",
      "name": "Amy Paige",
      "honorificSuffix": "DO",
      "medicalSpecialty": ["Pulmonary Medicine", "Critical Care Medicine"],
      "worksFor": { "@id": "https://sleepandpulm.com/#organization" }
    }
  ]
}
