UciDetail

The UciDetail type represents a single combination of Country/Code/Value among the whole list of UCIs in objects of the Individual type.

Schema

 

 

type UciDetail {

    country: String!

    code: String!

    value: String!

}

 

 

Field

Type

Description

country

String!

Country of UCI issuance.

code

String!

Code type of UCI.

value

String!

Value of UCI.

 

 

 

Availability

HealthCare Locator SDK 1.2.15 and higher

GraphQL Activity API 2.0