> 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/map-type-reference-sets/complex-map-extended-with-map-block-type-reference-set.md).

# Complex Map Extended with Map Block type Reference Sets

This Reference Set type is an Extended Map type Reference Set, where the Map category contains a string value.

Mandatory properties to be specified in the New Member Wizard:

| Property                 | Description                                                                                                       |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------- |
| **Referenced component** | The SNOMED CT component that is mapped to the other terminology or Code System                                    |
| **Map target**           | The target code in the target terminology, classification, or Code System                                         |
| **Map group**            | A value grouping a set of Complex Map records from which one may be selected as a target code                     |
| **Map priority**         | The order in which Complex Map records should be checked within a Map Group                                       |
| **Correlation**          | The correlation between the SNOMED CT component and the target code                                               |
| **Map category**         | The SNOMED CT component in the metadata hierarchy which represents the Map Category for the associated map member |
| **Module**               | The SNOMED CT module that contains this Reference Set member (primary module by default)                          |

Other properties:

| Property       | Description                                                                                                                                                     |
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Map rule**   | A machine-readable rule, (evaluating to either `true` or `false` at run-time) that indicates whether this map record should be selected within its Map Group    |
| **Map advice** | Human-readable advice, that may be used to give an end-user advice on selection of the appropriate target code from the alternatives presented within the group |


---

# 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/map-type-reference-sets/complex-map-extended-with-map-block-type-reference-set.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.
