# Create a New Map

{% embed url="<https://youtu.be/FoszALlFgP8?si=gpTyv8BITYJNkMSD>" fullWidth="true" %}

## Create Map

After logging in, you can create a new map by clicking the "Create map" button.

<div data-full-width="true"><figure><img src="/files/rmpkv1RDGiarCroaXfpd" alt=""><figcaption><p>This will open a dialogue to allow you to define and upload the metadata for the map (e.g. title, version, source, target, etc)</p></figcaption></figure></div>

## Select Author Mode

First, you need to state the author mode for your project. This can't easily be changed once the map is created.

When creating a new map, choose the author mode that best fits your workflow:

* **Single Author Mode** : In this mode, one person is responsible for mapping, and a separate reviewer will review and validate the mapping.
* **Dual Author Mode** : Two mappers work independently (blindly) on the mapping process. If they select different targets, a reconciler will review and resolve any discrepancies.

<div data-full-width="true"><figure><img src="/files/MHVLYNv91yLm83uO6A1I" alt=""><figcaption></figcaption></figure></div>

## Specify Map Metadata

Next, you need to define the key metadata for your map:

* **Title** : Provide a descriptive name for the map (e.g., *Example Map*).
* **Version** : Assign a version number to track changes (e.g., *0.1*).
* **Description** : Briefly explain the purpose of the map (e.g., *An example map from common diseases to SNOMED CT*).
* **Source Code-Set** : Upload the source code set to Snap2SNOMED and select the relevant dataset (e.g., *Common diseases: 1*).
* **Target SNOMED CT Version** : Choose the SNOMED CT version you are mapping to (e.g., *International Edition, 20210731*).
* **Scope of Map Target** : Define the scope of the SNOMED CT target concepts:
  * Select from a predefined set (e.g., *Clinical Finding hierarchy*).
  * Use a custom Expression Constraint Language (ECL) query for a more specific scope (e.g., *< < 404684003*).

<div data-full-width="true"><figure><img src="/files/1blMZGtOrtc12vdPCcGX" alt=""><figcaption><p>Once you have filled in all mandatory (*) fields, click the "Save" button to create your new map.</p></figcaption></figure></div>

## Select Individuals and Specify Roles

In this step, assign roles to team members based on their responsibilities in the project:

* **Owner** : Has full control over the project, including managing roles, creating new versions, and handling project settings.
* **Member** : Can author mappings, review and reconcile differences, and create tasks.
* **Viewer** : Has read-only access and can view the project but cannot make changes.

**How to Assign Roles:**

1. Search for an individual in the list.
2. Select their role from the dropdown menu.

Proper role assignment ensures clear responsibilities and effective collaboration within the projec

<div data-full-width="true"><figure><img src="/files/mYRChejq5EX7o1HtRdbE" alt=""><figcaption></figcaption></figure></div>

## Save Map

Once you have filled in all mandatory (\*) fields, click the "Save" button to create your new map.

<a href="https://docs.google.com/forms/d/e/1FAIpQLScTmbZIf0UEQwYDkY27EEWBkaiYkHSbR0_9DmFrMLXoQLyL7Q/viewform?usp=pp_url&#x26;entry.1767247133=snap2snomed+User+Guide&#x26;entry.670899847=Create%20a%20New%20Map" class="button primary">Provide Feedback</a>


---

# Agent Instructions: 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:

```
GET https://docs.snomed.org/snomed-ct-user-guides/snap2snomed-user-guide/how-to-.../2.2-create-a-new-map.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
