Activity

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 ActivitiesResultEdge, Indivdual, IndividualSuggestionFragment, and WorkplacesResultEdge types.

Schema

 

 

type Activity implements OneKeyEntity & SearchResultNode {

    id: ID!

    main_flag: String

    role: KeyedString

    title: KeyedString

    phone: String

    fax: String

    webAddress: String

    individual: Individual

    workplace: Workplace

    urls: [Url]

}

 

 

Field

Type

Description

id

ID!

ID of activity.

main_flag

String

Whether the activity is an HCP main activity ("Y") or secondary activity ("N").

role

KeyedString

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

Phone number of HCP.

fax

String

Fax number of HCP.

webAddress

String

Website URL of HCP.

individual

Individual!

An HCP participating in the activity.

workplace

Workplace!

An HCO where the activity takes place.

urls

[Url]

List of URLs in the activity.

 

 

 

Availability

HealthCare Locator SDK 1.2.15 and higher

GraphQL Activity API 2.0