There were schema changes that need to be updated within HL:
  1. Physician has been split into two subtypes: IndividualPhysician and PhysiciansOffice
IndividualPhysician is under MedicalOrganization
PhysiciansOffice is under MedicalBusiness
---------------------------------------
See Info Below
Changes to Physician Type in Schema.org v24
Therefore, Schema.org made a few changes to the Physician type in v24 to provide users with greater clarity in their categorization.
  1. Redefined the Physician type
The Physician type is now defined as ‘an individual physician or a physician’s office considered as a MedicalOrganization’.
  1. Removed Physician as a subtype of LocalBusiness
The Physician type is now exclusively a subtype of MedicalOrganization.
  1. Added usNPI property to the Physician type
The Physician type now also includes the usNPI (National Provider Identifier) property, a unique 10-digit identification number issued to healthcare providers in the United States by the Centers for Medicare and Medicaid Services.
  1. Introduced two new Physician subtypes: IndividualPhysician and PhysiciansOffice
Schema.org added IndividualPhysician and PhysiciansOffice as subtypes of Physician to disambiguate between these two interpretations of the Physician type.
Note: Schema.org version 26.0 later went on to restore PhysiciansOffice as a subtype of MedicalBusiness, after accidentally omitting it from the v24 update.
You can read more about it in this GitHub ticket.
  1. Added occupationalCategory property to the Physician type
The occupationalCategory property is used to describe a job, preferably using a term from a taxonomy such as BLS O*NET-SOC, ISCO-08 or similar. This means you can specify whether a Physician (or its subtypes) has a specific occupational category like obstetrics or pediatrics.
  1. Added new practicesAt property to the IndividualPhysician subtype
We will expand on this more in the section below.
But before that, let’s learn more about the two new Physician subtypes and how to use them.
Using the IndividualPhysician Subtype
The IndividualPhysician subtype should be used to describe an entity that is an individual medical practitioner.
The IndividualPhysician subtype still has properties available for things like:
address
hospitalAffiliation
availableService
However, it also has the new ‘practicesAt’ property, which is unavailable to either Physician or PhysiciansOffice.
The practicesAt property should be used to indicate the MedicalOrganization (i.e. hospital, clinic, pharmacies, etc.) where this individual physician practices. If you have the MedicalOrganization entity defined on a different page of your site, you can connect both entities using this property.
Using the PhysiciansOffice Subtype
The PhysiciansOffice subtype should be used to describe an entity that is a doctor’s office or clinic.
It has the exact same properties as the Physician type, so you can still associate the PhysiciansOffice with a location using the address and hospitalAffiliation properties.