The Workplace type represents workplace/HCO details in objects of the ActivityList and ActivityFragment types.
Schema |
|
type Workplace implements OneKeyEntity { id: ID! name: String! officialName: String type: KeyedString! localPhone: String intlPhone: String intlFax: String webAddress: String emailAddress: String address: Address! openHours: [WeeklyOpenHours] parentId: String }
|
Field |
Type |
Description |
id |
ID! |
ID of HCO. |
name |
String! |
Name of HCO. |
officialName |
String |
Optional. Official name of HCO. |
type |
Type of HCO. |
|
localPhone |
String |
Optional. Local phone number of HCO. |
intlPhone |
String |
Optional. International phone number of HCO. |
intlFax |
String |
Optional. International fax number of HCO. |
webAddress |
String |
Optional. Website URL of HCO. |
emailAddress |
String |
Optional. Email address of HCO. |
address |
Mailing address of HCO. |
|
openHours |
Optional. List of weekly open hours of operations. |
|
parentID |
String |
Optional. ID of parent (object of the ActivityFragment or ActivityList type) in which HCO is included. |
|
|
|
HealthCare Locator SDK 1.0 (and versions earlier than 1.2.15)
GraphQL Activity API 1.0