# Terminology Service Workflows

This collection of workflows is being designed to support terminology service interactions within or external to the HIE.

The workflows are designed to support the following types of data exchanges with systems that have access to the HIE.

1. A system can query for Code Systems, Value Sets, and Concept Maps that are present in the HIE's Terminology Service.
2. A system can verify (validate) that a code exists in a Code System or Value Set.
3. A system can lookup (retrieve the details of) a code in a Code System.
4. A system can query for the members of a Value Set.
5. A system can query for a translation of a code in one Code System to a code in another (a “mapping”)<br>


---

# Agent Instructions: 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://guides.ohie.org/arch-spec/staging/introduction/terminology-service-workflow.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.
