Code

The Code type represents a code in an object of the CodesResultEdge type.

Schema

 

 

type Code implements OneKeyEntity & SearchResultNode {

    id :ID!

    lisLbl:String!

    lisCode:String!  

    dbCode:String

    locale:String

    longLbl:String!

    shortLbl:String

}

 

 

Field

Type

Description

id

ID!

ID of code.

lisLbl

String!

Label of the list that contains the code.

lisCode

String!

Code of the list that contains the code.

dbCode

String

Code of the code DB (such as WUS, WFR)

locale

String

Locale of code.

longLbl

String!

Long label of code.

shortLbl

String

Short label of code.

 

 

 

Availability

HealthCare Locator SDK 1.2.15 and higher

GraphQL Activity API 2.0