ActivityFragment

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

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.

individual

IndividualFragment!

An HCP participating in the activity.

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