{% extends "base.html" %} {% block title %}HIPAA Security Rule Compliance Report{% endblock %} {% block content %}
Compliance Rate: {{ coverage.pass_pct | round(1) }}%
| Severity | Count | Percentage |
|---|---|---|
| {{ severity }} | {{ count }} | {{ ((count / report.total_findings) * 100) | round(1) if report.total_findings > 0 else 0 }}% |
| Section | Safeguard | Status | Findings |
|---|---|---|---|
| {{ control.id }} | {{ control.name }} | {{ control.status | upper }} | {{ control.finding_count }} |
No administrative safeguard controls were checked in this scan.
{% endif %}| Section | Safeguard | Status | Findings |
|---|---|---|---|
| {{ control.id }} | {{ control.name }} | {{ control.status | upper }} | {{ control.finding_count }} |
No physical safeguard controls were checked in this scan. Note: Physical safeguards are typically not covered by automated scanning tools.
{% endif %}| Section | Safeguard | Status | Findings |
|---|---|---|---|
| {{ control.id }} | {{ control.name }} | {{ control.status | upper }} | {{ control.finding_count }} |
No technical safeguard controls were checked in this scan.
{% endif %} {% if include_evidence and findings %}The following findings relate to HIPAA Security Rule compliance.
{% for finding in findings %}Description: {{ finding.description }}
{% endif %} {% if finding.remediation %}