> For the complete documentation index, see [llms.txt](https://docs.immustat.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.immustat.eu/principles.md).

# Отчитане - принципи

Отчитането (подаване на данни) се извършва при следните принципи:

#### Качване на файл&#x20;

Подаване на файл с данни. За информация как се подава файла вижте в страницата [Подаване на отчет](/reports.md).

#### Обработка на данните

Подадените данни се проверяват за технически грешни данни (букви и символи в поле позволено само за числа) и евентуални дублажи на пациенти. За дублиране на данни се приема, ако един и същи пациент е подаден два или повече пъти с едно и също изследване за определена дата, от едно лечебно заведение.

#### Подаване на отчета без грешки

При успешно обработен отчет без грешки, лечебното заведение има възможност да прави промени в следващте 72 часа. Промени по подаденият отчет се правят, като се изтрие желания отчет и се подаде на ново.

#### Подаване на отчет с грешки

При завършване на подаването с грешки, лечебното заведение има само 72 часа да изтрие подаденият от него отчет и да качи нов такъв, който е без грешки.

![](/files/-MeunOhGq6DUr1OWS8A0)


---

# 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.immustat.eu/principles.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.
