Individual

The Individual type represents HCP details in the response of an individualByID query, and HCP details in objects of the Activity and IndividualsResultEdge types.

Schema

 

 

type Individual implements OneKeyEntity & SearchResultNode {

    id: ID!

    title: KeyedString

    firstName: String

    lastName: String

    middleName: String

    maidenName: String

    mailingName: String

    firstNameInitials: String

    nickname: String

    suffixName: String

    professionalType: KeyedString

    specialties: [KeyedString]

    webAddress: String

    mainActivity: Activity

    otherActivities: [Activity]

    meshTerms: [String]

    kvTerms: [String]

    chTerms: [String]

    uci: Uci

    ucis: [UciDetail]

    reviewsAvailable: Boolean

    diseasesAvailable: Boolean

}

 

 

Field

Type

Description

id

ID!

ID of HCP.

title

KeyedString

Optional. Title of HCP, such as "Physical Therapist".

firstName

String

Optional. First name of HCP.

lastName

String

Last name of HCP.

middleName

String

Middle name of HCP

maidenName

String

Maiden name of HCP.

mailingName

String

Optional. Mailing name of HCP.

firstNameInitials

String

Optional. First name initials of HCP.

nickname

String

Optional. Nickname of HCP.

suffixName

String

Optional. Suffix name of HCP.

professionalType

KeyedString

Provider type of HCP.

specialities

[KeyedString]

A list of one or more specialities of HCP.

webAddress

String

Optional. Website URL of HCP.

mainActivity

Activity

Main HCP activity with HCO.

otherActivities

[Activity]

List of secondary HCP activities with HCO.

meshTerms

[String]

List of mesh terms associated with HCP.

kvTerms

[String]

List of keyword terms associated with HCP.

chTerms

[String]

List of chemical terms associated with HCP.

uci

Uci

Uci map of HCP. Deprecated.

ucis

[UciDetail]

List of individual UCIs.

reviewsAvailable

Boolean

Whether HCP is reviewed/recommended. See the discussion later on this page.

diseasesAvailable

Boolean

Whether HCP is profiled for treating specific diseases.

 

 

 

Discussion

Currently, HCP reviews are only available for France using Mapatho as a third-party review service.

Availability

HealthCare Locator SDK 1.2.15 and higher

GraphQL Activity API 2.0