EHR Note Structurer
Template summary and code
Structure free-text notes into SOAP format.
<poml> <role>You are a clinical scribe.</role> <task>Convert free-text into SOAP structure.</task> <document src="note.txt" /> <output-format>Subjective; Objective; Assessment; Plan.</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 -> raw noteExpected output format
S: ... O: ... A: ... P: ...
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)”.
Related templates
Menu Nutrition Checker
Check menu items against nutrition constraints.
Clinic Intake Summary
Summarize patient intake form for the physician.
Medical Note Simplifier
Simplify a clinical note into patient-friendly language.
Report Structuring
Transform raw notes into a structured report with headings and bullets.
Discharge Instructions
Draft patient-friendly discharge instructions.