> 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-ct-practical-guides/snomed-ct-search-and-data-entry-guide/5-optimize-display-of-search-results/5.4-rationalize-search-results-by-subsumption-checking.md).

# Rationalize Search Results by Subsumption Checking

Filtering a search by using subsumption checking is an effective technique to enhance the display of search results. It reduces the list of search results by nesting the subsumed Concepts under the general Concept. If the user wishes to select a narrower Concept, they can expand the node to select the nested subtype.

## An Example Illustrating Rationalization by Subsumption Cross-Checking

Unconstrained search for descriptions that begin with "hernia" returns a total of 49 Concepts which belong to many subtype hierarchies such as <mark style="color:blue;">|</mark> Clinical Finding <mark style="color:blue;">|</mark> and <mark style="color:blue;">|</mark> Morphologic abnormalities <mark style="color:blue;">|</mark>.

<figure><img src="/files/WYFqNkiAU5IYrq1HRE7W" alt=""><figcaption><p>Rationalize search results by subsumption checking</p></figcaption></figure>

Constraining a search for "hernia" by the "clinical findings" supertype returns 35 matches which is still considered to be a long list, many of which are subsumed by the general Concept "hernia". \[see [Constrain searches by supertype ancestors](/snomed-ct-practical-guides/snomed-ct-search-and-data-entry-guide/4-optimizing-searches/4.4-constrained-searches.md#constrain-searches-by-supertype-ancestors)]

<figure><img src="/files/6cH0LzILq8kD8fr9XQ2y" alt=""><figcaption><p>Rationalize search results by subsumption checking - clinical findings only</p></figcaption></figure>

Rationalisation by subsumption cross-checking can further reduce the matches by nesting the subsumed Concepts such as <mark style="color:blue;">|</mark> perineal hernia <mark style="color:blue;">|</mark> under <mark style="color:blue;">|</mark> hernia <mark style="color:blue;">|</mark>. If the user wishes to select a narrower Concept, they can expand the node to select the nested subtype.

<figure><img src="/files/ednoWagTo2kCORbOFlSq" alt=""><figcaption><p>Subsumed Concepts nested under "hernia"</p></figcaption></figure>

<a href="https://docs.google.com/forms/d/e/1FAIpQLScTmbZIf0UEQwYDkY27EEWBkaiYkHSbR0_9DmFrMLXoQLyL7Q/viewform?usp=pp_url&#x26;entry.1767247133=Search+And+Data+Entry+Guide&#x26;entry.670899847=Rationalize%20Search%20Results%20by%20Subsumption%20Checking" 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-ct-practical-guides/snomed-ct-search-and-data-entry-guide/5-optimize-display-of-search-results/5.4-rationalize-search-results-by-subsumption-checking.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.
