# Flujos de trabajo del servicio de terminología

Esta colección de flujos de trabajo se está diseñando para respaldar las interacciones del servicio de terminología dentro o fuera del HIE.\
Los flujos de trabajo están diseñados para admitir los siguientes tipos de intercambios de datos con sistemas que tienen acceso al HIE.

1\.   Un sistema puede consultar sistemas de códigos, conjuntos de valores y mapas conceptuales que están presentes en el servicio de terminología de HIE.

2\.   Un sistema puede verificar (validar) que existe un código en un sistema de códigos o conjunto de valores.

3\.   Un sistema puede buscar (recuperar los detalles de) un código en un sistema de códigos.

4\.   Un sistema puede consultar los miembros de un conjunto de valores.

5\.   Un sistema puede consultar la traducción de un código en un sistema de códigos de uno a otro (un "mapeo")<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/5.0-es/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.
