> For the complete documentation index, see [llms.txt](https://devcenter.unico.io/unico-people/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devcenter.unico.io/unico-people/unico-people-v2/referencias/contexto/brasil/documentos/laudo-medico.md).

# Laudo Médico

**ID**

```
313c92f4-f293-4849-bba5-3083960b24cf
```

**Slug**

```
laudo_medico
```

{% hint style="danger" %}
Utilizar apenas o "id" como chave, uma vez que o "slug" é uma descrição e poderá ser alterado livremente.
{% endhint %}

**Campos**

| Nome                                                         | Tipo                | Observações |
| ------------------------------------------------------------ | ------------------- | ----------- |
| <p><strong>deficiencias</strong></p><p><em>required</em></p> | \[ ]string(options) |             |
| **comprovantes**                                             | \[ ]voucher         |             |

**Opções de deficiências**

{% code overflow="wrap" %}

```
"paraplegia", "paraparesia", "monoplegia", "monoparesia", "tetraplegia", "nanismo", "ostomia", "tetraparesia", "triplegia", "triparesia", "hemiplegia", "hemiparesia", "amp_ausencia_membro", "paralisia_cerebral", "deformidade_cong_adqu", "cegueira", "baixa_visao", "soma_camp_vis_igual_ou_inf_60", "monocular", "bilateral", "unilateral", "comunicacao", "cuidado_pesso", "habl_social", "util_rec_comu", "saude_seguran", "hab_academica", "media_lazer", "trabalho", "reabilitado_inss"
```

{% endcode %}

**Comprovantes**

| Nome                                                           | Tipo    |
| -------------------------------------------------------------- | ------- |
| <p><strong>frente</strong></p><p><em>required\*</em></p>       | voucher |
| <p><strong>verso</strong></p><p><em>required\*</em></p>        | voucher |
| <p><strong>fisica</strong></p><p><em>required</em></p>         | voucher |
| <p><strong>visual</strong></p><p><em>required</em></p>         | voucher |
| <p><strong>auditiva</strong></p><p><em>required</em></p>       | voucher |
| <p><strong>mental</strong></p><p><em>required</em></p>         | voucher |
| <p><strong>reabilitado</strong></p><p><em>required</em></p>    | voucher |
| <p><strong>fisicaMTE</strong></p><p><em>required</em></p>      | voucher |
| <p><strong>visualMTE</strong></p><p><em>required</em></p>      | voucher |
| <p><strong>auditivaMTE</strong></p><p><em>required</em></p>    | voucher |
| <p><strong>mentalMTE</strong></p><p><em>required</em></p>      | voucher |
| <p><strong>reabilitadoMTE</strong></p><p><em>required</em></p> | voucher |

{% hint style="info" %}
Os comprovantes `frente` e `verso` serão solicitados apenas para os dependentes do candidato. Todos os demais comprovantes serão solicitados caso o candidato os tenha selecionado no campo `deficiencias` .
{% endhint %}


---

# 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://devcenter.unico.io/unico-people/unico-people-v2/referencias/contexto/brasil/documentos/laudo-medico.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.
