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

# Simple Map type Reference Sets

The Simple Map type Reference Set should be used for one-to-one mappings between SNOMED CT and alternative coding schemes. Although one-to-many mappings are allowed as well. It is possible to map to an external code system, using any of the imported terminologies or code systems as map sources.

To create a new Simple Map type Reference Set, right-click on the Simple map grouping concept in the Reference Set View and select ![](/files/1Ii2ukeEdrDQBiSdZ9rO) *New simple map reference set...* and specify:

| Field                           | Description                                      |
| ------------------------------- | ------------------------------------------------ |
| **Refernce set preferred term** | A description for the new Map type Reference Set |
| **Referenced component type**   | A SNOMED CT Concept or SNOMED CT Description     |
| **Map target type**             | The Code System of the target                    |

### **Adding members**

* Click the ![](/files/-MWOT54Ew0CRnyMT9nj9) *Add new reference set member button* in the Reference Set Editor
* Drag and drop concepts from the SNOMED CT Navigator
* Use the SNOMED CT Navigator Context Menu options
  * ![](/files/-MWOT54Ew0CRnyMT9nj9) *Add concept(s) to the active reference set > Concept only*r
  * ![](/files/-MWOT54Ew0CRnyMT9nj9) *Add concept(s) to the active reference set > Concept descendants only*
  * ![](/files/-MWOT54Ew0CRnyMT9nj9) *Add concept(s) to the active reference set > Concept and descendants*&#x20;
* Use the Search View Context Menu options
  * ![](/files/-MWOT54Ew0CRnyMT9nj9) *Add concept to the active reference set*
  * ![](/files/-MWOT54Ew0CRnyMT9nj9) *Add all results to active reference set*

{% hint style="info" %}
These options are only enabled when a Reference Set Editor is open and activated.
{% endhint %}

In case of Map type Reference Sets, the New Member Wizard pops up requiring to specify a map target and other properties.

Mandatory properties to be specified in the New Simple Map 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                |
| **Module**               | The SNOMED CT module that contains this Reference Set member (primary module by default) |

{% hint style="info" %}
When adding multiple members at the same time, all will receive the same map target value specified in the Add New Member Wizard.
{% endhint %}

### Simple Map type with Description Reference Set <a href="#maptypereferencesets-simplemaptypewithdescription" id="maptypereferencesets-simplemaptypewithdescription"></a>

This Reference Set type is a Simple Map type Reference Set, where the Map target description is also displayed.

To create a new Reference Set, right-click on the Simple map grouping concept in the Reference Set View and select ![](/files/VXp6tbubSIjXivZgDiR4)*New simple map with description reference set...*

Members can be added the same way as to a Simple type Reference Set.


---

# 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/simple-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.
