The IT Compliance page (Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/it/security/compliance) is a dashboard for tracking IT regulatory and framework compliance. It shows compliance rates for HIPAA IT, SOC 2, ISO 27001, and Other frameworks, with detailed breakdowns and upcoming assessment scheduling.
Overview
The page usesuseComplianceByFramework to compute per-framework stats (total, compliant, non-compliant, in-progress, not-assessed counts and compliance rate) and useUpcomingAssessments(30) for the next 30-day assessment schedule. Framework overview cards show compliance percentages with progress bars. A detailed tab view breaks down each framework; a table lists upcoming assessments with days-until-due highlighting (red if ≤ 7 days). Links navigate to /it/security/compliance/requirements for the full requirement list.
Who it’s for
No explicit secondary permission gate beyond the outerITViewGuard (it.view).
Before you start
- Compliance requirements must be entered and assessed before meaningful data appears on this dashboard.
Steps
Review framework summary cards
Four cards show the compliance percentage and compliant/total counts for HIPAA IT, SOC 2, ISO 27001, and Other.
Explore per-framework breakdown
Click a tab in the Compliance by Framework card to see compliant, non-compliant, in-progress, and not-assessed counts for that framework.
Check upcoming assessments
The Upcoming Assessments table lists requirements due within the next 30 days. Rows due in 7 days or fewer appear in red.
Key concepts
| Concept | Description |
|---|---|
ComplianceFramework | Supported values: hipaa_it, soc2, iso27001, other |
| Compliance rate | compliant / total * 100 for a given framework |
| Upcoming assessments | Requirements with next_assessment_date within the specified day window |
Related
IT Service Management
IT Service Management overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/it.tsx
- src/cores/it/pages/security/compliance/ComplianceDashboardPage.tsx
- src/cores/it/hooks/useComplianceRequirements.ts