# meaning binding

## meaning binding

A terminology binding that represents the clinical meaning of a data item or collection of data items.

#### Notes

* A *meaning binding* associates a clinical meaning with either a data entry context or a defined collection of data items in an electronic health record information model. The clinical meaning of an instance of a data item with a *meaning binding* is determined by applying the *meaning binding* to the value or set of values in that instance.
* SNOMED CT *meaning bindings* should be represented by expression templates containing one or more template slots that can be replaced by concepts entered or stored in a particular context.

#### Example

* An application that manages surgical procedure requests could identify requested procedures using concepts that are subtypes of [387713003 | Surgical procedure|](http://snomed.info/id/387713003) . In this case, the data item in which that *concept* is recorded should have a *meaning binding* that explicitly indicates that this is a request for that procedure. The *expression template* below represents this *meaning binding*. It indicates that the procedure selected should replace the "@procedure" template slot, resulting in an expression that means procedure has been requested, rather than suggesting incorrectly, that it has been done.

/\* Expression Template \*/

[400999005 |Procedure requested (situation)|](http://snomed.info/id/400999005) :\
{ [363589002 |Associated procedure (attribute)|](http://snomed.info/id/363589002) = \[\[ +id < [387713003 |Surgical procedure|](http://snomed.info/id/387713003) @procedure ]] }

/\* Resulting Expression if "38102005 Cholecystectomy (procedure)" is entered \*/

[400999005 |Procedure requested (situation)|](http://snomed.info/id/400999005) :\
{ [363589002 |Associated procedure (attribute)|](http://snomed.info/id/363589002) = [38102005 |Cholecystectomy (procedure)|](http://snomed.info/id/38102005) }

## Alternative

* ```
  Semantic binding
  ```

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


---

# Agent Instructions: 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:

```
GET https://docs.snomed.org/snomed-international-documents/snomed-ct-glossary/m/meaning-binding.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
