Skip to main content

Search value set items with a request body

POST 

/v2/valuesets/items/search

Retrieve a paginated list of value set items using the same filters as GET /v2/valuesets/items, but supplied as a JSON body instead of query parameters.

Prefer this endpoint over the GET variant whenever filter values are user-supplied or numerous: • Values containing a comma are matched literally. The GET variant splits values on commas, so a member such as RED,GREEN is searched as two separate values and is never found. • Large filter sets are not constrained by URL length, so no batching across several requests and no risk of an HTTP 414.

Returns the same paginated payload as the GET variant.

Request

Responses

Successfully retrieved paginated list of value set items matching the search criteria