> 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/content-management/snomed-ct-upgrade.md).

# SNOMED CT Upgrade

Terminology experts usually maintain their own Code Systems. These can be independent or dependent on international or other terminologies, for example on SNOMED CT, and are called extensions. Mostly, extensions contain modules that are assigned to additional concepts which have their terms written in the maintainer’s native language, or terms for specific usages. Snow Owl supports maintaining multiple levels of dependent extensions and allows isolating them from each other. Moreover, multiple extensions on the same level can also exist simultaneously. For example, it is possible to maintain two SNOMED CT extensions that are based on different versions of the same international SNOMED CT version.

As new versions become available for the underlying extended Code System, it is necessary to be able to upgrade the extension Code System to take advantage of the latest changes. As the upgrade process can introduce changes that break the referential integrity of the extension Code System - for example, inactivated/changed concept in the new version of the extended Code System -, it might be necessary to resolve issues during the process. To perform the upgrade process, check out the links below.

{% content-ref url="/pages/-Mb6TwUh1dcf5xJrrhFH" %}
[Perform Upgrade](/snow-owl-authoring-platform/content-management/snomed-ct-upgrade/perform-upgrade.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mb6UOiAhEY3I7-OvWhS" %}
[Complete Upgrade Process](/snow-owl-authoring-platform/content-management/snomed-ct-upgrade/complete-upgrade.md)
{% endcontent-ref %}


---

# 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/content-management/snomed-ct-upgrade.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.
