ValuesetItem
No description
type ValuesetItem {
id: Int!
valuesetId: Int!
value: String!
descriptions: [LocalizedString!]!
extra: String
}
Fields
ValuesetItem.id
● Int!
non-null scalar
Unique system identifier for this value set item used for referencing and database operations
ValuesetItem.valuesetId
● Int!
non-null scalar
Reference to the parent value set that contains this item, establishing the hierarchical relationship
ValuesetItem.value
● String!
non-null scalar
The actual data value that this item represents, used as the key for selection and processing throughout the system
ValuesetItem.descriptions
● [LocalizedString!]!
non-null object
Human-readable labels for this value set item in multiple languages, displayed to users in dropdown lists and selection interfaces
ValuesetItem.extra
● String
scalar
Additional metadata or supplementary information associated with this value set item for extended functionality and context
Returned By
valuesetItemCreate
mutation ● valuesetItemUpdate
mutation
Member Of
ValuesetItemResponse
object