> For the complete documentation index, see [llms.txt](https://docs.snomed.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snomed.org/snomed-international-documents/snomed-ct-glossary/v/value-set-binding.md).

# value set binding

## value set binding

A terminology binding that represents the set of permitted values that can be used to populate a coded data item.

#### Notes

* A *value set binding* can be defined using individual rules. For example concepts that are: in a list of included concept identifiers, members of a specified reference set or subtypes of a specified concept.
* Expression constraints provide a more flexible way to represent *value set bindings* as they are able to represent and combine a range of different rules to determine the set of concepts or expressions that are part of a *value set*.

#### Example

* The following *expression constraint* defines a *value set* that includes all concepts that represent a [387713003 | surgical procedure|](http://snomed.info/id/387713003) defined as using an [37270008 | endoscope|](http://snomed.info/id/37270008) for access.

<< [387713003 |Surgical procedure (procedure)|](http://snomed.info/id/387713003) :\
[425391005 |Using access device (attribute)|](http://snomed.info/id/425391005) = << [37270008 |Endoscope, device (physical object)|](http://snomed.info/id/37270008)

##

<a href="https://docs.google.com/forms/d/e/1FAIpQLScTmbZIf0UEQwYDkY27EEWBkaiYkHSbR0_9DmFrMLXoQLyL7Q/viewform?usp=pp_url&#x26;entry.1767247133=SNOMED+Glossary&#x26;entry.670899847=value%20set%20binding" class="button primary">Provide Feedback</a>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.snomed.org/snomed-international-documents/snomed-ct-glossary/v/value-set-binding.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
