Merge version_1 into main #3
@@ -37,23 +37,26 @@ export default function AppointmentsPage() {
|
||||
|
||||
<div id="appointment-features" data-section="appointment-features">
|
||||
<FeatureCardTwelve
|
||||
title="Appointment Scheduling {"&"} Management"
|
||||
title="Appointment Scheduling & Management"
|
||||
description="Intelligent scheduling system for seamless appointment coordination"
|
||||
tag="Appointment Management"
|
||||
tagIcon={Calendar}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "scheduling", label: "Scheduling", title="Intelligent Appointment Booking System", items: [
|
||||
"Real-time availability display across providers", "Automated conflict detection and prevention", "Patient self-service booking portal", "Smart suggestions based on patient history"],
|
||||
id: "scheduling", label: "Scheduling", title: "Intelligent Appointment Booking System", items: [
|
||||
"Real-time availability display across providers", "Automated conflict detection and prevention", "Patient self-service booking portal", "Smart suggestions based on patient history"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "coordination", label: "Coordination", title: "Seamless Care Team Coordination", items: [
|
||||
"Multi-provider appointment management", "Resource and room allocation optimization", "Automatic staff notification and reminders", "Care team visibility and communication"],
|
||||
"Multi-provider appointment management", "Resource and room allocation optimization", "Automatic staff notification and reminders", "Care team visibility and communication"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "optimization", label: "Optimization", title: "Advanced Appointment Optimization", items: [
|
||||
"No-show prediction and prevention", "Automated patient reminders via SMS/Email", "Follow-up appointment scheduling", "Waitlist management and optimization"],
|
||||
"No-show prediction and prevention", "Automated patient reminders via SMS/Email", "Follow-up appointment scheduling", "Waitlist management and optimization"
|
||||
],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user