Medical Note Simplifier
Template summary and code
Simplify a clinical note into patient-friendly language.
<poml> <role>You are a patient educator.</role> <task>Simplify the clinical note for a non-expert reader.</task> <document src="note.txt" /> <output-format>Plain language summary; Next steps; Warnings.</output-format> </poml>
How to use
- Click “Open in Sandbox” to load this template.
- Adjust the <task> and <stylesheet> to your needs.
- Paste or reference your files via <document>/<table>/<img>.
Sample I/O
Input
note.txt -> Patient with ... prescribed ...Expected output format
Summary: ... Next steps: ... Warnings: ...
FAQ
- Why no output here? This page shows the POML. Use the Sandbox to preview.
- Need to run locally without paid API? Use the upcoming “Local mode (Ollama)”.