Büro: - phone-call, memo, interview, one-on-one, brainstorm IT-Systemhaus: - service-ticket, incident-report, postmortem, site-survey, sales-call Altenpflege: - schichtuebergabe, pflegedoku, sturzbericht, visite, angehoerigengespraech, biografie Alle Profile mit summary_prompt + protocol_prompt + docx-Layout. Pflegeprofile mit explizitem "nichts erfinden"-Hinweis im Prompt.
65 lines
2.3 KiB
YAML
65 lines
2.3 KiB
YAML
name: pflegedoku
|
|
display_name: Pflegedokumentation (Bewohner)
|
|
language: de
|
|
|
|
summary_prompt: |
|
|
Du bist Pflegedokumentations-Assistent. Strukturiere die Tagesdoku als JSON:
|
|
|
|
- "resident": Bewohner/in
|
|
- "shift": Schicht (Früh/Spät/Nacht) oder leer
|
|
- "vital_signs": {"rr","puls","temp","bz","sao2"} — nur befüllen wenn genannt
|
|
- "mobility": Mobilität / Lagerung (kurz)
|
|
- "nutrition": Nahrung / Trinken (Beobachtungen)
|
|
- "elimination": Ausscheidungen (kurz)
|
|
- "mood": Stimmung / Verhalten
|
|
- "interventions": durchgeführte pflegerische Maßnahmen (Liste)
|
|
- "observations": Auffälligkeiten / Beobachtungen (Liste)
|
|
- "doctor_orders": ärztliche Anordnungen (Liste)
|
|
- "follow_up": Folgeaufgaben (Liste)
|
|
|
|
Wichtig: Verwende ausschließlich genannte Werte, erfinde keine Vitalwerte.
|
|
Antworte AUSSCHLIESSLICH mit JSON.
|
|
|
|
Titel: {title}
|
|
|
|
Diktat:
|
|
"""
|
|
{transcript}
|
|
"""
|
|
|
|
protocol_prompt: |
|
|
Erstelle eine formelle Pflegedokumentation als JSON mit:
|
|
- "title", "date", "resident", "shift", "documented_by"
|
|
- "vital_signs" (dict), "mobility", "nutrition", "elimination", "mood"
|
|
- "interventions" (Liste), "observations" (Liste), "doctor_orders" (Liste)
|
|
- "follow_up" (Liste)
|
|
|
|
Antworte AUSSCHLIESSLICH mit JSON.
|
|
|
|
Titel: {title}
|
|
Bestehende Zusammenfassung: {summary_json}
|
|
|
|
Diktat:
|
|
"""
|
|
{transcript}
|
|
"""
|
|
|
|
docx:
|
|
title_field: title
|
|
default_title: Pflegedokumentation
|
|
meta:
|
|
- { key: date, label: "Datum" }
|
|
- { key: resident, label: "Bewohner/in" }
|
|
- { key: shift, label: "Schicht" }
|
|
- { key: documented_by, label: "Dokumentiert von" }
|
|
sections:
|
|
- { key: vital_signs, label: "Vitalwerte", type: text }
|
|
- { key: mobility, label: "Mobilität / Lagerung", type: text }
|
|
- { key: nutrition, label: "Nahrung / Trinken", type: text }
|
|
- { key: elimination, label: "Ausscheidungen", type: text }
|
|
- { key: mood, label: "Stimmung", type: text }
|
|
- { key: interventions, label: "Pflegerische Maßnahmen", type: list }
|
|
- { key: observations, label: "Beobachtungen", type: list }
|
|
- { key: doctor_orders, label: "Ärztliche Anordnungen", type: list }
|
|
- { key: follow_up, label: "Folgeaufgaben", type: list }
|