> For the complete documentation index, see [llms.txt](https://manuais.farmaciadigital.saude.mg.gov.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuais.farmaciadigital.saude.mg.gov.br/integracoes/mgapp.md).

# MGAPP

| Caso (s) de uso a que se aplica | CDU11.01 Consultar Processos CEAF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Descrição                       | <p>O MG App deve listar os processos do Usuário que possuem status igual a:</p><ul><li>Em certificação</li><li>Em análise</li><li>Deferido</li><li>Deferido parcialmente</li><li>Indeferido</li><li>Deferido e enviado</li><li>Deferido parcialmente e enviado</li><li>Indeferido e enviado</li><li>Devolvido</li></ul><p>O MG App NÃO deve buscar processos com status igual a “<em>Pendente</em>”, “<em>Cancelado</em>”, “<em>Inativo</em>” e “<em>Processo Arquivado</em>”.Caso sejam encontrados dois ou mais cadastros com o mesmo CPF/CNS e data de nascimento, todos os processos encontrados devem ser exibidos, respeitando o critério acima.Caso apresente mais de um processo, presenta-los sempre do mais recente até o mais antigo considerando a data do cadastro do processo na unidade (Data abertura), possibilitando o Usuário encontrar os processos mais antigos utilizando a barra de rolagem.</p> |


---

# 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:

```
GET https://manuais.farmaciadigital.saude.mg.gov.br/integracoes/mgapp.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.
