The ActivityResult type represents an activity result in the response of an activities query.
Schema |
|
type ActivityResult { distance: Float relevance: Int activity: ActivityFragment! }
|
Field |
Type |
Description |
distance |
Float |
Optional. Distance from app's geopoint to HCP address location, such as a number of kilometers. |
relevance |
Int |
Relevance score based on terms inputted for search. |
activity |
An HCP activity at an HCO. |
Activity results returned to your app might look something like the following when listed ...
... or mapped ...
... on search screens. The results are brief (description on HCP activity with HCO) and relevant (based on terms inputted for search and distance to HCO location) to user.
HealthCare Locator SDK 1.0 (and versions earlier than 1.2.15)
GraphQL Activity API 1.0