{% extends "layouts/base.html" %} {% block title %}Comment Action Plans - PX360{% endblock %} {% block content %}
Track action plans derived from patient comments
| # | Comment | Freq | Recommendation | Responsible Dept | Timeframe | Status | Evidences |
|---|---|---|---|---|---|---|---|
| {{ plan.problem_number }} | {{ plan.comment_text }} | {{ plan.frequency }} | {{ plan.recommendation }} | {{ plan.responsible_department }} | {{ plan.timeframe }} | {% if plan.status == 'completed' %}Completed {% elif plan.status == 'on_process' %}On Process {% else %}Pending{% endif %} | {{ plan.evidences }} |