The Activity type represents an HCP activity with HCO in the response of an activityByID query, and an HCP activity with HCO in objects of the IndividualWorkPlaceDetails type.
Schema |
|
type Activity implements OneKeyEntity { id: ID! main_flag: String role: KeyedString! title: KeyedString! phone: String fax: String webAddress: String individual: Individual! workplace: Workplace! }
|
Field |
Type |
Description |
id |
ID! |
ID of activity. |
main_flag |
String |
Optional. |
role |
Role of HCP, such as "Geriatric" is the role of a physical therapist who helps older adults. |
|
title |
KeyedString! |
Title of HCP, such as "Physical Therapist". |
phone |
String |
Optional. Phone number of HCP. |
fax |
String |
Optional. Fax number of HCP. |
webAddress |
String |
Optional. Website URL of HCP. |
individual |
An HCP participating in the activity. |
|
workplace |
An HCO where the activity takes place. |
|
|
|
|
HealthCare Locator SDK 1.0 (and versions earlier than 1.2.15)
GraphQL Activity API 1.0