Dashboard Statistics
Total Patients
{{ patients.length }}
Avg. Margin
{{ calculateAverageMargin() }}%
Patients at Margin Risk
{{ countRiskPatients() }}
Patient List
Patient ID | Name | DRG Code | Est. Payment | ABC Cost | Margin | Risk Status | Actions |
---|---|---|---|---|---|---|---|
{{ patient.patientId }} | {{ patient.name }} | {{ patient.drgCode }} | ${{ formatCurrency(patient.estimatedPayment) }} | ${{ formatCurrency(patient.totalActivitiesCost) }} | ${{ formatCurrency(patient.marginAmount) }} ({{ patient.marginPercentage }}%) | {{ patient.riskStatus }} |
No patients found matching your search criteria. Add your first patient to get started.