> 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/gps-implementation-guide/introduction.md).

# Introduction

## Background

SNOMED CT is a comprehensive clinical terminology maintained by SNOMED International and used globally to support interoperable clinical data. Access to the full SNOMED CT terminology, including its hierarchies and logical definitions, requires membership or an Affiliate License.

To support global interoperability across licensing boundaries, SNOMED International provides the Global Patient Set (GPS).

The GPS makes all SNOMED CT concepts accessible worldwide, including in non-Member countries, without compromising the SNOMED CT licensing model.

## Objective

The objective of this guide is to:

* Describe the scope and purpose of the Global Patient Set
* Clarify permitted and non-permitted uses of SNOMED CT content when using the GPS
* Provide implementation guidance for receiving, storing, validating, and exchanging SNOMED CT identifiers
* Support consistent international implementation of the GPS

## Scope

This guide applies to:

* Use of the GPS as a standalone, permissively licensed artifact
* Systems that exchange SNOMED CT identifiers without access to the full SNOMED CT release
* Interoperability scenarios involving Member and non-Member countries

{% hint style="warning" %}
This guide does not provide guidance on clinical modeling or terminology authoring.
{% endhint %}

## Audience

This guide is intended for:

* National and regional health authorities
* International health programmes and organisations
* Health information system implementers and vendors
* Terminology, standards, and interoperability specialists

## Guide Overview

This guide is organised as follows:

* [Use Cases](/implementation-guides/gps-implementation-guide/use-cases.md) describes key interoperability use cases
* [Global Patient Set Content](/implementation-guides/gps-implementation-guide/global-patient-set-content.md) defines the content and structure of the GPS
* [Information Models and Terminology Binding](/implementation-guides/gps-implementation-guide/information-models-and-terminology-binding.md) provides information model and terminology binding guidance
* [Technical Application](/implementation-guides/gps-implementation-guide/technical-application.md) describes technical implementation considerations

## Review

This guide is subject to ongoing review. Feedback from the international community is encouraged to support continuous improvement.


---

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

```
GET https://docs.snomed.org/implementation-guides/gps-implementation-guide/introduction.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.
