> For the complete documentation index, see [llms.txt](https://docs.acodia.de/acodia-care/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acodia.de/acodia-care/tutorial-1-pflegen-und-dokumentieren/pflegedokumentation-1.md).

# Pflegedokumentation

### Seitenaufbau

Der Tab Start ist in zwei Teilbereiche aufgeteilt:

* Links findest du einen durchsuchbaren und filterbaren Feed (chronologische Beitragsübersicht) für alle Dokumentationseinträge für den ausgewählten Klienten.
* Rechts findest du Kacheln mit den wichtigsten Informationen zum Klienten (Kontaktdaten, Notizen und Kontakte).

Im Interaktionsbereich gibt es Haupt-Aktionen, mit mehreren Auswahlmöglichkeiten:

* Doku-Check
* Medizinische Informationen ansehen / bearbeiten
* Medikationsplan ansehen / bearbeiten
* Hinzufügen
  * [SIS](/acodia-care/tutorial-1-pflegen-und-dokumentieren/pflegedokumentation-1/sis-erstellen.md)
  * [Bericht](/acodia-care/tutorial-1-pflegen-und-dokumentieren/pflegedokumentation-1/berichte-erstellen.md)
  * [Vitalwerte](/acodia-care/tutorial-1-pflegen-und-dokumentieren/pflegedokumentation-1/vitalwerte-hinzufugen.md)
  * [Medizinische Informationen](/acodia-care/tutorial-1-pflegen-und-dokumentieren/pflegedokumentation-1/medizinische-informationen-bearbeiten.md)
  * [Medikamentegebrauch](/acodia-care/tutorial-1-pflegen-und-dokumentieren/pflegedokumentation-1/medikamentegebrauch-hinzufugen.md)
  * [Medikationsplan](/acodia-care/tutorial-1-pflegen-und-dokumentieren/pflegedokumentation-1/medikationsplan-bearbeiten.md)
  * Sturzerfassung
  * Schmerzerfassung
  * Wunderfassung


---

# 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://docs.acodia.de/acodia-care/tutorial-1-pflegen-und-dokumentieren/pflegedokumentation-1.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.
