> 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/education/snomed-ct-education-editorial-guide/readme/authoring/domain-specific-modeling/situation-with-explicit-context.md).

# Situation with Explicit Context

<mark style="color:$danger;">**This Editorial Guide is used for Education Purposes Only. It is used in the Authoring Courses and Certifications. It is based on the January 2026 Editorial Guide.**</mark>

<table><thead><tr><th width="348.9349365234375">Definition</th><th>Examples</th></tr></thead><tbody><tr><td>Concepts that include context information; a subtype of the situation to which it applies, with an attribute associating it with the relevant clinical finding or procedure</td><td><ul><li>183982006 | Herniotomy planned (situation)|</li><li>1269455000 | Caregiver able to administer subcutaneous injection (situation)|</li></ul></td></tr></tbody></table>

## Variable meanings according to context

Depending on context, concepts can be used in many different ways with various meanings.

A *disorder* concept can represent:

* Possible diagnosis or part of a differential diagnosis
* Diagnosis applied to a family member or some other contact person
* Diagnosis explicitly excluded
* Diagnosis, now known to be incorrect, but which was the basis for a particular course of treatment
* Absent feature of a related disorder
* Diagnosis that the patient believes or fears they have

A *procedure* concept can represent:

* Requested, recommended or planned procedure
* Procedure for which consent has been given or withheld
* Procedure that is contraindicated
* Procedure that has been canceled or postponed
* Procedure for which follow up is now being arranged
* Procedure which caused a complication

A *symptom* concept can represent:

* Confirmed absence of a symptom
* Symptom deduced and reported by a third party as a witness of a clinical event
* Inability or failure to obtain information about a symptom
* Symptom which the patient is advised to respond to in a particular manner

A *finding* concept can represent:

* Absence of a finding
* Inability or failure to check for a finding
* Finding which, if present, is to trigger a particular change in clinical management
* Finding which is the goal or target of a treatment

A *product* concept can represent:

* Allergy or other contraindication to a product
* Assertion that a product caused a particular side effect
* Various therapeutic activities of a product
* Instructions given to a patient for use of a non-prescription medication
* Clinical authorization of a prescription
* Issuing of a prescription for a course of treatment
* Supply (dispensing) of a specified quantity of a product
* Administration of a single dose of a product
* Change of a product dosage
* Discontinuation of a product
* Specialist's recommendation to use a particular product, if certain circumstances apply

<a href="https://docs.google.com/forms/d/e/1FAIpQLScTmbZIf0UEQwYDkY27EEWBkaiYkHSbR0_9DmFrMLXoQLyL7Q/viewform?usp=pp_url&#x26;entry.1767247133=SCT+Editorial+Guide&#x26;entry.670899847=Situation%20with%20Explicit%20Context" 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/education/snomed-ct-education-editorial-guide/readme/authoring/domain-specific-modeling/situation-with-explicit-context.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.
