The ActivityFragment type represents a set of Activity fields that is reused in objects of the ActivityResult type.
Schema |
|
type ActivityFragment implements OneKeyEntity { id: ID! role: KeyedString! title: KeyedString! phone: String fax: String webAddress: String individual: IndividualFragment! workplace: Workplace! }
|
Field |
Type |
Description |
id |
ID! |
ID of activity fragment. |
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