WorkplaceSuggestionFragment

The WorkplaceSuggestionFragment type represents the partial Workplace entity wrapped in a result from the suggestions query.

Schema

 

 

type WorkplaceSuggestionFragment implements OneKeyEntity {

    id: ID!

    name: String

    officialName: String

    type: KeyedString

    localPhone: String

    intlPhone: String

    intlFax: String

    webAddress: String

    emailAddress: String

    openHours: [DailyOpenHours]

}

 

 

Field

Type

Description

id

ID!

ID of HCO.

name

String

Name of HCO.

officialName

String

Official name of HCO.

type

KeyedString

Type of HCO.

localPhone

String

Local phone number of HCO.

intlPhone

String

International phone number of HCO.

intlFax

String

International fax number of HCO.

webAddress

String

Website URL of HCO.

emailAddress

String

Email address of HCO.

openHours

[DailyOpenHours]

List of daily open hours.

 

 

 

Availability

HealthCare Locator SDK 1.2.15 and higher

GraphQL Activity API 2.0