{"id":106,"date":"2026-01-15T16:33:10","date_gmt":"2026-01-15T16:33:10","guid":{"rendered":"https:\/\/nexmovetechnologies.com\/?page_id=106"},"modified":"2026-01-15T16:47:07","modified_gmt":"2026-01-15T16:47:07","slug":"106-2","status":"publish","type":"page","link":"https:\/\/nexmovetechnologies.com\/?page_id=106","title":{"rendered":""},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"106\" class=\"elementor elementor-106\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1cf6b59 e-con-full e-flex e-con e-parent\" data-id=\"1cf6b59\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8cd4815 elementor-widget elementor-widget-html\" data-id=\"8cd4815\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Hospital Management System - Nexmove Solutions<\/title>\r\n\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&display=swap\"\r\n        rel=\"stylesheet\">\r\n\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n\r\n    <style>\r\n        \/* --- CSS VARIABLES & RESET (Copied from haha.html) --- *\/\r\n        :root {\r\n            --primary: #4e3594;\r\n            --primary-light: #6f42c1;\r\n            --accent: #8e44ad;\r\n            --secondary: #00b4d8;\r\n            --text-dark: #333333;\r\n            --text-light: #666666;\r\n            --white: #ffffff;\r\n            --bg-light: #f4f6f9;\r\n            --success: #28a745;\r\n            --info: #17a2b8;\r\n            --warning: #ffc107;\r\n            --danger: #dc3545;\r\n            --shadow: 0 5px 20px rgba(0, 0, 0, 0.08);\r\n            --transition: all 0.3s ease;\r\n        }\r\n\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n            font-family: 'Poppins', sans-serif;\r\n        }\r\n\r\n        body {\r\n            background-color: var(--bg-light);\r\n            color: var(--text-dark);\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        a {\r\n            text-decoration: none;\r\n        }\r\n\r\n        ul {\r\n            list-style: none;\r\n        }\r\n\r\n        .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 20px;\r\n        }\r\n\r\n        .section-padding {\r\n            padding: 80px 0;\r\n        }\r\n\r\n        .text-center {\r\n            text-align: center;\r\n        }\r\n\r\n        .text-primary {\r\n            color: var(--primary);\r\n        }\r\n\r\n        \/* --- HEADER --- *\/\r\n        header {\r\n            background: var(--white);\r\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\r\n            position: sticky;\r\n            top: 0;\r\n            z-index: 1000;\r\n        }\r\n\r\n        nav {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n            height: 80px;\r\n        }\r\n\r\n        .logo img {\r\n            height: 50px;\r\n        }\r\n\r\n        .nav-links {\r\n            display: flex;\r\n            gap: 30px;\r\n        }\r\n\r\n        .nav-links a {\r\n            color: var(--text-dark);\r\n            font-weight: 500;\r\n            font-size: 14px;\r\n            text-transform: uppercase;\r\n            transition: var(--transition);\r\n        }\r\n\r\n        .nav-links a:hover {\r\n            color: var(--primary);\r\n        }\r\n\r\n        .btn-header {\r\n            background: var(--primary);\r\n            color: var(--white) !important;\r\n            padding: 10px 25px;\r\n            border-radius: 5px;\r\n        }\r\n\r\n        \/* --- HERO SECTION --- *\/\r\n        .hero {\r\n            background: linear-gradient(135deg, #2c1a5c 0%, #4e3594 100%);\r\n            color: var(--white);\r\n            padding: 60px 0;\r\n            text-align: center;\r\n        }\r\n\r\n        .hero h1 {\r\n            font-size: 2.5rem;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .hero p {\r\n            font-size: 1.1rem;\r\n            opacity: 0.9;\r\n            max-width: 800px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        \/* --- COMPARISON TABLE (Dark Theme) --- *\/\r\n        .comparison-container {\r\n            margin-bottom: 60px;\r\n            overflow-x: auto;\r\n        }\r\n\r\n        .comparison-table {\r\n            width: 100%;\r\n            border-collapse: collapse;\r\n            background: #1e1e1e;\r\n            \/* Dark background as in pic *\/\r\n            color: #fff;\r\n            border-radius: 10px;\r\n            overflow: hidden;\r\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);\r\n        }\r\n\r\n        .comparison-table th,\r\n        .comparison-table td {\r\n            padding: 15px;\r\n            text-align: center;\r\n            border-bottom: 1px solid #333;\r\n        }\r\n\r\n        .comparison-table th {\r\n            text-align: left;\r\n            font-size: 1.1rem;\r\n            color: #fff;\r\n            background: #252525;\r\n            font-weight: 600;\r\n        }\r\n\r\n        \/* First column header left align *\/\r\n        .comparison-table th:first-child {\r\n            padding-left: 30px;\r\n        }\r\n\r\n        .comparison-table td:first-child {\r\n            text-align: left;\r\n            padding-left: 30px;\r\n            font-weight: 500;\r\n            color: #e0e0e0;\r\n        }\r\n\r\n        .comparison-table th:not(:first-child) {\r\n            text-align: center;\r\n        }\r\n\r\n        .check-icon {\r\n            color: #2ecc71;\r\n            font-size: 1.2rem;\r\n            background: rgba(46, 204, 113, 0.2);\r\n            padding: 5px;\r\n            border-radius: 4px;\r\n        }\r\n\r\n        .cross-icon {\r\n            color: #e74c3c;\r\n            font-size: 1.2rem;\r\n            background: rgba(231, 76, 60, 0.2);\r\n            padding: 5px 8px;\r\n            border-radius: 4px;\r\n        }\r\n\r\n        .warning-text {\r\n            color: #f1c40f;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            gap: 8px;\r\n            font-weight: 500;\r\n        }\r\n\r\n        \/* --- PLAN DETAILS --- *\/\r\n        .plan-header {\r\n            background: linear-gradient(45deg, var(--primary), var(--accent));\r\n            color: white;\r\n            padding: 15px 20px;\r\n            border-radius: 8px 8px 0 0;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: space-between;\r\n        }\r\n\r\n        .plan-header h2 {\r\n            font-size: 1.5rem;\r\n            margin: 0;\r\n        }\r\n\r\n        .plan-badge {\r\n            background: rgba(255, 255, 255, 0.2);\r\n            padding: 5px 15px;\r\n            border-radius: 20px;\r\n            font-size: 0.9rem;\r\n        }\r\n\r\n        .plan-card {\r\n            background: var(--white);\r\n            border-radius: 10px;\r\n            box-shadow: var(--shadow);\r\n            margin-bottom: 40px;\r\n            overflow: hidden;\r\n            border: 1px solid #eee;\r\n        }\r\n\r\n        .plan-body {\r\n            padding: 30px;\r\n        }\r\n\r\n        .plan-intro {\r\n            background: #f8f9fa;\r\n            padding: 20px;\r\n            border-left: 4px solid var(--secondary);\r\n            margin-bottom: 30px;\r\n            font-style: italic;\r\n            color: #555;\r\n            line-height: 1.6;\r\n            border-radius: 0 5px 5px 0;\r\n        }\r\n\r\n        .feature-block {\r\n            margin-bottom: 30px;\r\n        }\r\n\r\n        .feature-block h3 {\r\n            color: var(--primary);\r\n            font-size: 1.2rem;\r\n            margin-bottom: 15px;\r\n            border-bottom: 1px solid #eee;\r\n            padding-bottom: 10px;\r\n        }\r\n\r\n        .feature-list-check {\r\n            list-style: none;\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));\r\n            gap: 10px 30px;\r\n        }\r\n\r\n        .feature-list-check li {\r\n            position: relative;\r\n            padding-left: 25px;\r\n            margin-bottom: 8px;\r\n            color: #555;\r\n            font-size: 0.95rem;\r\n        }\r\n\r\n        .feature-list-check li::before {\r\n            content: \"\\f00c\";\r\n            font-family: \"Font Awesome 6 Free\";\r\n            font-weight: 900;\r\n            position: absolute;\r\n            left: 0;\r\n            top: 2px;\r\n            color: var(--success);\r\n        }\r\n\r\n        \/* --- FOOTER (Copied) --- *\/\r\n        footer {\r\n            background: #212529;\r\n            color: #aaa;\r\n            padding: 50px 0 20px;\r\n            font-size: 0.9rem;\r\n        }\r\n\r\n        .footer-grid {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 30px;\r\n            margin-bottom: 40px;\r\n        }\r\n\r\n        .footer-logo img {\r\n            height: 40px;\r\n            filter: brightness(0) invert(1);\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .copyright {\r\n            border-top: 1px solid #444;\r\n            padding-top: 20px;\r\n            text-align: center;\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .nav-links {\r\n                display: none;\r\n            }\r\n\r\n            nav {\r\n                justify-content: center;\r\n            }\r\n\r\n            .feature-list-check {\r\n                grid-template-columns: 1fr;\r\n            }\r\n\r\n            .comparison-table th,\r\n            .comparison-table td {\r\n                padding: 10px 5px;\r\n                font-size: 0.8rem;\r\n            }\r\n\r\n            .plan-header {\r\n                flex-direction: column;\r\n                text-align: center;\r\n                gap: 10px;\r\n            }\r\n\r\n            .warning-text {\r\n                font-size: 0.8rem;\r\n            }\r\n\r\n            .footer-grid {\r\n                grid-template-columns: 1fr;\r\n                text-align: center;\r\n            }\r\n\r\n            .footer-grid>div {\r\n                text-align: center !important;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n    <header>\r\n        <div class=\"container\">\r\n            <nav>\r\n                <div class=\"logo\">\r\n                    <a href=\"haha.html\">\r\n                        <img decoding=\"async\" src=\"https:\/\/nexmovetechnologies.com\/wp-content\/uploads\/2025\/12\/NEXMOVE-LOGO-1.png\"\r\n                            alt=\"Nexmove Solutions\">\r\n                    <\/a>\r\n                <\/div>\r\n                <ul class=\"nav-links\">\r\n                    <li><a href=\"https:\/\/nexmovetechnologies.com\/\">Features<\/a><\/li>\r\n                    <li><a href=\"https:\/\/nexmovetechnologies.com\/\">Industries<\/a><\/li>\r\n                    <li><a href=\"https:\/\/nexmovetechnologies.com\/\">FAQs<\/a><\/li>\r\n                    <li><a href=\"https:\/\/nexmovetechnologies.com\/\" class=\"btn-header\">Request Callback<\/a><\/li>\r\n                <\/ul>\r\n            <\/nav>\r\n        <\/div>\r\n    <\/header>\r\n\r\n    <section class=\"hero\">\r\n        <div class=\"container\">\r\n            <h1>Hospital Management System<\/h1>\r\n            <p>An integrated clinic management platform engineered to streamline clinical operations, enhance patient\r\n                care, and ensure regulatory compliance.<\/p>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"section-padding\">\r\n        <div class=\"container\">\r\n\r\n            <h2 class=\"text-center text-primary\" style=\"margin-bottom: 40px; font-size: 2rem;\">Feature Plans Comparison\r\n            <\/h2>\r\n\r\n            <div class=\"comparison-container\">\r\n                <table class=\"comparison-table\">\r\n                    <thead>\r\n                        <tr>\r\n                            <th>Area<\/th>\r\n                            <th style=\"text-align: center;\">Simple<\/th>\r\n                            <th style=\"text-align: center;\">Advance<\/th>\r\n                            <th style=\"text-align: center;\">Multi-Doctor<\/th>\r\n                        <\/tr>\r\n                    <\/thead>\r\n                    <tbody>\r\n                        <tr>\r\n                            <td>POS & Billing<\/td>\r\n                            <td><i class=\"fas fa-check-square check-icon\"><\/i><\/td>\r\n                            <td><i class=\"fas fa-check-square check-icon\"><\/i><\/td>\r\n                            <td><i class=\"fas fa-check-square check-icon\"><\/i><\/td>\r\n                        <\/tr>\r\n                        <tr>\r\n                            <td>FBR \/ PRA<\/td>\r\n                            <td><i class=\"fas fa-check-square check-icon\"><\/i><\/td>\r\n                            <td><i class=\"fas fa-check-square check-icon\"><\/i><\/td>\r\n                            <td><i class=\"fas fa-check-square check-icon\"><\/i><\/td>\r\n                        <\/tr>\r\n                        <tr>\r\n                            <td>Tokens<\/td>\r\n                            <td><i class=\"fas fa-times cross-icon\"><\/i><\/td>\r\n                            <td><i class=\"fas fa-check-square check-icon\"><\/i><\/td>\r\n                            <td><i class=\"fas fa-check-square check-icon\"><\/i><\/td>\r\n                        <\/tr>\r\n                        <tr>\r\n                            <td>Prescriptions<\/td>\r\n                            <td><i class=\"fas fa-times cross-icon\"><\/i><\/td>\r\n                            <td><i class=\"fas fa-check-square check-icon\"><\/i><\/td>\r\n                            <td><i class=\"fas fa-check-square check-icon\"><\/i><\/td>\r\n                        <\/tr>\r\n                        <tr>\r\n                            <td>Multi Doctor<\/td>\r\n                            <td><i class=\"fas fa-times cross-icon\"><\/i><\/td>\r\n                            <td><i class=\"fas fa-times cross-icon\"><\/i><\/td>\r\n                            <td><i class=\"fas fa-check-square check-icon\"><\/i><\/td>\r\n                        <\/tr>\r\n                        <tr>\r\n                            <td>Advanced Permissions<\/td>\r\n                            <td><i class=\"fas fa-times cross-icon\"><\/i><\/td>\r\n                            <td><i class=\"fas fa-check-square check-icon\"><\/i><\/td>\r\n                            <td><i class=\"fas fa-check-square check-icon\"><\/i><\/td>\r\n                        <\/tr>\r\n                        <tr>\r\n                            <td>Full Backup<\/td>\r\n                            <td>\r\n                                <div class=\"warning-text\"><i class=\"fas fa-exclamation-triangle\"><\/i> Limited<\/div>\r\n                            <\/td>\r\n                            <td><i class=\"fas fa-check-square check-icon\"><\/i><\/td>\r\n                            <td><i class=\"fas fa-check-square check-icon\"><\/i><\/td>\r\n                        <\/tr>\r\n                    <\/tbody>\r\n                <\/table>\r\n            <\/div>\r\n\r\n            <!-- Advance MultiDoctor Plan -->\r\n            <div class=\"plan-card\">\r\n                <div class=\"plan-header\">\r\n                    <h2>Advance Multi Doctor Pos<\/h2>\r\n                    <span class=\"plan-badge\">Premium \/ Enterprise<\/span>\r\n                <\/div>\r\n                <div class=\"plan-body\">\r\n                    <div class=\"plan-intro\">\r\n                        Advance Multi Doctor Pos is an integrated clinic management with Multiple Doctors and Point of\r\n                        Sale platform engineered to streamline clinical operations, enhance patient care, and ensure\r\n                        regulatory compliance. The system serves as the central nervous system of modern medical\r\n                        practices, combining billing, patient management, clinical workflows, and administrative control\r\n                        in a single, robust solution.\r\n                    <\/div>\r\n\r\n                    <div class=\"feature-block\">\r\n                        <h3><i class=\"fas fa-file-invoice-dollar\"><\/i> Billing & Point of Sale<\/h3>\r\n                        <ul class=\"feature-list-check\">\r\n                            <li>High-Speed POS Interface - Intuitive sales screen designed for rapid patient checkout\r\n                                with minimal clicks<\/li>\r\n                            <li>Multi-Item Invoicing - Unlimited services and products per transaction<\/li>\r\n                            <li>Per-Service Multiple Doctor Assignment - Precise revenue attribution to specific\r\n                                providers<\/li>\r\n                            <li>Automated PDF Invoice Generation - Professional, branded A4-sized invoices<\/li>\r\n                            <li>Thermal Receipt Printing - Support for standard POS thermal printers<\/li>\r\n                            <li>Dedicated Refund & Return Processing Module - Streamlined returns management<\/li>\r\n                            <li>Dedicated Tab for History of Sales management<\/li>\r\n                            <li>Automated Credit Note Generation - Official credit receipts for all processed returns\r\n                            <\/li>\r\n                            <li>Real-Time FBR\/PRA Invoice Reporting - Full compliance with Federal Board \/ Punjab\r\n                                Revenue Authority requirements<\/li>\r\n                            <li>FBR\/PRA-Compliant QR Code - Unique scannable codes on all receipts<\/li>\r\n                            <li>Can Be Customize add or remove Features as you needs<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n\r\n                    <div class=\"feature-block\">\r\n                        <h3><i class=\"fas fa-user-md\"><\/i> Patient & Clinical Management<\/h3>\r\n                        <ul class=\"feature-list-check\">\r\n                            <li>Centralized Patient Database - Secure, searchable repository for all patient information\r\n                            <\/li>\r\n                            <li>Comprehensive Patient Profiles - Detailed records with contact information and unique\r\n                                patient IDs<\/li>\r\n                            <li>Complete Patient History View - Chronological display of visits, payments, and\r\n                                prescriptions<\/li>\r\n                            <li>Multiple Doctor's Daily Dashboard - Dedicated \" Multiple Doctor's Desk\" with assigned\r\n                                patient queues<\/li>\r\n                            <li>Digital Prescription Writer - Secure RX authoring, saving, and printing with clinic\r\n                                branding<\/li>\r\n                            <li>Patient Token & Queue Management - Sequential token generation for efficient waiting\r\n                                room flow with specific Doctor<\/li>\r\n                            <li>Patient Daily Token Resets<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n\r\n                    <div class=\"feature-block\">\r\n                        <h3><i class=\"fas fa-boxes\"><\/i> Multi Service & Multi Product Management<\/h3>\r\n                        <ul class=\"feature-list-check\">\r\n                            <li>Central Multi Service Catalog - Complete medical service listings with pricing\r\n                                (consultations, lab tests, procedures)<\/li>\r\n                            <li>Physical Multi Product Inventory - Management of pharmaceuticals and healthcare items\r\n                            <\/li>\r\n                            <li>Bulk Data Import - Rapid system setup through file-based product and service imports\r\n                            <\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n\r\n                    <div class=\"feature-block\">\r\n                        <h3><i class=\"fas fa-user-shield\"><\/i> Administration & Security<\/h3>\r\n                        <ul class=\"feature-list-check\">\r\n                            <li>Secure Role-Based Login System - Encrypted user authentication<\/li>\r\n                            <li>Multi-Tier User Permissions - Granular access control (Admin, Doctor, Cashier roles)\r\n                            <\/li>\r\n                            <li>Granular Permission Control - Fine-tuned access management with 25+ individual\r\n                                permission settings<\/li>\r\n                            <li>Employee Profile Management - Staff directory with role and credential management<\/li>\r\n                            <li>One-Click Full System Backup - Complete database, invoice, tokens and prescription\r\n                                backup<\/li>\r\n                            <li>Supports Online and offline as your needs<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n\r\n                    <div class=\"feature-block\">\r\n                        <h3><i class=\"fas fa-chart-bar\"><\/i> Reporting & Analytics<\/h3>\r\n                        <ul class=\"feature-list-check\">\r\n                            <li>Date-Range Financial Reports - Comprehensive sales and transaction analysis<\/li>\r\n                            <li>Detailed Sales Reports - Total revenue tracking with transaction breakdowns<\/li>\r\n                            <li>Tracking Your FBR\/PRA Invoice Failed or Sucess<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Advance Doctor Plan -->\r\n            <div class=\"plan-card\">\r\n                <div class=\"plan-header\" style=\"background: linear-gradient(45deg, #20c997, #28a745);\">\r\n                    <h2>Advance Doctor Pos<\/h2>\r\n                    <span class=\"plan-badge\">Professional<\/span>\r\n                <\/div>\r\n                <div class=\"plan-body\">\r\n                    <div class=\"plan-intro\">\r\n                        Advance Doctor Pos is an integrated clinic management with Single Doctor and Point of Sale\r\n                        platform engineered to streamline clinical operations, enhance patient care, and ensure\r\n                        regulatory compliance. The system serves as the central nervous system of modern medical\r\n                        practices, combining billing, patient management, clinical workflows, and administrative control\r\n                        in a single, robust solution.\r\n                    <\/div>\r\n\r\n                    <div class=\"feature-block\">\r\n                        <h3>Billing & Point of Sale<\/h3>\r\n                        <ul class=\"feature-list-check\">\r\n                            <li>High-Speed POS Interface - Intuitive sales screen designed for rapid patient checkout\r\n                                with minimal clicks<\/li>\r\n                            <li>Multi-Item Invoicing - Unlimited services and products per transaction<\/li>\r\n                            <li>Per-Service Assignment - Precise revenue attribution<\/li>\r\n                            <li>Automated PDF Invoice Generation - Professional, branded A4-sized invoices<\/li>\r\n                            <li>Thermal Receipt Printing - Support for standard POS thermal printers<\/li>\r\n                            <li>Dedicated Refund & Return Processing Module - Streamlined returns management<\/li>\r\n                            <li>Dedicated Tab for History of Sales management<\/li>\r\n                            <li>Automated Credit Note Generation - Official credit receipts for all processed returns\r\n                            <\/li>\r\n                            <li>Real-Time FBR\/PRA Invoice Reporting - Full compliance with Federal Board \/ Punjab\r\n                                Revenue Authority requirements<\/li>\r\n                            <li>FBR\/PRA-Compliant QR Code - Unique scannable codes on all receipts<\/li>\r\n                            <li>Can Be Customize add or remove Features as you needs<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n\r\n                    <div class=\"feature-block\">\r\n                        <h3>Patient & Clinical Management<\/h3>\r\n                        <ul class=\"feature-list-check\">\r\n                            <li>Centralized Patient Database - Secure, searchable repository for all patient information\r\n                            <\/li>\r\n                            <li>Comprehensive Patient Profiles - Detailed records with contact information and unique\r\n                                patient IDs<\/li>\r\n                            <li>Complete Patient History View - Chronological display of visits, payments, and\r\n                                prescriptions<\/li>\r\n                            <li>Single Doctor Daily Dashboard - Dedicated \"Single Doctor Desk\" with patients<\/li>\r\n                            <li>Digital Prescription Writer - Secure RX authoring, saving, and printing with clinic\r\n                                branding<\/li>\r\n                            <li>Patient Token & Queue Management - Sequential token generation for efficient waiting\r\n                                room flow<\/li>\r\n                            <li>Patient Daily Token Resets<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n\r\n                    <div class=\"feature-block\">\r\n                        <h3>Service & Product Management<\/h3>\r\n                        <ul class=\"feature-list-check\">\r\n                            <li>Central Service Catalog - Complete medical service listings with pricing (consultations,\r\n                                lab tests, procedures)<\/li>\r\n                            <li>Physical Product Inventory - Management of pharmaceuticals and healthcare items<\/li>\r\n                            <li>Bulk Data Import - Rapid system setup through file-based product and service imports\r\n                            <\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n\r\n                    <div class=\"feature-block\">\r\n                        <h3>Administration & Security<\/h3>\r\n                        <ul class=\"feature-list-check\">\r\n                            <li>Secure Role-Based Login System - Encrypted user authentication<\/li>\r\n                            <li>Different-Tier User Permissions - Granular access control (Admin, Doctor, Cashier roles)\r\n                            <\/li>\r\n                            <li>Granular Permission Control - Fine-tuned access management with 25+ individual\r\n                                permission settings<\/li>\r\n                            <li>Employee Profile Management - Staff directory with role and credential management<\/li>\r\n                            <li>One-Click Full System Backup - Complete database, invoice, tokens and prescription\r\n                                backup<\/li>\r\n                            <li>Supports Online and offline as your needs<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n\r\n                    <div class=\"feature-block\">\r\n                        <h3>Reporting & Analytics<\/h3>\r\n                        <ul class=\"feature-list-check\">\r\n                            <li>Date-Range Financial Reports - Comprehensive sales and transaction analysis<\/li>\r\n                            <li>Detailed Sales Reports - Total revenue tracking with transaction breakdowns<\/li>\r\n                            <li>Tracking Your FBR\/PRA Invoice Failed or Sucess<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Simple Doctor Plan -->\r\n            <div class=\"plan-card\">\r\n                <div class=\"plan-header\" style=\"background: linear-gradient(45deg, #6c757d, #343a40);\">\r\n                    <h2>Simple Doctor Pos<\/h2>\r\n                    <span class=\"plan-badge\">Basic \/ Entry Level<\/span>\r\n                <\/div>\r\n                <div class=\"plan-body\">\r\n                    <div class=\"plan-intro\">\r\n                        Simple Doctor Pos is a simple clinic management and Point of Sale platform. This system is only\r\n                        billing, patient management, and administrative control in a single, robust solution.\r\n                    <\/div>\r\n\r\n                    <div class=\"feature-block\">\r\n                        <h3>Billing & Point of Sale<\/h3>\r\n                        <ul class=\"feature-list-check\">\r\n                            <li>High-Speed POS Interface - Intuitive sales screen designed for rapid patient checkout\r\n                                with minimal clicks<\/li>\r\n                            <li>Per-Service Assignment - Precise revenue attribution<\/li>\r\n                            <li>Thermal Receipt Printing - Support for standard POS thermal printers<\/li>\r\n                            <li>Dedicated Refund & Return Processing Module - Streamlined returns management<\/li>\r\n                            <li>Dedicated Tab for History of Sales management<\/li>\r\n                            <li>Automated Credit Note Generation - Official credit receipts for all processed returns\r\n                            <\/li>\r\n                            <li>Real-Time FBR\/PRA Invoice Reporting - Full compliance with Federal Board \/ Punjab\r\n                                Revenue Authority requirements<\/li>\r\n                            <li>FBR\/PRA-Compliant QR Code - Unique scannable codes on all receipts<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n\r\n                    <div class=\"feature-block\">\r\n                        <h3>Patient & Clinical Management<\/h3>\r\n                        <ul class=\"feature-list-check\">\r\n                            <li>Patient Database - searchable repository for all patient information<\/li>\r\n                            <li>Patient Profiles - records with contact information and unique patient IDs<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n\r\n                    <div class=\"feature-block\">\r\n                        <h3>Service & Product Management<\/h3>\r\n                        <ul class=\"feature-list-check\">\r\n                            <li>Central Service Catalog - Complete medical service listings with pricing<\/li>\r\n                            <li>Physical Product Inventory - Management of pharmaceuticals and healthcare items<\/li>\r\n                            <li>Bulk Data Import - Rapid system setup through file-based product and service imports\r\n                            <\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n\r\n                    <div class=\"feature-block\">\r\n                        <h3>Administration & Security<\/h3>\r\n                        <ul class=\"feature-list-check\">\r\n                            <li>Secure Role-Based Login System - Encrypted user authentication<\/li>\r\n                            <li>Two-Tier User Permissions - Permissions control Admin, Cashier role<\/li>\r\n                            <li>Employee Profile Management - Staff directory with role and credential management<\/li>\r\n                            <li>One-Click Full System Backup - Without Sales slips and returns slips<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n\r\n                    <div class=\"feature-block\">\r\n                        <h3>Reporting & Analytics<\/h3>\r\n                        <ul class=\"feature-list-check\">\r\n                            <li>Financial Reports - sales and transaction analysis<\/li>\r\n                            <li>Sales Reports - Total revenue with transaction<\/li>\r\n                            <li>Tracking Your FBR\/PRA Invoice Failed or Sucess<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- FOOTER -->\r\n    <footer id=\"contact\">\r\n        <div class=\"container\">\r\n            <div class=\"footer-grid\">\r\n                <div>\r\n                    <div class=\"footer-logo\">\r\n                        <a href=\"haha.html\">\r\n                            <img decoding=\"async\" src=\"https:\/\/nexmovetechnologies.com\/wp-content\/uploads\/2025\/12\/NEXMOVE-LOGO-1.png\"\r\n                                alt=\"Nexmove Solutions\">\r\n                        <\/a>\r\n                    <\/div>\r\n                    <p>Making tax compliance effortless for your business. Integrate PRA & FBR systems with your\r\n                        existing POS seamlessly.<\/p>\r\n                <\/div>\r\n                <div style=\"text-align: right;\">\r\n                    <h3 style=\"color:white; margin-bottom: 20px;\">Contact<\/h3>\r\n                    <p>Email: support@nexmovesolutions.com<\/p>\r\n                    <p>Phone: +92 322 2226100<\/p>\r\n                    <p>Address: Sahiwal, Pakistan<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"copyright\">\r\n                &copy; 2025 Designed by makatrons.com\r\n            <\/div>\r\n        <\/div>\r\n    <\/footer>\r\n\r\n<\/body>\r\n\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Hospital Management System &#8211; Nexmove Solutions Features Industries FAQs Request Callback Hospital Management System An integrated clinic management platform engineered to streamline clinical operations, enhance patient care, and ensure regulatory compliance. Feature Plans Comparison Area Simple Advance Multi-Doctor POS &#038; Billing FBR \/ PRA Tokens Prescriptions Multi Doctor Advanced Permissions Full Backup Limited Advance Multi [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-106","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nexmovetechnologies.com\/index.php?rest_route=\/wp\/v2\/pages\/106","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nexmovetechnologies.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nexmovetechnologies.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nexmovetechnologies.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nexmovetechnologies.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=106"}],"version-history":[{"count":7,"href":"https:\/\/nexmovetechnologies.com\/index.php?rest_route=\/wp\/v2\/pages\/106\/revisions"}],"predecessor-version":[{"id":116,"href":"https:\/\/nexmovetechnologies.com\/index.php?rest_route=\/wp\/v2\/pages\/106\/revisions\/116"}],"wp:attachment":[{"href":"https:\/\/nexmovetechnologies.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=106"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}