> For the complete documentation index, see [llms.txt](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/editing-and-authoring/snomed-ct-editing/removing-components/concept-inactivation.md).

# Concept Inactivation

You can inactivate a concept from the SNOMED CT View, right-click the concept and select ![](https://snowowl.atlassian.net/wiki/download/attachments/611026488/inactive-icon.png?version=1\&modificationDate=1578404656681\&cacheVersion=1\&api=v2) *Inactivate concept* from the context menu.

In case the concept has child concepts, a warning dialog asks you to confirm the action before displaying the inactivation plan.

<figure><img src="/files/cO13Hv9jrBqAekBkU86P" alt=""><figcaption><p>Inactivation warning for concepts with children</p></figcaption></figure>

The inactivation plan shows which components will be affected by the inactivation.

![Concept Inactivation Plan](/files/TbFzVZv1IqL2cbv3l2CU)

You can also specify the reason for inactivation (e.g., erroneous) and a target component (e.g., the concept that the inactivated concept was replaced by).

![Concept Inactivation Reason](/files/fdD6gKoBbu69cYOjXgK0)

If there is no inactivation reason selected and the user proceeds to **`Finish`**, a dialog will warn the user about the fact.

![Inactivation Warning for No Inactivation Reason](/files/igBZebXnGdbnoEa5jQA0)

If you return to the concept in the concept editor, you will see that the *Status* has been changed to `Inactive`, the *Definition status* set to `Primitive` and the *Effective time* set to `Unpublished`. The *Inactivation Indicator* and *Replaced by* values are also displayed.

![Inactive SNOMED CT Concept](/files/PMGtIhQGlku8S2iFIy6I)

{% hint style="info" %}
Inactive concepts are not present in the SNOMED CT View or in the Quick Search. To find an inactive concept you need to use the Advanced Search Dialog and open the Concept Editor from the search results.
{% endhint %}


---

# 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.b2ihealthcare.com/snow-owl-authoring-platform/editing-and-authoring/snomed-ct-editing/removing-components/concept-inactivation.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.
