import Image from "next/image"; import Link from "next/link"; import emrProduk from "@/app/emr_produk.png"; export const metadata = { title: "EMR Clinic | IPTEK - Precision Medical Integration", description: "EMR Clinic integrates clinical precision with operational excellence, transforming patient care into a seamless digital journey.", }; const specialties = [ { icon: "medical_services", title: "General Practice", desc: "Comprehensive tools for primary care providers including family health history and chronic care tracking.", }, { icon: "dentistry", title: "Dental Care", desc: "Charting, imaging integration, and treatment planning specifically for dental practitioners.", }, { icon: "psychology", title: "Mental Health", desc: "Highly private intake forms, session notes, and specialized telemedicine tools for therapists.", }, { icon: "ophthalmology", title: "Ophthalmology", desc: "Integrated diagnostic imaging and vision-specific patient records for eyecare clinics.", }, ]; const steps = [ { num: "01", color: "bg-primary", title: "Discovery & Migration", desc: "We audit your existing data and orchestrate a secure migration to the IPTEK cloud.", }, { num: "02", color: "bg-primary-container", title: "Workflow Tailoring", desc: "Our architects configure the EMR system to match your clinic's unique operational DNA.", }, { num: "03", color: "bg-secondary", title: "Staff Calibration", desc: "Hands-on training and simulation sessions to ensure 100% team readiness.", }, ]; export default function EMRClinicPage() { return (
{/* Hero */}
Enterprise Medical Solutions

The Future of{" "} Clinic Management.

Precision engineering for modern healthcare. EMR Clinic integrates clinical precision with operational excellence, transforming patient care into a seamless digital journey.

Get Started Today arrow_forward View Product Tour
{/* Asymmetric background image */}
EMR Clinic
{/* Problem & Solution */}

Breaking the Cycle of Manual Inefficiency.

Traditional clinic management is plagued by fragmented data, manual entry errors, and disconnected workflows. Inefficient patient processing doesn't just waste time — it impacts the quality of care.

{[ { icon: "warning", title: "Data Fragmentation", desc: "Patient records scattered across paper and legacy digital silos.", }, { icon: "timer_off", title: "Resource Leakage", desc: "Overlapping appointments and manual billing creating financial gaps.", }, ].map((item) => (
{item.icon}

{item.title}

{item.desc}

))}
The IPTEK Solution

Comprehensive EMR Integration.

We replace chaos with a crystalline architecture of information. One platform to unify every medical touchpoint.

    {["Real-time Data Synchronization", "Automated Workflow Orchestration", "Predictive Patient Analytics"].map((item) => (
  • check_circle {item}
  • ))}
{/* Features Bento Grid */}

Core Capabilities.

{/* Patient Records */}

Unified Patient Records

360-degree view of patient history, diagnostics, and longitudinal health data in a single encrypted dashboard.

folder_shared
Patient Records
{/* Smart Scheduling */}
event_available

Smart Scheduling

AI-driven appointment optimization to reduce wait times and maximize clinical efficiency.

{/* Billing */}
receipt_long

Automated Billing

Seamless invoicing and insurance integration to accelerate revenue cycles.

{/* Remote Care */}

Remote Care Hub

Integrated telemedicine and prescription management for modern, flexible healthcare delivery.

{["TELEMEDICINE", "LAB INTEGRATION"].map((tag) => ( {tag} ))}
{/* Security */}
security

HIPAA & GDPR

Military-grade encryption for total data integrity.

{/* Specialty Support */}

One System. Every Specialty.

{specialties.map((s) => (
{s.icon}

{s.title}

{s.desc}

))}
{/* Implementation Process */}

Rapid, Guided Implementation.

Our deployment architecture is designed for zero-downtime integration. We don't just provide software; we manage the transition.

Read the Onboarding Whitepaper arrow_right_alt
{steps.map((step) => (
{step.num}

{step.title}

{step.desc}

))}
{/* CTA */}

Ready to evolve your clinic?

Join 500+ clinics worldwide who have unified their operations with IPTEK EMR Clinic.

Book a Live Demo Speak to an Architect
); }