HealthProviderAttributes

  • Health provider attributes represent location-linked data, including provider name and accepted insurance networks.

  • The data is structured in JSON format with fields like name (location identifier) and insuranceNetworks (accepted insurance plans).

  • insuranceNetworks is an optional field containing a list of InsuranceNetwork objects detailing accepted plans.

The Health provider attributes linked with this location.

JSON representation
{
  "name": string,
  "insuranceNetworks": [
    {
      object (InsuranceNetwork)
    }
  ]
}
Fields
name

string

Required. Google identifier for this location in the form: accounts/{accountId}/locations/{locationId}/healthProviderAttributes

insuranceNetworks[]

object (InsuranceNetwork)

Optional. A list of insurance networks accpected by this location.