> For the complete documentation index, see [llms.txt](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/reference-sets/reference-set-types/metadata-type-reference-sets/mrcm-domain-reference-sets.md).

# MRCM Domain Reference Sets

MRCM Domain Reference Set enumerates the concept domains to which SNOMED CT attributes may be applied, and provides additional information to support these concept domains.

For each domain in the SNOMED CT concept model, the MRCM Domain Reference Set will contain exactly one member. This Reference Set member will include:

* an Expression Constraint that defines the concepts in the domain,&#x20;
* the identifier of the immediate parent domain (or domains),&#x20;
* the domain constraint defined in terms of its proximal primitive concepts and associated mandatory refinements,&#x20;
* a generic Domain Expression Template for both precoordinated and postcoordinated content,
* &#x20;and a reference to the associated guidance that provides additional human-readable text describing this domain.

MRCM Domain type Reference Set member properties:

| Property                                                 | Description                                                                                                                                                                                            |
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Referenced component**                                 | A reference to the SNOMED CT concept that identifies the relevant concept domain                                                                                                                       |
| **Domain constraint**                                    | An expression constraint, that defines the set of concepts included in the given concept domain                                                                                                        |
| **Parent domain constraint**                             | An expression constraint, which represents the set of immediate parent domains                                                                                                                         |
| **Proximal primitive constraint**                        | Domain constraint defined in terms of its proximal primitive concepts                                                                                                                                  |
| **Proximal primitive refinement**                        | Domain constraint defined in terms of its associated mandatory refinements                                                                                                                             |
| **Domain template for precoordination/postcoordination** | A generic Domain Expression Template for precoordinated postcoordinated content. This template incorporates all of the mandatory attribute domain and range rules for precoordinated SNOMED CT content |
| **Editorial guide reference**                            | A reference to the associated guidance that provides additional human-readable text describing this domain (*Optional*)                                                                                |


---

# 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.b2ihealthcare.com/snow-owl-authoring-platform/reference-sets/reference-set-types/metadata-type-reference-sets/mrcm-domain-reference-sets.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.
