Skip to main content

Create a new value set item

POST 

/v1/valuesets/items

Add a new item to an existing value set with the specified value, descriptions, and optional extra data.

Value set items represent the actual selectable options within a value set. Each item must have a unique value within its parent value set and can include localized descriptions for internationalization.

Requirements: • Parent value set must exist and be accessible • Value must be unique within the parent value set • Only CUSTOM type value sets can have items added via API

Request

Responses

Value set item successfully created and added to the parent value set