ActivityList

The ActivityList type represents a list of HCP activities with HCO.

Schema

 

 

type ActivityList implements OneKeyEntity {

  id: ID!

  main_flag: String

  role: KeyedString!

  title: KeyedString!

  phone: String

  fax: String

  webAddress: String

  workplace: Workplace!

}

 

 

Field

Type

Description

id

ID!

ID of activity list.

main_flag

String

Optional.

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

Optional. Phone number of HCP.

fax

String

Optional. Fax number of HCP.

webAddress

String

Optional. Website URL of HCP.

workplace

Workplace!

An HCO where the activity takes place.

 

 

 

Availability

HealthCare Locator SDK 1.0 (and versions earlier than 1.2.15)

GraphQL Activity API 1.0