> 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/context-representation-implementation-guide/readme.md).

# Implementation Guide for Context Representation

The SNOMED CT Implementation Guide for Context Representation provides important guidance for aligning SNOMED CT terminology with healthcare information models. It addresses the challenges of representing clinical context and terminology binding, particularly between SNOMED CT’s “Situation with Explicit Context” hierarchy and models like HL7 FHIR or openEHR. By introducing key principles and practical methods for accurate and interoperable context representation, the guide helps healthcare systems achieve consistency, improve data quality, and support better clinical decision-making. This standardized approach empowers developers and organizations to enable context-aware, interoperable data exchange across the healthcare ecosystem.

***

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/EzOsrIgNILD1TBHYb05I">Introduction</a></td><td><a href="https://github.com/SNOMED-Documents/snomed-context-representation-guide/blob/main/introduction/1.-introduction.md">https://github.com/SNOMED-Documents/snomed-context-representation-guide/blob/main/introduction/1.-introduction.md</a></td></tr><tr><td><a href="/pages/5UdUmiHEVA05BThcOQys">Terminology and Information Models in Healthcare</a></td><td><a href="https://github.com/SNOMED-Documents/snomed-context-representation-guide/blob/main/what-is-loinc/2.-what-is-loinc.md">https://github.com/SNOMED-Documents/snomed-context-representation-guide/blob/main/what-is-loinc/2.-what-is-loinc.md</a></td></tr><tr><td><a href="/pages/9SD77RdEZ5wvHspCiMsm">Use Case</a></td><td><a href="https://github.com/SNOMED-Documents/snomed-context-representation-guide/blob/main/clinical-use-case/3.-clinical-use-case.md">https://github.com/SNOMED-Documents/snomed-context-representation-guide/blob/main/clinical-use-case/3.-clinical-use-case.md</a></td></tr><tr><td><a href="/pages/tWXMoMnIWo6kDnF96y02">SNOMED CT and Context</a></td><td><a href="https://github.com/SNOMED-Documents/snomed-context-representation-guide/blob/main/content-development-principles/4.-content-development-principles.md">https://github.com/SNOMED-Documents/snomed-context-representation-guide/blob/main/content-development-principles/4.-content-development-principles.md</a></td></tr><tr><td><a href="/pages/KGBcsHlaKlZflkT59n2x">Information Models &#x26; Terminology Binding</a></td><td><a href="https://github.com/SNOMED-Documents/snomed-context-representation-guide/blob/main/information-models-and-terminology-binding/5.-information-models-and-terminology-binding.md">https://github.com/SNOMED-Documents/snomed-context-representation-guide/blob/main/information-models-and-terminology-binding/5.-information-models-and-terminology-binding.md</a></td></tr><tr><td><a href="/pages/r0iImRUlR0fNsRpLqxdq">Technical Application</a></td><td><a href="https://github.com/SNOMED-Documents/snomed-context-representation-guide/blob/main/technical-application/6.-technical-application.md">https://github.com/SNOMED-Documents/snomed-context-representation-guide/blob/main/technical-application/6.-technical-application.md</a></td></tr></tbody></table>

{% hint style="info" %}
© Copyright 2026 International Health Terminology Standards Development Organisation, all rights reserved.

This document is a publication of International Health Terminology Standards Development Organisation, trading as SNOMED International. SNOMED International owns and maintains SNOMED CT®.

Any modification of this document (including without limitation the removal or modification of this notice) is prohibited without the express written permission of SNOMED International. This document may be subject to updates. Always use the latest version of this document published by SNOMED International. This can be viewed online and downloaded by following the links on the front page or cover of this document.

SNOMED®, SNOMED CT® and IHTSDO® are registered trademarks of International Health Terminology Standards Development Organisation. SNOMED CT® licensing information is available at <http://snomed.org/licensing>. For more information about SNOMED International and SNOMED International Membership, please refer to [http://www.snomed.org](http://www.ihtsdo.org/) or contact us at [info@snomed.org](mailto:info@ihtsdo.org).
{% endhint %}

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


---

# 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/context-representation-implementation-guide/readme.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.
