> 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/concept-creation/creating-a-child-concept.md).

# Creating a Child Concept

Before starting to model the new meaning, you need to decide where you want to place it in the hierarchy. Once you have established that, you can start creating the new concept directly from the SNOMED CT Concepts View.

![SNOMED CT Context Menu](/files/wvo8PeVX7DOoSS7MGd6y)

Right-click on the desired parent concept and select ![](https://snowowl.atlassian.net/wiki/download/attachments/611026370/add-con-icon-01.png?version=1\&modificationDate=1578403675850\&cacheVersion=1\&api=v2) N*ew child concept..*. The editor for the new concept opens after selecting the modeling method in the creation wizard and hitting **`Finish`**.&#x20;

{% hint style="info" %}
This action creates a child of the selected concept with identical SNOMED CT descriptions. This way, only the differing information has to be entered in the corresponding fields.
{% endhint %}

&#x20;The `Is a` relationship to the parent concept as well as a unique concept ID are generated automatically.&#x20;

![SNOMED CT New Child Concept with Error](/files/y3WQn9iueSmeZE3eqqL4)

Enter a unique Fully Specified Name and Preferred Term for the new concept. Hit ![](https://snowowl.atlassian.net/wiki/download/thumbnails/611026370/worddav3a3f88b3c5aa2fd23db3b9c27f990d19.png?version=1\&modificationDate=1578324741657\&cacheVersion=1\&api=v2\&width=16\&height=16) *Save*, and enter a commit comment.

{% hint style="info" %}
A warning message on the top of the editor informs you if the Fully Specified Name is not unique.
{% endhint %}

After saving, the new concept appears in the SNOMED CT View.&#x20;

{% hint style="info" %}
If you have not classified your newly added concept, it will only be visible in the stated form of the concept tree. You can toggle between the stated and the inferred view with the Authoring mode toggle button in the application toolbar.
{% 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/concept-creation/creating-a-child-concept.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.
