# Defining use case and purpose

The method of creating a map, the rules and processes associated are tightly bound to the map's purpose, use case and requirements.

It is important that the map's use case and purpose are well defined prior to beginning map development and documented clearly for reference during development and for implementations. The map's use case and purpose have flow on effects through the maps lifecycle.

When thinking about this, consider:

* What is the main purpose of this map?
* Who is the intended audience?
* What is the scope of content (source and target)?
* Who is responsible for developing and maintaining the map?
* How will the map be implemented?

## Use case and purpose

* A map must have a defined and specific purpose
* Provides context to the map
* Influences decisions/rules made when mapping and how to map when there is discrepancies between the source and target code systems

{% hint style="success" %}
Example: the purpose of this map is to allow for Emergency Department SNOMED CT principal diagnosis codes to be mapped to the national Emergency Department National Minimum Data Set for funding.
{% endhint %}

{% hint style="danger" %}
Beware when reusing maps or repurposing mapped data, as even though the source and target code systems may appear the same and the healthcare setting may be the same, the purpose (and hence the rules used to build the map) may differ and can give unexpected and/or unwanted results!

Examples include:

* coding for a clinical purpose vs a financial/funding purpose
* two different funding maps
  {% endhint %}

## Example use cases, purposes, and considerations

<details>

<summary>Interoperability</summary>

Retrospective maps for backwards compatibility when migrating a legacy code system to a national standard code system:

* for historical data
* to define code systems for use based on existing legacy code systems

{% hint style="warning" %}
**Considerations**

What data do you need to map?

* Only codes/terms that exist within the historical data collection

Maintenance

* Is this a single use/snapshot map?
  {% endhint %}

Prospective maps for continuing use to transform codes from a local code system to a national standard code system.

{% hint style="warning" %}
**Considerations**

What data do you need to map?

* All valid codes from the source code system as you cannot predict what is required by users

Maintenance

* Continuing use means continuous maintenance is required
* Consider how dynamic these code systems are to understand maintenance burden/costs
* Is there an option to migrate in the longer term to phase out maintenance burden?
* Who needs to carry the maintenance burden? The implementer of the local code system or a national body?
  {% endhint %}

</details>

<details>

<summary>Integration</summary>

Maps to allow the comparison of different code sets by converting codes to a single code set: collection of data sets from different implementations of the same system which has different terminologies

{% hint style="warning" %}
**Considerations**

Which code system is your target code system?

What will get the best results?

Are the code systems compatible?

* how different (content, structure, semantics) are the code systems and can you get a sensible map?
* what rules and conventions need to be applied to get a best match?
  {% endhint %}

</details>

<details>

<summary>Categorising or reporting</summary>

Maps for assigning codes to higher-level groups for

* reporting - KPIs, priority health areas
* funding – billing, access, service planning
* cohort identification, research, analytics – epidemiology, surveillance
* safety/efficacy audits
* workflow or CDS – linking a patient journey

{% hint style="warning" %}
**Considerations**

Rules of the map

* Mutual exclusivity (can 1 source code map to more than 1 target code?)
* Does every source code require at least 1 map?

Maintenance

* Consider how dynamic these code systems are to understand maintenance burden/costs
  {% endhint %}

</details>

<a href="https://docs.google.com/forms/d/e/1FAIpQLScTmbZIf0UEQwYDkY27EEWBkaiYkHSbR0_9DmFrMLXoQLyL7Q/viewform?usp=pp_url&#x26;entry.1767247133=Mapping+Guide&#x26;entry.670899847=Defining%20use%20case%20and%20purpose" 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-practical-guides/snomed-ct-mapping-guide/developing-use-case-and-requirements/5.2-defining-use-case-and-purpose.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.
