IndividualSuggestionFragment

The IndividualSuggestFragment type represents the partial Individual entity wrapped in a result from the suggestions query

Schema

 

 

type IndividualSuggestionFragment implements OneKeyEntity {

    id: ID!

    title: KeyedString

    firstName: String

    lastName: String

    middleName: String

    specialties: [KeyedString]

    intlSpecialties: [KeyedString]

    medTerms: [KeyedString]

    activity: Activity

}

 

 

Field

Type

Description

id

ID

ID of HCP suggestion fragment.

title

String

Title of HCP, such as "Physical Therapist".

firstName

String

First name of HCP.

lastName

String

Last name of HCP.

middleName

String

Middle name of HCP.

specialties

[KeyedString]

List of HCP specialties.

intlSpecialties

[KeyedString]

List of HCP international specialties.

medterms

[KeyedString]

List of medical terms.

Activity

Activity

HCP activity best matching the suggestions query.

 

 

 

Availability

HealthCare Locator SDK 1.2.15 and higher

GraphQL Activity API 2.0