📄️ Introduction
Comprehensive API for managing value sets and their items.
📄️ Create a new value set
Create a new value set with the specified name, descriptions, and type.
📄️ Retrieve a specific value set by ID
Fetch detailed information about a single value set using its unique identifier.
📄️ Update an existing value set
Modify the name or descriptions of an existing value set.
📄️ Delete a value set and all its items
Permanently remove a value set and all associated items from the system.
📄️ Search and retrieve value sets
Retrieve a paginated list of value sets with comprehensive filtering capabilities.
📄️ Create a new value set item
Add a new item to an existing value set with the specified value, descriptions, and optional extra data.
📄️ Update an existing value set item
Modify the value, descriptions, or extra data of an existing value set item.
📄️ Delete a value set item
Permanently remove a value set item from its parent value set.
📄️ Search and retrieve value set items
Retrieve a paginated list of value set items with comprehensive filtering capabilities.