> 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-concept-editor/overview-page/snomed-ct-properties-section.md).

# SNOMED CT Properties Section

The SNOMED CT Properties section displays metadata about the concept. The fields in this section are always the same: *Concept ID, Module, Effective time, Status, Definition status*, and *Subclass definition*.

Released components (concepts, descriptions, relationships) are identifiable by their effective time.

{% hint style="info" %}
It refers to the point of time when a new version of the component became effective, which is usually the date of publication. If the effective time is in the past, then that particular component has already been released.
{% endhint %}

![SNOMED CT Properties Section](/files/h14DxDDzBiFA3EaI96xb)

In case of inactive concepts, this section also displays additional information, such as *Inactivation indicator*, or *Possibly equivalent to* values when available. For example, concepts inactivated due to ambiguity often list alternate choices that may be equivalent, as in the example for `Allergic asthma with stated cause` shown below.

![Concep Editor for Inactive SNOMED CT Concept](/files/fdUqFOkXN762qeV5fNMM)

#### **Available actions in the SNOMED CT Properties Section** <a href="#snomedcteditor-actionsavailableindescriptionssection" id="snomedcteditor-actionsavailableindescriptionssection"></a>

Clicking the blue triangle next to a SNOMED CT property displays a list of actions that can be performed on the property. The available actions vary depending on the property.

The actions for *Status* allow adding pending move to a concept.

The *Definition status* can be set to ![](https://snowowl.atlassian.net/wiki/download/thumbnails/611026132/worddavddeeb4f38f14b2263a97d39c5dd6abe8.png?version=1\&modificationDate=1578324721653\&cacheVersion=1\&api=v2\&width=16\&height=16) `primitive` or ![](https://snowowl.atlassian.net/wiki/download/thumbnails/611026132/worddav8a0153470c6e7dad69c5f7c039acf925.png?version=1\&modificationDate=1578324722606\&cacheVersion=1\&api=v2\&width=16\&height=16) `defined`.

The S*ubclass definitions* property is an advanced description logic feature that declares that all subclasses of the current concept are mutually disjoint. Unless you are working with SNOMED International's proposed SNOMED CT Pharmacy Model or doing research on extending the expressivity currently used by SNOMED CT, you do not need to modify this setting.


---

# 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-concept-editor/overview-page/snomed-ct-properties-section.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.
