> 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-specifications/snomed-ct-expression-constraint-language/appendices/appendix-b-examples-of-invalid-expressions/b1-simple-expression-constraints-invalid-expressions.md).

# Simple Expression Constraints - Invalid

{% hint style="info" %}
1 Where necessary, these examples make some assumptions about the membership of the example reference sets.\
2 Please note that this makes the assumption that the given expression constraint is executed against a finite set of expressions that has been pre-classified (e.g. in an expression repository), and that after classification there is at least one intermediate expression between this expression and 404684003 |Clinical finding|.\
3 Please note that this makes the assumption that the given expression constraint is executed against a finite set of expressions that has been pre-classified (e.g. in an expression repository), and that after classification there is at least one intermediate expression between 40541001 |Acute pulmonary edema| and this expression.
{% endhint %}

<table data-full-width="true"><thead><tr><th width="279.265625">Invalid Expression Constraint</th><th width="290.84375">Precoordinated</th><th>Postcoordinated</th></tr></thead><tbody><tr><td>404684003 | Clinical finding|</td><td>56265001 | Heart disease| 71388002 | Procedure|</td><td>404684003 | Clinical finding| : 363698007 | Finding site| = 80891009 | Heart structure|</td></tr><tr><td>&#x3C; 404684003 | Clinical finding|</td><td>404684003 | Clinical finding| 71388002 | Procedure|</td><td>71388002 | Procedure| : 405813007 | Procedure site - Direct| = 80891009 | Heart structure|</td></tr><tr><td>&#x3C;&#x3C; 73211009 | Diabetes mellitus|</td><td>71388002 | Procedure|</td><td>404684003 | Clinical finding| : 363698007 | Finding site| = 113331007 | Structure of endocrine system| 362969004 | Disorder of endocrine system|</td></tr><tr><td>&#x3C;! 404684003 | Clinical finding|</td><td>404684003 | Clinical finding| 233709006 | Toxic pulmonary edema|</td><td>404684003 | Clinical finding| : 116676008 | Associated morphology| = 79654002 | Edema| , 363698007 | Finding site| = 80891009 | Heart structure| > 40541001 | Acute pulmonary edema|</td></tr><tr><td>> 40541001 | Acute pulmonary edema|</td><td>40541001 | Acute pulmonary edema| 233709006 | Toxic pulmonary edema|</td><td>40541001 | Acute pulmonary edema| : 246112005 | Severity| = 24484000 | Severe| 304527002 | Acute asthma|</td></tr><tr><td>>> 40541001 | Acute pulmonary edema|</td><td>233709006 | Toxic pulmonary edema|</td><td>40541001 | Acute pulmonary edema| : 246112005 | Severity| = 24484000 | Severe| 304527002 | Acute asthma|</td></tr><tr><td>>! 40541001 | Acute pulmonary edema|</td><td>404684003 | Clinical finding| 267038008 | Edema|</td><td>64572001 | Disease| : 263502005 | Clinical course| = 424124008 | Sudden onset AND/OR short duration|</td></tr><tr><td>^ 700043003 | Example problem list concepts reference set|</td><td>6143009 | Diabetic education| 75367002 | Blood pressure|</td><td>71388002 | Procedure| : 405813007 | Procedure site - Direct| = 80891009 | Heart structure|</td></tr><tr><td>*</td><td>–</td><td>–</td></tr></tbody></table>

<a href="https://docs.google.com/forms/d/e/1FAIpQLScTmbZIf0UEQwYDkY27EEWBkaiYkHSbR0_9DmFrMLXoQLyL7Q/viewform?usp=pp_url&#x26;entry.1767247133=ECL+Specification&#x26;entry.670899847=Simple%20Expression%20Constraints%20-%20Invalid" 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-specifications/snomed-ct-expression-constraint-language/appendices/appendix-b-examples-of-invalid-expressions/b1-simple-expression-constraints-invalid-expressions.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.
