> For the complete documentation index, see [llms.txt](https://docs.snomed.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snomed.org/implementation-guides/implementation-guides.md).

# Implementation Guides

Discover our range of SNOMED CT Implementation Guides, designed to offer practical strategies for deploying SNOMED CT in various scenarios. Each guide provides detailed instructions, examples, and best practices to ensure a successful and efficient implementation

## Available Implementation Guides

{% tabs %}
{% tab title="General Implementation Advice" %}
{% content-ref url="/spaces/oTI6NZy7x0aaiM5aXOsc" %}
[Implementation Fact Sheets](https://docs.snomed.org/implementation-guides/implementation-fact-sheets/)
{% endcontent-ref %}

{% content-ref url="/spaces/NsUpoYYIwAXcVvsqbyLS" %}
[Context Representation Implementation Guide](https://docs.snomed.org/implementation-guides/context-representation-implementation-guide/)
{% endcontent-ref %}

{% endtab %}

{% tab title="Clinical Implementation Guides" %}
{% content-ref url="/spaces/EUp9nJwjJLZYACbE3UwO" %}
[Allergy Implementation Guide](https://docs.snomed.org/implementation-guides/allergy-implementation-guide/)
{% endcontent-ref %}

{% content-ref url="/spaces/iVNO851qfehALjJyjfuh" %}
[Cancer Synoptic Reporting Implementation Guide](https://docs.snomed.org/implementation-guides/cancer-synoptic-reporting-implementation-guide/)
{% endcontent-ref %}

{% content-ref url="/spaces/I4wWbsWWSniTcRzkLBwE" %}
[NCPT Implementation Guide](https://docs.snomed.org/implementation-guides/ncpt-implementation-guide/)
{% endcontent-ref %}

{% content-ref url="/spaces/KjTEXok2qo0NibxpfDHl" %}
[SNOMED CT Guide for COVID-19](https://docs.snomed.org/implementation-guides/snomed-ct-guide-for-covid-19/)
{% endcontent-ref %}

{% endtab %}

{% tab title="Other Code Systems" %}
{% content-ref url="/spaces/vdInPDnQhewgUCH6BOCp" %}
[LOINC Implementation Guide](https://docs.snomed.org/implementation-guides/loinc-implementation-guide/)
{% endcontent-ref %}

{% content-ref url="/spaces/UBtt8xnBO4xFyq2mN9lM" %}
[EDQM to SNOMED CT Dose Form Map Guide](https://docs.snomed.org/implementation-guides/edqm-to-snomed-ct-dose-form-map-guide/)
{% endcontent-ref %}

{% content-ref url="/spaces/839ZLPSqBl8VA0IuWNe3" %}
[GPS Implementation Guide](https://docs.snomed.org/implementation-guides/gps-implementation-guide/)
{% endcontent-ref %}

{% content-ref url="/spaces/VnsfKeI5MuCXZbpiAQnu" %}
[SNOMED IPS Terminology Implementation Guide](https://docs.snomed.org/implementation-guides/snomed-ips-terminology-implementation-guide/)
{% endcontent-ref %}
{% endtab %}
{% endtabs %}


---

# 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.snomed.org/implementation-guides/implementation-guides.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.
