# Knowledge Representation

<mark style="color:$danger;">**This Editorial Guide is used for Education Purposes Only. It is used in the Authoring Courses and Certifications. It is based on the January 2026 Editorial Guide.**</mark>

Knowledge representation in SNOMED CT involves modeling what we know about concepts to be necessarily true. Concepts are logically defined by their relationships to each other. Some knowledge provides valuable clues to the diagnostician, while not necessarily always present, i.e. it is uncertain or probabilistic knowledge. Attempts to capture probabilistic or uncertain knowledge are out of the scope of SNOMED CT.

{% code title="Example Concept" overflow="wrap" %}

```
22298006 | Myocardial infarction (disorder)|
```

{% endcode %}

Its terminological knowledge includes the following:

{% code title="Concept Properties" %}

```
IS A: 
64572001 | Disease (disorder)|

Finding site: 
74281007 | Myocardium structure (body structure)|

Associated morphology: 
55641003 | Infarct (morphologic abnormality)|
```

{% endcode %}

*These additional pieces of knowledge are variably present and therefore represent uncertain or probabilistic knowledge about myocardial infarction:*

* Crushing substernal chest pain
* Diaphoresis
* Arrhythmia
* ST-segment elevation on EKG
* Elevated cardiac enzymes

Another example:

{% code title="Example Concept" overflow="wrap" %}

```
74400008 | Appendicitis (disorder)|
```

{% endcode %}

Its terminological knowledge includes the following:

{% code title="Concept Properties" %}

```
IS A: 
64572001 | Disease (disorder)|

Finding site: 
66754008 | Appendix structure (body structure)|

Associated morphology: 
23583003 | Inflammation (morphologic abnormality)|
```

{% endcode %}

*These additional pieces of knowledge are variably present and therefore represent uncertain or probabilistic knowledge about appendicitis:*

* Central abdominal pain that migrates to the right lower quadrant
* Rebound tenderness over McBurneys point
* Anorexia
* Nausea
* Elevated white blood count

<a href="https://docs.google.com/forms/d/e/1FAIpQLScTmbZIf0UEQwYDkY27EEWBkaiYkHSbR0_9DmFrMLXoQLyL7Q/viewform?usp=pp_url&#x26;entry.1767247133=SCT+Editorial+Guide&#x26;entry.670899847=Knowledge%20Representation" 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/education/snomed-ct-education-editorial-guide/readme/snomed-ct-introduction/knowledge-representation.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.
