KeyedString

The KeyedString type represents a code-label in objects (such as a role or title in an object of the Activity type) of the following types:

Activity, ActivityFragment, ActivityList, Address, IndividualFragment, Individual, IndividualSuggestFragment, IndividualWorkPlaceDetails, and Workplace types (Activity API 1.0)

Activity, Address, Individual, IndividualSuggestionFragment, Workplace, WorkplaceSuggestionFragment, Review, and Suggestion types (Activity API 2.0)

Notes

         Some types (such as Review) only work with a specific version (1.0 or 2.0) of the Activity API.

         Some types might have the same name (such as Activity) but have different schemas to work with different versions of the Activity API.

         Some types (such as Address) work with both versions of the Activity API.

 

Schema

 

 

type KeyedString {

  code: String!

  label: String!

}

 

 

Field

Type

Description

code

String!

Code of object.

label

String!

Label of object.

 

 

 

Availability

HealthCare Locator SDK 1.0 and higher

GraphQL Activity API 1.0 and Activity API 2.0