Update src/app/patients/page.tsx

This commit is contained in:
2026-03-07 02:03:52 +00:00
parent 960e332930
commit fb4f2a3c54

View File

@@ -37,23 +37,26 @@ export default function PatientDirectoryPage() {
<div id="patient-features" data-section="patient-features">
<FeatureCardTwelve
title="Patient Directory {"&"} Search Management"
title="Patient Directory & Search Management"
description="Powerful tools to find, manage, and organize patient information efficiently"
tag="Patient Management"
tagIcon={Search}
tagAnimation="slide-up"
features={[
{
id: "search", label: "Search", title: "Advanced Patient Search {"&"} Filtering", items: [
"Real-time search across patient database", "Filter by multiple criteria (name, ID, condition, status)", "Saved search templates for frequent queries", "Quick access to recently viewed patient records"],
id: "search", label: "Search", title: "Advanced Patient Search & Filtering", items: [
"Real-time search across patient database", "Filter by multiple criteria (name, ID, condition, status)", "Saved search templates for frequent queries", "Quick access to recently viewed patient records"
],
},
{
id: "profiles", label: "Profiles", title: "Comprehensive Patient Profile Management", items: [
"Complete demographic and contact information", "Medical history and chronic conditions", "Current medications and allergies", "Emergency contacts and insurance details"],
"Complete demographic and contact information", "Medical history and chronic conditions", "Current medications and allergies", "Emergency contacts and insurance details"
],
},
{
id: "organization", label: "Organization", title: "Intelligent Patient Organization System", items: [
"Custom patient groups and cohorts", "Risk stratification and priority flags", "Department and care team assignments", "Patient lifecycle tracking from admission to discharge"],
"Custom patient groups and cohorts", "Risk stratification and priority flags", "Department and care team assignments", "Patient lifecycle tracking from admission to discharge"
],
},
]}
animationType="slide-up"