{"product_id":"hm11-patient-monitor","title":"Portable High-Precision Bedside Patient Monitor with Touchscreen HM11 | DAWEI","description":"\u003cstyle\u003e\n  .dw-product-overview {\n    max-width: 900px;\n    margin: 0 auto 38px;\n    padding: 10px 20px;\n    text-align: center;\n  }\n\n  .dw-product-overview h2 {\n    margin: 0 0 14px;\n    color: #1d4ed8;\n    font-size: 28px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  .dw-product-overview p {\n    margin: 0;\n    color: #6b7280;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .dw-product-overview strong {\n    color: #374151;\n    font-weight: 600;\n  }\n\n  @media (max-width: 560px) {\n    .dw-product-overview {\n      padding: 5px 12px;\n      margin-bottom: 28px;\n    }\n\n    .dw-product-overview h2 {\n      font-size: 23px;\n    }\n\n    .dw-product-overview p {\n      font-size: 14px;\n      line-height: 1.7;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"dw-product-overview\"\u003e\n\u003ch2\u003eReliable Patient Monitoring for Clinical Care\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong\u003eDawei HM11 patient monitor\u003c\/strong\u003e is a portable all-in-one system designed for clinics, hospitals, and professional healthcare environments. It integrates \u003cstrong\u003eECG, SpO₂, NIBP, temperature, and respiration monitoring\u003c\/strong\u003e to provide clear and efficient vital sign tracking, while advanced alarm functions and safety protection support timely clinical observation.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n  .dw-hm11-features {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 10px 0 35px;\n    font-family: Arial, Helvetica, sans-serif;\n    color: #1f2937;\n  }\n\n  .dw-hm11-features .feature-intro {\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 32px;\n  }\n\n  .dw-hm11-features .feature-intro h2 {\n    margin: 0 0 12px;\n    font-size: 28px;\n    line-height: 1.25;\n    font-weight: 700;\n  }\n\n  .dw-hm11-features .feature-intro p {\n    margin: 0;\n    font-size: 15px;\n    line-height: 1.7;\n    color: #6b7280;\n  }\n\n  .dw-hm11-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n\n  .dw-hm11-card {\n    position: relative;\n    padding: 26px 23px 25px;\n    min-height: 225px;\n    background: #ffffff;\n    border: 1px solid #e5e7eb;\n    border-radius: 14px;\n    box-shadow: 0 5px 18px rgba(15, 23, 42, 0.05);\n    overflow: hidden;\n    transition: transform 0.25s ease,\n                box-shadow 0.25s ease,\n                border-color 0.25s ease;\n  }\n\n  .dw-hm11-card::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 3px;\n    background: #1d4ed8;\n    transform: scaleX(0);\n    transform-origin: left;\n    transition: transform 0.25s ease;\n  }\n\n  .dw-hm11-card:hover {\n    transform: translateY(-5px);\n    border-color: #93c5fd;\n    box-shadow: 0 14px 30px rgba(29, 78, 216, 0.12);\n  }\n\n  .dw-hm11-card:hover::before {\n    transform: scaleX(1);\n  }\n\n  .dw-hm11-number {\n    display: inline-block;\n    margin-bottom: 17px;\n    font-size: 11px;\n    line-height: 1;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    color: #9ca3af;\n  }\n\n  \/* Unified medical line-icon style *\/\n  .dw-hm11-icon {\n    width: 44px;\n    height: 44px;\n    margin-bottom: 16px;\n    border-radius: 11px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: #eff6ff;\n    color: #1d4ed8;\n    transition: transform 0.25s ease,\n                background 0.25s ease;\n  }\n\n  .dw-hm11-icon svg {\n    width: 25px;\n    height: 25px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .dw-hm11-card:hover .dw-hm11-icon {\n    transform: scale(1.08);\n    background: #dbeafe;\n  }\n\n  .dw-hm11-title {\n    margin: 0 0 7px;\n    font-size: 18px;\n    line-height: 1.3;\n    font-weight: 800;\n    letter-spacing: 0.3px;\n    color: #111827;\n  }\n\n  .dw-hm11-subtitle {\n    margin: 0 0 10px;\n    font-size: 13px;\n    line-height: 1.4;\n    font-weight: 600;\n    color: #1d4ed8;\n  }\n\n  .dw-hm11-text {\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.65;\n    color: #6b7280;\n  }\n\n  @media (max-width: 850px) {\n    .dw-hm11-feature-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 560px) {\n    .dw-hm11-features {\n      padding-left: 5px;\n      padding-right: 5px;\n    }\n\n    .dw-hm11-features .feature-intro h2 {\n      font-size: 24px;\n    }\n\n    .dw-hm11-feature-grid {\n      grid-template-columns: 1fr;\n      gap: 14px;\n    }\n\n    .dw-hm11-card {\n      min-height: auto;\n      padding: 23px 20px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"dw-hm11-features\"\u003e\n\u003cdiv class=\"feature-intro\"\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cp\u003eDesigned for efficient patient monitoring with clear visualization, fast response, advanced safety protection, and reliable clinical alarm functions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dw-hm11-feature-grid\"\u003e\n\u003c!-- 01 Display --\u003e\n\u003carticle class=\"dw-hm11-card\"\u003e\u003cspan class=\"dw-hm11-number\"\u003e01\u003c\/span\u003e\n\u003cdiv class=\"dw-hm11-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003crect x=\"3\" y=\"4\" width=\"18\" height=\"13\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M8 20h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 17v3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6.5 13.5l3-3 2.2 2.1 4.2-4.2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"dw-hm11-title\"\u003e12.1\" HD COLOR DISPLAY\u003c\/h3\u003e\n\u003cp class=\"dw-hm11-subtitle\"\u003eClearer Clinical Visualization\u003c\/p\u003e\n\u003cp class=\"dw-hm11-text\"\u003e12.1-inch color LCD with 1024 × 768 resolution and 10-level brightness adjustment for clear viewing.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- 02 ECG Accuracy --\u003e\n\u003carticle class=\"dw-hm11-card\"\u003e\u003cspan class=\"dw-hm11-number\"\u003e02\u003c\/span\u003e\n\u003cdiv class=\"dw-hm11-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 12h4l2-5 3.2 10 2.3-6H21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 6.5a3 3 0 0 1 4.2-2.7L12 5.5l2.8-1.7A3 3 0 0 1 19 6.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 20s-7-4.1-8.5-8.4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"dw-hm11-title\"\u003e±1 BPM ACCURACY\u003c\/h3\u003e\n\u003cp class=\"dw-hm11-subtitle\"\u003eFast \u0026amp; Reliable Monitoring\u003c\/p\u003e\n\u003cp class=\"dw-hm11-text\"\u003eOptimized algorithms provide ±1 bpm accuracy with fast value refresh response and stable ECG waveform presentation.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- 03 Safety --\u003e\n\u003carticle class=\"dw-hm11-card\"\u003e\u003cspan class=\"dw-hm11-number\"\u003e03\u003c\/span\u003e\n\u003cdiv class=\"dw-hm11-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3l7 3v5.5c0 4.5-2.8 7.8-7 9.5-4.2-1.7-7-5-7-9.5V6l7-3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8.5 12l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"dw-hm11-title\"\u003eDUAL SAFETY PROTECTION\u003c\/h3\u003e\n\u003cp class=\"dw-hm11-subtitle\"\u003eEnhanced Patient Safety\u003c\/p\u003e\n\u003cp class=\"dw-hm11-text\"\u003eDual software and hardware overpressure protection helps support safe blood pressure monitoring and clinical operation.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- 04 Arrhythmia --\u003e\n\u003carticle class=\"dw-hm11-card\"\u003e\u003cspan class=\"dw-hm11-number\"\u003e04\u003c\/span\u003e\n\u003cdiv class=\"dw-hm11-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 12h3.5l2-4.5 3 9 2.2-5H21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M18 4.5v4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M16 6.5h4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"dw-hm11-title\"\u003e20 ARRHYTHMIA EVENTS\u003c\/h3\u003e\n\u003cp class=\"dw-hm11-subtitle\"\u003eAdvanced Alarm Management\u003c\/p\u003e\n\u003cp class=\"dw-hm11-text\"\u003eMultiple alarm modes, ST segment analysis, and three-level audible and visual alarms support timely clinical observation.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- 05 Quick Start --\u003e\n\u003carticle class=\"dw-hm11-card\"\u003e\u003cspan class=\"dw-hm11-number\"\u003e05\u003c\/span\u003e\n\u003cdiv class=\"dw-hm11-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"12\" cy=\"13\" r=\"7.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 13V8.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 13l3.2 2\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 3.5l-2 2\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M16 3.5l2 2\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3v2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"dw-hm11-title\"\u003e7-SECOND QUICK START\u003c\/h3\u003e\n\u003cp class=\"dw-hm11-subtitle\"\u003eEfficient Clinical Operation\u003c\/p\u003e\n\u003cp class=\"dw-hm11-text\"\u003eA short 7-second boot time helps clinicians start patient monitoring quickly and efficiently.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- 06 Alarm Visibility --\u003e\n\u003carticle class=\"dw-hm11-card\"\u003e\u003cspan class=\"dw-hm11-number\"\u003e06\u003c\/span\u003e\n\u003cdiv class=\"dw-hm11-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M7 10a5 5 0 0 1 10 0v3.5l2 2H5l2-2V10z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M10 18h4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 7.5l-1-1\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M20 7.5l1-1\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3V1.8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"dw-hm11-title\"\u003e360° ALARM VISIBILITY\u003c\/h3\u003e\n\u003cp class=\"dw-hm11-subtitle\"\u003eClear Alerts at a Glance\u003c\/p\u003e\n\u003cp class=\"dw-hm11-text\"\u003eA long alarm light with 360-degree visibility makes visual alerts easier to observe in clinical environments.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n  .dw-cta {\n    max-width: 900px;\n    margin: 42px auto;\n    padding: 38px 25px;\n    text-align: center;\n    background: #eff6ff;\n    border: 1px solid #dbeafe;\n    border-radius: 16px;\n  }\n\n  .dw-cta h2 {\n    margin: 0 0 10px;\n    color: #1d4ed8;\n    font-size: 27px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  .dw-cta p {\n    max-width: 650px;\n    margin: 0 auto 22px;\n    color: #6b7280;\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .dw-cta-button {\n    display: inline-block;\n    padding: 12px 26px;\n    background: #1d4ed8;\n    color: #ffffff !important;\n    text-decoration: none !important;\n    border-radius: 8px;\n    font-size: 15px;\n    font-weight: 600;\n    transition: all 0.25s ease;\n  }\n\n  .dw-cta-button:hover {\n    background: #1e40af;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 18px rgba(29, 78, 216, 0.22);\n  }\n\n  @media (max-width: 560px) {\n    .dw-cta {\n      margin: 30px 8px;\n      padding: 30px 18px;\n    }\n\n    .dw-cta h2 {\n      font-size: 23px;\n    }\n\n    .dw-cta p {\n      font-size: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"dw-cta\"\u003e\n\u003ch2\u003eRequest More Information\u003c\/h2\u003e\n\u003cp\u003eInterested in the HM11 patient monitor? Contact our sales team for product details, quotation, and business inquiries.\u003c\/p\u003e\n\u003ca class=\"dw-cta-button\" href=\"https:\/\/wa.me\/8619045050901\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e Contact Us on WhatsApp \u003c\/a\u003e\u003c\/section\u003e\n\u003cdiv style=\"text-align: start;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/1238\/1878\/files\/HM10_HM11_260803_2.jpg?v=1786523732\" alt=\"Dawei HM11 patient monitor features and clinical functions\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: start;\"\u003e\u003c\/div\u003e\n\u003cstyle\u003e\n  .dw-specs {\n    max-width: 900px;\n    margin: 42px auto;\n    padding: 0 15px;\n  }\n\n  .dw-specs h2 {\n    margin: 0 0 22px;\n    text-align: center;\n    color: #1d4ed8;\n    font-size: 28px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  .dw-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    border: 1px solid #e5e7eb;\n    border-radius: 10px;\n    overflow: hidden;\n    font-size: 15px;\n  }\n\n  .dw-spec-table th,\n  .dw-spec-table td {\n    padding: 13px 17px;\n    border-bottom: 1px solid #e5e7eb;\n    text-align: left;\n    vertical-align: middle;\n  }\n\n  .dw-spec-table th {\n    width: 36%;\n    background: #f9fafb;\n    color: #374151;\n    font-weight: 600;\n    border-right: 1px solid #e5e7eb;\n  }\n\n  .dw-spec-table td {\n    width: 64%;\n    color: #6b7280;\n    line-height: 1.5;\n  }\n\n  .dw-spec-table tr:last-child th,\n  .dw-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .dw-spec-table tr:hover th,\n  .dw-spec-table tr:hover td {\n    background: #eff6ff;\n    transition: background 0.2s ease;\n  }\n\n  @media (max-width: 560px) {\n    .dw-specs {\n      padding: 0 8px;\n      margin: 32px auto;\n    }\n\n    .dw-specs h2 {\n      font-size: 23px;\n    }\n\n    .dw-spec-table {\n      font-size: 13px;\n    }\n\n    .dw-spec-table th,\n    .dw-spec-table td {\n      padding: 10px 11px;\n    }\n\n    .dw-spec-table th {\n      width: 38%;\n    }\n\n    .dw-spec-table td {\n      width: 62%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"dw-specs\"\u003e\n\n  \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"dw-spec-table\"\u003e\n    \u003ctbody\u003e\n\n      \u003ctr\u003e\n        \u003cth\u003eModel\u003c\/th\u003e\n        \u003ctd\u003eHM11\u003c\/td\u003e\n      \u003c\/tr\u003e\n\n      \u003ctr\u003e\n        \u003cth\u003eDisplay\u003c\/th\u003e\n        \u003ctd\u003e12.1\" HD Color LCD, 1024 × 768\u003c\/td\u003e\n      \u003c\/tr\u003e\n\n      \u003ctr\u003e\n        \u003cth\u003eMonitoring Parameters\u003c\/th\u003e\n        \u003ctd\u003eECG \/ SpO₂ \/ NIBP \/ Temperature \/ Respiration\u003c\/td\u003e\n      \u003c\/tr\u003e\n\n      \u003ctr\u003e\n        \u003cth\u003eECG Accuracy\u003c\/th\u003e\n        \u003ctd\u003e±1 bpm or ±1%\u003c\/td\u003e\n      \u003c\/tr\u003e\n\n      \u003ctr\u003e\n        \u003cth\u003eNIBP Measurement Modes\u003c\/th\u003e\n        \u003ctd\u003eManual \/ Automatic \/ Continuous \/ Interval\u003c\/td\u003e\n      \u003c\/tr\u003e\n\n      \u003ctr\u003e\n        \u003cth\u003eStartup Time\u003c\/th\u003e\n        \u003ctd\u003e7 Seconds\u003c\/td\u003e\n      \u003c\/tr\u003e\n\n      \u003ctr\u003e\n        \u003cth\u003eBattery Life\u003c\/th\u003e\n        \u003ctd\u003eUp to 240 Minutes\u003c\/td\u003e\n      \u003c\/tr\u003e\n\n      \u003ctr\u003e\n        \u003cth\u003eNet Weight\u003c\/th\u003e\n        \u003ctd\u003e2.95 kg\u003c\/td\u003e\n      \u003c\/tr\u003e\n\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n  .dw-ideal-conclusion {\n    max-width: 900px;\n    margin: 40px auto;\n    padding: 0 15px;\n  }\n\n  .dw-ideal-conclusion h2 {\n    margin: 0 0 18px;\n    color: #1d4ed8;\n    font-size: 26px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  .dw-ideal-list {\n    margin: 0 0 42px;\n    padding-left: 22px;\n    color: #6b7280;\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  .dw-ideal-list li {\n    margin-bottom: 6px;\n  }\n\n  .dw-conclusion {\n    margin-top: 10px;\n  }\n\n  .dw-conclusion p {\n    margin: 0;\n    color: #6b7280;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .dw-conclusion strong {\n    color: #374151;\n    font-weight: 600;\n  }\n\n  @media (max-width: 560px) {\n    .dw-ideal-conclusion {\n      padding: 0 10px;\n      margin: 32px auto;\n    }\n\n    .dw-ideal-conclusion h2 {\n      font-size: 22px;\n    }\n\n    .dw-ideal-list,\n    .dw-conclusion p {\n      font-size: 14px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"dw-ideal-conclusion\"\u003e\n\n  \u003ch2\u003eIdeal For\u003c\/h2\u003e\n\n  \u003cul class=\"dw-ideal-list\"\u003e\n    \u003cli\u003eClinics and outpatient healthcare facilities\u003c\/li\u003e\n    \u003cli\u003eHospitals and professional healthcare environments\u003c\/li\u003e\n    \u003cli\u003eRoutine patient vital sign monitoring\u003c\/li\u003e\n    \u003cli\u003eAdult, child, and neonatal patient monitoring\u003c\/li\u003e\n    \u003cli\u003ePortable monitoring and flexible clinical use\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"dw-conclusion\"\u003e\n    \u003ch2\u003eReliable Monitoring for Everyday Clinical Care\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The \u003cstrong\u003eDawei HM11 patient monitor\u003c\/strong\u003e combines multi-parameter\n      monitoring, fast startup, clear visualization, and flexible operation\n      in a portable all-in-one design. With reliable ECG, SpO₂, NIBP,\n      temperature, and respiration monitoring, it provides an efficient\n      solution for professional patient care and vital sign observation.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Dawei medical","offers":[{"title":"Patient Monitor HM11 Standard","offer_id":41623081189558,"sku":"hm11-1","price":694.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0594\/1238\/1878\/files\/HM10-_1000X1000-1_260729.jpg?v=1786519773","url":"https:\/\/daweihealth.com\/products\/hm11-patient-monitor","provider":"Dawei medical","version":"1.0","type":"link"}