> 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/reference-sets/reference-set-types/map-type-reference-sets/extended-map-type-reference-sets.md).

# Extended Map type Reference Sets

Extended Map type Reference Sets are very similar to Complex Map type Reference Sets, but also allow specifying map categories for an associated Reference Set member.

To create an Extended Map type Reference Set, right-click on the corresponding Reference Set type in the Reference Set View and select ![](/files/yon2rptrh65eC7XY78k0)*New extended map type reference set...* from the Context Menu.

{% hint style="success" %}
Only SNOMED CT Concept to ICD-10 Class mappings are possible.
{% endhint %}

Members can be added the usual way. Correlation and Map category fields are mandatory to fill.

Mandatory properties to be specified in the New Member Wizard:

| Property                 | Description                                                                                                       |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------- |
| **Referenced component** | The SNOMED CT component that is mapped to the other terminology or Code System                                    |
| **Map target**           | The target code in the target terminology, classification, or Code System                                         |
| **Map group**            | A value grouping a set of Complex Map records from which one may be selected as a target code                     |
| **Map priority**         | The order in which Complex Map records should be checked within a Map Group                                       |
| **Correlation**          | The correlation between the SNOMED CT component and the target code                                               |
| **Map category**         | The SNOMED CT component in the metadata hierarchy which represents the Map Category for the associated map member |
| **Module**               | The SNOMED CT module that contains this Reference Set member (primary module by default)                          |

Other properties:

| Property       | Description                                                                                                                                                     |
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Map rule**   | A machine-readable rule, (evaluating to either `true` or `false` at run-time) that indicates whether this map record should be selected within its Map Group    |
| **Map advice** | Human-readable advice, that may be used to give an end-user advice on selection of the appropriate target code from the alternatives presented within the group |

In case of ICD-10, the individual category values are subtypes of `447634004|ICD-10 Map category value|`.&#x20;

{% hint style="info" %}
For further information about Extended Map type Reference Set, refer to the SNOMED International Technical Implementation Guide's Complex and Extended map Reference Sets.
{% endhint %}

Some of the properties can be modified afterward from the Extended Map type Reference Set Editor. In-cell editing is allowed in the specified member fields such as *groupNumber, mapPriority, mapAdvice, mapRule, correlation, mapCategory* columns when authoring Extended Map type Reference Sets.


---

# 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/reference-sets/reference-set-types/map-type-reference-sets/extended-map-type-reference-sets.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.
