{"id":238781,"date":"2026-01-21T06:55:25","date_gmt":"2026-01-21T06:55:25","guid":{"rendered":"https:\/\/appletechconsultants.com\/2026\/?page_id=238781"},"modified":"2026-04-16T04:49:41","modified_gmt":"2026-04-16T04:49:41","slug":"healthcare","status":"publish","type":"page","link":"https:\/\/appletechconsultants.com\/2026\/healthcare\/","title":{"rendered":"Healthcare"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h1 class=\"at-no-padding-bottom\">Healthcare<\/h1>\n<\/div><\/div>\n\n<div class=\"et_pb_text_1 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Leverage our custom healthcare software development services to help deliver patient-centered software solutions, improve patient outcomes, provide remote care and automate medical workflows.<\/p>\n<p>From prototyping to healthcare software development, deployment, and maintenance, we are adept at providing the complete range of healthcare software engineering services.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_1 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_0 et_pb_code et_animated et_pb_module\"><div class=\"et_pb_code_inner\"><!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>AppleTech Healthcare<\/title>\n<style>\n#atc-hc {\n  --atc-red:       #e8001a;\n  --atc-red-a12:   rgba(232,0,26,0.12);\n  --atc-red-a22:   rgba(232,0,26,0.22);\n  --atc-red-a35:   rgba(232,0,26,0.35);\n  --atc-red-a55:   rgba(232,0,26,0.55);\n  --atc-bg:        #ffffff;\n  --atc-surface:   #ffffff;\n  --atc-text:      #111111;\n  --atc-mono:      'Share Tech Mono', monospace;\n  --atc-sans:      'Rajdhani', sans-serif;\n\n  box-sizing: border-box;\n  font-family: var(--atc-sans);\n  color: var(--atc-text);\n  background: var(--atc-bg);\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  padding: 0 16px;\n  width: 100%;\n  overflow: hidden;\n  position: relative;\n  line-height: normal;\n}\n\n#atc-hc .atc-scene {\n  position: relative;\n  width: 760px;\n  max-width: 100%;\n  height: 400px;\n  flex-shrink: 0;\n  box-shadow: 0px 0px 5px 1px rgba(249, 14, 19, 0.05);\n    margin: 10px 0;\n}\n\n#atc-hc #atc-hc-canvas {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n  background: var(--atc-surface);\n  border-radius: 6px;\n  display: block;\n}\n\n#atc-hc .atc-card {\n  position: absolute;\n  inset: 0;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  gap: 14px;\n  opacity: 0;\n  transition: opacity 0.5s ease;\n  pointer-events: none;\n}\n#atc-hc .atc-card.atc-active { opacity: 1; }\n\n#atc-hc .atc-icon-wrap {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 24px;\n  filter: drop-shadow(0 2px 8px rgba(232,0,26,0.15));\n}\n#atc-hc .atc-icon-wrap.atc-top { align-items: flex-start; }\n\n#atc-hc .atc-card-label {\n  font-family: var(--atc-mono);\n  font-size: 10px;\n  letter-spacing: 4px;\n  text-transform: uppercase;\n  color: var(--atc-red);\n  line-height: 1.4;\n}\n#atc-hc .atc-card-title {\n  font-family: var(--atc-sans);\n  font-size: 20px;\n  font-weight: 700;\n  letter-spacing: 1px;\n  color: var(--atc-text);\n  line-height: 1.2;\n}\n\n@keyframes atchc-build-in {\n  from { stroke-dashoffset: var(--dash-len); opacity: 0; }\n  to   { stroke-dashoffset: 0; opacity: 1; }\n}\n@keyframes atchc-blink {\n  0%,100% { opacity:1; } 50% { opacity:0.3; }\n}\n\n#atc-hc .atc-status-bar {\n  position: absolute;\n  bottom: 0; left: 0; right: 0;\n  height: 26px;\n  background: rgba(232,0,26,0.04);\n  border-top: 1px solid rgba(232,0,26,0.1);\n  display: flex;\n  align-items: center;\n  padding: 0 12px;\n  font-family: var(--atc-mono);\n  font-size: 9.5px;\n  color: var(--atc-red-a55);\n  gap: 8px;\n  border-radius: 0 0 6px 6px;\n  line-height: 1;\n}\n#atc-hc .atc-sdot {\n  width: 5px; height: 5px; border-radius: 50%;\n  background: var(--atc-red);\n  animation: atchc-blink 1s infinite;\n  flex-shrink: 0;\n}\n\n#atc-hc .atc-progress {\n  position: absolute;\n  bottom: 26px; left: 0;\n  height: 2px;\n  background: var(--atc-red);\n  box-shadow: 0 0 6px rgba(232,0,26,0.35);\n  transition: width 2.2s linear;\n  width: 0%;\n}\n\n#atc-hc svg text {\n  font-family: 'Share Tech Mono', monospace;\n}\n\n.animation_svg_card_0 {width:620px; height:auto;}\n\n.animation_svg_card_1_1 {width:290px; height:auto;}\n.animation_svg_card_1_2 {width:240px; height:auto;}\n\n.animation_svg_card_2 {width:560px; height:auto;}\n\n.animation_svg_card_3_1 {width:310px; height:auto;}\n.animation_svg_card_3_2 {width:230px; height:auto;}\n\n.animation_svg_card_4_1 {width:310px; height:auto;}\n.animation_svg_card_4_2 {width:220px; height:auto;}\n\n.animation_svg_card_5_1 {width:300px; height:auto;}\n.animation_svg_card_5_2 {width:225px; height:auto;}\n\n@media (min-width:981px) and (max-width:1500px) {\n    .animation_svg_card_0 {width:355px; height:auto;}\n\n    .animation_svg_card_1_1, .animation_svg_card_1_2, \n    .animation_svg_card_3_1, .animation_svg_card_3_2, \n    .animation_svg_card_4_1, .animation_svg_card_4_2, \n    .animation_svg_card_5_1, .animation_svg_card_5_2 {width:168px; height:auto;}\n\n    .animation_svg_card_2 {width:355px; height:auto;}\n\n    #atc-hc .atc-card-title {font-size:14px;}\n}\n\n@media (min-width:500px) and (max-width:767px) {\n    #atc-hc .atc-scene {\n        width: 100%;\n        height: 65vw;\n    }\n    .animation_svg_card_0 {width:70vw; height:auto;}\n\n    .animation_svg_card_1_1, .animation_svg_card_1_2, \n    .animation_svg_card_3_1, .animation_svg_card_3_2, \n    .animation_svg_card_4_1, .animation_svg_card_4_2, \n    .animation_svg_card_5_1, .animation_svg_card_5_2 {width:35vw; height:auto;}\n\n    .animation_svg_card_2 {width:60vw; height:auto;}\n\n    #atc-hc .atc-card-title {font-size:13px;}\n}\n\n@media (max-width:500px) {\n    #atc-hc .atc-scene {\n        width: 100%;\n        height: 67vw;\n    }\n    .animation_svg_card_0 {width:55vw; height:auto;}\n\n    .animation_svg_card_1_1, .animation_svg_card_1_2, \n    .animation_svg_card_3_1, .animation_svg_card_3_2, \n    .animation_svg_card_4_1, .animation_svg_card_4_2, \n    .animation_svg_card_5_1, .animation_svg_card_5_2 {width:30vw; height:auto;}\n\n    .animation_svg_card_2 {width:60vw; height:auto;}\n\n    #atc-hc .atc-card-title {font-size:9px;}\n    .atc-hc-status {font-size:70% !important;}\n}\n\n<\/style>\n<\/head>\n<body>\n\n<div id=\"atc-hc\">\n\n  <div class=\"atc-scene\">\n    <canvas id=\"atc-hc-canvas\" width=\"760\" height=\"400\"><\/canvas>\n    <div class=\"atc-progress\" id=\"atc-hc-progress\"><\/div>\n\n    <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n         CARD 0 \u2014 Healthcare Data Integration (Circular Architecture)\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n    <div class=\"atc-card\" id=\"atc-hc-card-0\">\n      <div class=\"atc-card-label\">\u2014 Clinical Data Flow<\/div>\n      <div class=\"atc-card-title\">Healthcare Data Integration Architecture<\/div>\n      <div class=\"atc-icon-wrap\">\n        <svg class=\"animation_svg_card_0\" viewBox=\"0 0 620 210\" fill=\"none\">\n\n          <!-- Patient Data Hub (Center Circle) -->\n          <circle class=\"atc-build\" cx=\"100\" cy=\"99\" r=\"50\" stroke=\"#e8001a\" stroke-width=\"2\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:315;animation-delay:0.12s\"\/>\n          <text x=\"75\" y=\"95\" fill=\"#e8001a\" font-size=\"10\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.20s\">PATIENT<\/text>\n          <text x=\"88\" y=\"108\" fill=\"rgba(232,0,26,0.55)\" font-size=\"7\" font-family=\"Share Tech Mono\">HUB<\/text>\n\n          <!-- Data Points Around Circle -->\n          <circle cx=\"50\" cy=\"50\" r=\"6\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:38;animation-delay:0.14s\"\/>\n          <text x=\"30\" y=\"48\" fill=\"rgba(232,0,26,0.6)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Vitals<\/text>\n\n          <circle cx=\"150\" cy=\"50\" r=\"6\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:38;animation-delay:0.16s\"\/>\n          <text x=\"156\" y=\"48\" fill=\"rgba(232,0,26,0.6)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Labs<\/text>\n\n          <circle cx=\"170\" cy=\"99\" r=\"6\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:38;animation-delay:0.18s\"\/>\n          <text x=\"176\" y=\"103\" fill=\"rgba(232,0,26,0.6)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Meds<\/text>\n\n          <circle cx=\"150\" cy=\"148\" r=\"6\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:38;animation-delay:0.20s\"\/>\n          <text x=\"156\" y=\"160\" fill=\"rgba(232,0,26,0.6)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Notes<\/text>\n\n          <circle cx=\"50\" cy=\"148\" r=\"6\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:38;animation-delay:0.22s\"\/>\n          <text x=\"30\" y=\"160\" fill=\"rgba(232,0,26,0.6)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Imaging<\/text>\n\n          <circle cx=\"30\" cy=\"99\" r=\"6\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:38;animation-delay:0.24s\"\/>\n          <text x=\"8\" y=\"103\" fill=\"rgba(232,0,26,0.6)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Orders<\/text>\n\n          <!-- Connecting lines from hub -->\n          <line x1=\"65\" y1=\"70\" x2=\"50\" y2=\"50\" stroke=\"rgba(232,0,26,0.3)\" stroke-width=\"1\" class=\"atc-build\" style=\"--dash-len:28;animation-delay:0.26s\"\/>\n          <line x1=\"135\" y1=\"70\" x2=\"150\" y2=\"50\" stroke=\"rgba(232,0,26,0.3)\" stroke-width=\"1\" class=\"atc-build\" style=\"--dash-len:28;animation-delay:0.28s\"\/>\n          <line x1=\"150\" y1=\"99\" x2=\"170\" y2=\"99\" stroke=\"rgba(232,0,26,0.3)\" stroke-width=\"1\" class=\"atc-build\" style=\"--dash-len:28;animation-delay:0.30s\"\/>\n          <line x1=\"135\" y1=\"128\" x2=\"150\" y2=\"148\" stroke=\"rgba(232,0,26,0.3)\" stroke-width=\"1\" class=\"atc-build\" style=\"--dash-len:28;animation-delay:0.32s\"\/>\n          <line x1=\"65\" y1=\"128\" x2=\"50\" y2=\"148\" stroke=\"rgba(232,0,26,0.3)\" stroke-width=\"1\" class=\"atc-build\" style=\"--dash-len:28;animation-delay:0.34s\"\/>\n          <line x1=\"50\" y1=\"99\" x2=\"30\" y2=\"99\" stroke=\"rgba(232,0,26,0.3)\" stroke-width=\"1\" class=\"atc-build\" style=\"--dash-len:28;animation-delay:0.36s\"\/>\n\n          <!-- Integration Boxes -->\n          <text x=\"210\" y=\"33\" fill=\"rgba(232,0,26,0.4)\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.06s\">INTEGRATION<\/text>\n\n          <!-- FHIR Mapper -->\n          <rect class=\"atc-build\" x=\"210\" y=\"45\" width=\"85\" height=\"35\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:250;animation-delay:0.26s\"\/>\n          <text x=\"230\" y=\"58\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">FHIR API<\/text>\n          <text x=\"220\" y=\"71\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">JSON \u00b7 REST<\/text>\n\n          <!-- HL7 Bridge -->\n          <rect class=\"atc-build\" x=\"210\" y=\"90\" width=\"85\" height=\"35\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:250;animation-delay:0.32s\"\/>\n          <text x=\"225\" y=\"103\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">HL7 v2<\/text>\n          <text x=\"220\" y=\"116\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Legacy \u00b7 CDA<\/text>\n\n          <!-- Data Normalizer -->\n          <rect class=\"atc-build\" x=\"210\" y=\"135\" width=\"85\" height=\"35\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:250;animation-delay:0.38s\"\/>\n          <text x=\"215\" y=\"148\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">NORMALIZE<\/text>\n          <text x=\"220\" y=\"161\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Mirth \u00b7 Talend<\/text>\n\n          <!-- Arrows from hub -->\n          <path class=\"atc-build\" d=\"M170 99 L210 63\" stroke=\"rgba(232,0,26,0.4)\" stroke-width=\"1.2\" style=\"--dash-len:50;animation-delay:0.40s\"\/>\n          <polygon points=\"207,60 217,66 209,75\" fill=\"rgba(232,0,26,0.5)\" class=\"atc-build\" style=\"--dash-len:22;animation-delay:0.43s\"\/>\n          \n          <path class=\"atc-build\" d=\"M170 99 L210 107\" stroke=\"rgba(232,0,26,0.4)\" stroke-width=\"1.2\" style=\"--dash-len:36;animation-delay:0.44s\"\/>\n          <polygon points=\"207,105 217,109 208,118\" fill=\"rgba(232,0,26,0.5)\" class=\"atc-build\" style=\"--dash-len:22;animation-delay:0.47s\"\/>\n\n          <path class=\"atc-build\" d=\"M170 99 L210 152\" stroke=\"rgba(232,0,26,0.4)\" stroke-width=\"1.2\" style=\"--dash-len:50;animation-delay:0.48s\"\/>\n          <polygon points=\"207,149 217,154 209,163\" fill=\"rgba(232,0,26,0.5)\" class=\"atc-build\" style=\"--dash-len:22;animation-delay:0.51s\"\/>\n\n          <!-- Right Side: Clinical Systems -->\n          <text x=\"330\" y=\"33\" fill=\"rgba(232,0,26,0.4)\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.08s\">SYSTEMS<\/text>\n\n          <!-- EHR -->\n          <rect class=\"atc-build\" x=\"330\" y=\"45\" width=\"80\" height=\"40\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:245;animation-delay:0.28s\"\/>\n          <text x=\"350\" y=\"65\" fill=\"#e8001a\" font-size=\"9\" font-family=\"Share Tech Mono\">EHR<\/text>\n          <text x=\"340\" y=\"78\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Epic \u00b7 Cerner<\/text>\n\n          <!-- Clinical Analytics -->\n          <rect class=\"atc-build\" x=\"330\" y=\"95\" width=\"80\" height=\"40\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:245;animation-delay:0.34s\"\/>\n          <text x=\"340\" y=\"115\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">ANALYTICS<\/text>\n          <text x=\"335\" y=\"128\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Python \u00b7 R<\/text>\n\n          <!-- Data Warehouse -->\n          <rect class=\"atc-build\" x=\"330\" y=\"145\" width=\"80\" height=\"40\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:245;animation-delay:0.40s\"\/>\n          <text x=\"340\" y=\"165\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">DATA WH<\/text>\n          <text x=\"335\" y=\"178\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Snowflake<\/text>\n\n          <!-- Arrows from integration to systems -->\n          <path class=\"atc-build\" d=\"M295 63 L330 65\" stroke=\"rgba(232,0,26,0.4)\" stroke-width=\"1\" style=\"--dash-len:40;animation-delay:0.52s\"\/>\n          <polygon points=\"327,61 337,65 328,72\" fill=\"rgba(232,0,26,0.5)\" class=\"atc-build\" style=\"--dash-len:20;animation-delay:0.55s\"\/>\n\n          <path class=\"atc-build\" d=\"M295 107 L330 115\" stroke=\"rgba(232,0,26,0.4)\" stroke-width=\"1\" style=\"--dash-len:40;animation-delay:0.56s\"\/>\n          <polygon points=\"327,113 337,118 328,125\" fill=\"rgba(232,0,26,0.5)\" class=\"atc-build\" style=\"--dash-len:20;animation-delay:0.59s\"\/>\n\n          <path class=\"atc-build\" d=\"M295 152 L330 165\" stroke=\"rgba(232,0,26,0.4)\" stroke-width=\"1\" style=\"--dash-len:40;animation-delay:0.60s\"\/>\n          <polygon points=\"327,163 337,168 328,175\" fill=\"rgba(232,0,26,0.5)\" class=\"atc-build\" style=\"--dash-len:20;animation-delay:0.63s\"\/>\n\n          <!-- Right: Tools & Insights -->\n          <text x=\"450\" y=\"33\" fill=\"rgba(232,0,26,0.4)\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.10s\">INSIGHTS<\/text>\n\n          <!-- CDSS -->\n          <rect class=\"atc-build\" x=\"450\" y=\"45\" width=\"75\" height=\"40\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:235;animation-delay:0.30s\"\/>\n          <text x=\"468\" y=\"65\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">CDSS<\/text>\n          <text x=\"458\" y=\"78\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Risk Alerts<\/text>\n\n          <!-- Dashboards -->\n          <rect class=\"atc-build\" x=\"450\" y=\"95\" width=\"75\" height=\"40\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:235;animation-delay:0.36s\"\/>\n          <text x=\"460\" y=\"115\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">DASHBRD<\/text>\n          <text x=\"458\" y=\"128\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Real-time KPI<\/text>\n\n          <!-- Reports -->\n          <rect class=\"atc-build\" x=\"450\" y=\"145\" width=\"75\" height=\"40\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:235;animation-delay:0.42s\"\/>\n          <text x=\"468\" y=\"165\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">REPORTS<\/text>\n          <text x=\"458\" y=\"178\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Tableau \u00b7 BI<\/text>\n\n          <!-- Arrows to insights -->\n          <path class=\"atc-build\" d=\"M410 65 L450 65\" stroke=\"rgba(232,0,26,0.4)\" stroke-width=\"1\" style=\"--dash-len:44;animation-delay:0.64s\"\/>\n          <polygon points=\"447,61 457,65 448,72\" fill=\"rgba(232,0,26,0.5)\" class=\"atc-build\" style=\"--dash-len:20;animation-delay:0.67s\"\/>\n\n          <path class=\"atc-build\" d=\"M410 115 L450 115\" stroke=\"rgba(232,0,26,0.4)\" stroke-width=\"1\" style=\"--dash-len:44;animation-delay:0.68s\"\/>\n          <polygon points=\"447,111 457,115 448,122\" fill=\"rgba(232,0,26,0.5)\" class=\"atc-build\" style=\"--dash-len:20;animation-delay:0.71s\"\/>\n\n          <path class=\"atc-build\" d=\"M410 165 L450 165\" stroke=\"rgba(232,0,26,0.4)\" stroke-width=\"1\" style=\"--dash-len:44;animation-delay:0.72s\"\/>\n          <polygon points=\"447,161 457,165 448,172\" fill=\"rgba(232,0,26,0.5)\" class=\"atc-build\" style=\"--dash-len:20;animation-delay:0.75s\"\/>\n\n        <\/svg>\n      <\/div>\n    <\/div>\n\n    <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n         CARD 1 \u2014 Patient Record Structure\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n    <div class=\"atc-card\" id=\"atc-hc-card-1\">\n      <div class=\"atc-card-label\">\u2014 Clinical Database<\/div>\n      <div class=\"atc-card-title\">Patient Records &amp; Clinical Data Structure<\/div>\n      <div class=\"atc-icon-wrap atc-top\" style=\"gap:20px\">\n\n        <!-- FHIR JSON Editor -->\n        <svg class=\"animation_svg_card_1_1\" viewBox=\"0 0 290 210\" fill=\"none\">\n          <rect class=\"atc-build\" x=\"0\" y=\"0\" width=\"290\" height=\"210\" rx=\"6\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.02)\" style=\"--dash-len:1005\"\/>\n          <rect x=\"0\" y=\"0\" width=\"290\" height=\"18\" rx=\"6\" fill=\"rgba(232,0,26,0.07)\" class=\"atc-build\" style=\"--dash-len:616;animation-delay:0.12s\"\/>\n          <circle cx=\"10\" cy=\"9\" r=\"3\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:20;animation-delay:0.22s\"\/>\n          <circle cx=\"20\" cy=\"9\" r=\"3\" fill=\"rgba(232,0,26,0.35)\" class=\"atc-build\" style=\"--dash-len:20;animation-delay:0.24s\"\/>\n          <text x=\"35\" y=\"13\" fill=\"rgba(232,0,26,0.55)\" font-size=\"6.5\" font-family=\"Share Tech Mono\">patient.json<\/text>\n          <rect x=\"0\" y=\"18\" width=\"22\" height=\"192\" fill=\"rgba(232,0,26,0.04)\" class=\"atc-build\" style=\"--dash-len:430;animation-delay:0.18s\"\/>\n          <text x=\"4\" y=\"32\" fill=\"rgba(232,0,26,0.25)\" font-size=\"6\" font-family=\"Share Tech Mono\">01<\/text>\n          <text x=\"4\" y=\"44\" fill=\"rgba(232,0,26,0.25)\" font-size=\"6\" font-family=\"Share Tech Mono\">02<\/text>\n          <text x=\"4\" y=\"56\" fill=\"rgba(232,0,26,0.25)\" font-size=\"6\" font-family=\"Share Tech Mono\">03<\/text>\n          <text x=\"4\" y=\"68\" fill=\"rgba(232,0,26,0.25)\" font-size=\"6\" font-family=\"Share Tech Mono\">04<\/text>\n          <text x=\"4\" y=\"80\" fill=\"rgba(232,0,26,0.25)\" font-size=\"6\" font-family=\"Share Tech Mono\">05<\/text>\n          <text x=\"4\" y=\"92\" fill=\"rgba(232,0,26,0.25)\" font-size=\"6\" font-family=\"Share Tech Mono\">06<\/text>\n          <text x=\"4\" y=\"104\" fill=\"rgba(232,0,26,0.25)\" font-size=\"6\" font-family=\"Share Tech Mono\">07<\/text>\n          <text x=\"4\" y=\"116\" fill=\"rgba(232,0,26,0.25)\" font-size=\"6\" font-family=\"Share Tech Mono\">08<\/text>\n          <text x=\"4\" y=\"128\" fill=\"rgba(232,0,26,0.25)\" font-size=\"6\" font-family=\"Share Tech Mono\">09<\/text>\n          <text x=\"4\" y=\"140\" fill=\"rgba(232,0,26,0.25)\" font-size=\"6\" font-family=\"Share Tech Mono\">10<\/text>\n          <text x=\"4\" y=\"152\" fill=\"rgba(232,0,26,0.25)\" font-size=\"6\" font-family=\"Share Tech Mono\">11<\/text>\n          <text x=\"4\" y=\"164\" fill=\"rgba(232,0,26,0.25)\" font-size=\"6\" font-family=\"Share Tech Mono\">12<\/text>\n          <text x=\"4\" y=\"176\" fill=\"rgba(232,0,26,0.25)\" font-size=\"6\" font-family=\"Share Tech Mono\">13<\/text>\n\n          <text x=\"28\" y=\"32\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:40;animation-delay:0.28s\">{<\/text>\n          <text x=\"28\" y=\"44\" fill=\"rgba(232,0,26,0.65)\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.32s\">  \"resourceType\"<\/text>\n          <text x=\"28\" y=\"56\" fill=\"rgba(232,0,26,0.65)\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:80;animation-delay:0.36s\">  \"id\": \"pt-847\",<\/text>\n          <text x=\"28\" y=\"68\" fill=\"rgba(232,0,26,0.65)\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:110;animation-delay:0.40s\">  \"birthDate\": \"1982\",<\/text>\n          <text x=\"28\" y=\"80\" fill=\"rgba(232,0,26,0.65)\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.44s\">  \"contact\": {...},<\/text>\n          <text x=\"28\" y=\"92\" fill=\"rgba(232,0,26,0.65)\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:120;animation-delay:0.48s\">  \"address\": {...},<\/text>\n          <text x=\"28\" y=\"104\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:80;animation-delay:0.52s\">  \"meta\": {<\/text>\n          <text x=\"28\" y=\"116\" fill=\"rgba(232,0,26,0.55)\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:140;animation-delay:0.56s\">    \"lastUpdated\": \"ts\"<\/text>\n          <text x=\"28\" y=\"128\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:20;animation-delay:0.60s\">  }<\/text>\n          <text x=\"28\" y=\"140\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:20;animation-delay:0.64s\">}<\/text>\n          <rect x=\"28\" y=\"145\" width=\"1\" height=\"9\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:18;animation-delay:0.90s\"\/>\n          <rect x=\"0\" y=\"192\" width=\"290\" height=\"18\" rx=\"0\" fill=\"rgba(232,0,26,0.05)\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.5\" class=\"atc-build\" style=\"--dash-len:620;animation-delay:0.78s\"\/>\n          <text x=\"8\" y=\"203\" fill=\"rgba(232,0,26,0.55)\" font-size=\"6\" font-family=\"Share Tech Mono\">\u25b6  Valid FHIR \u00b7 0.045s<\/text>\n        <\/svg>\n\n        <!-- Healthcare Schema Diagram -->\n        <svg class=\"animation_svg_card_1_2\" viewBox=\"0 0 240 210\" fill=\"none\">\n          <text x=\"0\" y=\"13\" fill=\"rgba(232,0,26,0.45)\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.1s\">SCHEMA<\/text>\n          <line x1=\"0\" y1=\"17\" x2=\"240\" y2=\"17\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:244;animation-delay:0.14s\"\/>\n\n          <!-- Patient Master -->\n          <rect class=\"atc-build\" x=\"70\" y=\"22\" width=\"100\" height=\"60\" rx=\"4\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:330;animation-delay:0.22s\"\/>\n          <rect x=\"70\" y=\"22\" width=\"100\" height=\"13\" rx=\"4\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:220;animation-delay:0.30s\"\/>\n          <text x=\"85\" y=\"32\" fill=\"#fff\" font-size=\"6.5\" font-family=\"Share Tech Mono\">PATIENT<\/text>\n          <text x=\"76\" y=\"46\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">\ud83d\udd11 patient_id<\/text>\n          <text x=\"76\" y=\"56\" fill=\"rgba(232,0,26,0.55)\" font-size=\"6\" font-family=\"Share Tech Mono\">mrn, dob, gender<\/text>\n          <text x=\"76\" y=\"66\" fill=\"rgba(232,0,26,0.55)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">name, contact<\/text>\n\n          <!-- Encounters -->\n          <rect class=\"atc-build\" x=\"0\" y=\"115\" width=\"95\" height=\"60\" rx=\"4\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:325;animation-delay:0.28s\"\/>\n          <rect x=\"0\" y=\"115\" width=\"95\" height=\"13\" rx=\"4\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:205;animation-delay:0.36s\"\/>\n          <text x=\"10\" y=\"125\" fill=\"#fff\" font-size=\"6.5\" font-family=\"Share Tech Mono\">ENCOUNTER<\/text>\n          <text x=\"6\" y=\"139\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">\ud83d\udd11 enc_id FK<\/text>\n          <text x=\"6\" y=\"149\" fill=\"rgba(232,0,26,0.55)\" font-size=\"6\" font-family=\"Share Tech Mono\">visit_date, type<\/text>\n          <text x=\"6\" y=\"159\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">provider, location<\/text>\n\n          <!-- Observations -->\n          <rect class=\"atc-build\" x=\"145\" y=\"115\" width=\"95\" height=\"60\" rx=\"4\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:325;animation-delay:0.32s\"\/>\n          <rect x=\"145\" y=\"115\" width=\"95\" height=\"13\" rx=\"4\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:205;animation-delay:0.40s\"\/>\n          <text x=\"155\" y=\"125\" fill=\"#fff\" font-size=\"6.5\" font-family=\"Share Tech Mono\">OBSERVATION<\/text>\n          <text x=\"151\" y=\"139\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">\ud83d\udd11 obs_id FK<\/text>\n          <text x=\"151\" y=\"149\" fill=\"rgba(232,0,26,0.55)\" font-size=\"6\" font-family=\"Share Tech Mono\">code, value, unit<\/text>\n          <text x=\"151\" y=\"159\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">timestamp, status<\/text>\n\n          <!-- Relations -->\n          <path class=\"atc-build\" d=\"M120 82 L120 100 L47 100 L47 115\" stroke=\"rgba(232,0,26,0.45)\" stroke-width=\"1.2\" fill=\"none\" style=\"--dash-len:110;animation-delay:0.55s\"\/>\n          <circle cx=\"47\" cy=\"115\" r=\"2.5\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:18;animation-delay:0.60s\"\/>\n          <text x=\"80\" y=\"98\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">1:N<\/text>\n\n          <path class=\"atc-build\" d=\"M120 82 L120 100 L192 100 L192 115\" stroke=\"rgba(232,0,26,0.45)\" stroke-width=\"1.2\" fill=\"none\" style=\"--dash-len:110;animation-delay:0.58s\"\/>\n          <circle cx=\"192\" cy=\"115\" r=\"2.5\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:18;animation-delay:0.63s\"\/>\n          <text x=\"130\" y=\"98\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">1:N<\/text>\n        <\/svg>\n\n      <\/div>\n    <\/div>\n\n    <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n         CARD 2 \u2014 Clinical Machine Learning Pipeline\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n    <div class=\"atc-card\" id=\"atc-hc-card-2\">\n      <div class=\"atc-card-label\">\u2014 Clinical ML Models<\/div>\n      <div class=\"atc-card-title\">Predictive Analytics &amp; ML Model Pipeline<\/div>\n      <div class=\"atc-icon-wrap\">\n        <svg class=\"animation_svg_card_2\" viewBox=\"0 0 560 210\" fill=\"none\">\n\n          <!-- Data Prep Phase -->\n          <text x=\"0\" y=\"13\" fill=\"#e8001a\" font-size=\"9\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:40;animation-delay:0s\">PREP<\/text>\n          <text x=\"36\" y=\"13\" fill=\"rgba(232,0,26,0.4)\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.05s\">Feature Eng \u2192 Cohort Build<\/text>\n          <line x1=\"0\" y1=\"17\" x2=\"256\" y2=\"17\" stroke=\"rgba(232,0,26,0.12)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:260;animation-delay:0.08s\"\/>\n\n          <!-- Clinical Data Box -->\n          <rect class=\"atc-build\" x=\"0\" y=\"24\" width=\"70\" height=\"150\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:445;animation-delay:0.15s\"\/>\n          <rect x=\"0\" y=\"24\" width=\"70\" height=\"16\" rx=\"5\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:183;animation-delay:0.24s\"\/>\n          <text x=\"8\" y=\"36\" fill=\"#fff\" font-size=\"8\" font-family=\"Share Tech Mono\">CLINICAL<\/text>\n          <text x=\"6\" y=\"56\" fill=\"rgba(232,0,26,0.6)\" font-size=\"6.5\" font-family=\"Share Tech Mono\">Vitals<\/text>\n          <rect x=\"6\" y=\"59\" width=\"58\" height=\"3\" rx=\"1\" fill=\"rgba(232,0,26,0.2)\" class=\"atc-build\" style=\"--dash-len:70;animation-delay:0.35s\"\/>\n          <text x=\"6\" y=\"72\" fill=\"rgba(232,0,26,0.6)\" font-size=\"6.5\" font-family=\"Share Tech Mono\">Labs<\/text>\n          <rect x=\"6\" y=\"75\" width=\"48\" height=\"3\" rx=\"1\" fill=\"rgba(232,0,26,0.2)\" class=\"atc-build\" style=\"--dash-len:58;animation-delay:0.38s\"\/>\n          <text x=\"6\" y=\"88\" fill=\"rgba(232,0,26,0.6)\" font-size=\"6.5\" font-family=\"Share Tech Mono\">Meds<\/text>\n          <rect x=\"6\" y=\"91\" width=\"54\" height=\"3\" rx=\"1\" fill=\"rgba(232,0,26,0.2)\" class=\"atc-build\" style=\"--dash-len:64;animation-delay:0.41s\"\/>\n          <text x=\"6\" y=\"118\" fill=\"rgba(232,0,26,0.35)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">ICD codes<\/text>\n          <text x=\"6\" y=\"128\" fill=\"rgba(232,0,26,0.35)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">LOINC codes<\/text>\n          <text x=\"6\" y=\"138\" fill=\"rgba(232,0,26,0.35)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Time series<\/text>\n          <text x=\"6\" y=\"160\" fill=\"rgba(232,0,26,0.25)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Pandas \u00b7 Polars<\/text>\n          <text x=\"6\" y=\"170\" fill=\"rgba(232,0,26,0.25)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">SQL Extract<\/text>\n\n          <!-- Arrow to Features -->\n          <path class=\"atc-build\" d=\"M70 99 L88 99\" stroke=\"#e8001a\" stroke-width=\"1.5\" style=\"--dash-len:22;animation-delay:0.44s\"\/>\n          <polygon points=\"85,95 94,99 85,103\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:22;animation-delay:0.47s\"\/>\n\n          <!-- Feature Engineering Box -->\n          <rect class=\"atc-build\" x=\"94\" y=\"24\" width=\"70\" height=\"150\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"2\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:445;animation-delay:0.2s\"\/>\n          <rect x=\"94\" y=\"24\" width=\"70\" height=\"16\" rx=\"5\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:183;animation-delay:0.28s\"\/>\n          <text x=\"98\" y=\"36\" fill=\"#fff\" font-size=\"8\" font-family=\"Share Tech Mono\">FEATURES<\/text>\n          <text x=\"100\" y=\"54\" fill=\"rgba(232,0,26,0.65)\" font-size=\"6\" font-family=\"Share Tech Mono\">ENCODE<\/text>\n          <text x=\"100\" y=\"66\" fill=\"rgba(232,0,26,0.65)\" font-size=\"6\" font-family=\"Share Tech Mono\">AGGREGATE<\/text>\n          <text x=\"100\" y=\"78\" fill=\"rgba(232,0,26,0.65)\" font-size=\"6\" font-family=\"Share Tech Mono\">NORMALIZE<\/text>\n          <text x=\"100\" y=\"90\" fill=\"rgba(232,0,26,0.65)\" font-size=\"6\" font-family=\"Share Tech Mono\">IMPUTE<\/text>\n          <text x=\"100\" y=\"102\" fill=\"rgba(232,0,26,0.65)\" font-size=\"6\" font-family=\"Share Tech Mono\">SELECT<\/text>\n          <text x=\"100\" y=\"114\" fill=\"rgba(232,0,26,0.65)\" font-size=\"6\" font-family=\"Share Tech Mono\">SCALE<\/text>\n          <text x=\"100\" y=\"160\" fill=\"rgba(232,0,26,0.25)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Scikit-learn<\/text>\n          <text x=\"100\" y=\"170\" fill=\"rgba(232,0,26,0.25)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Feature Store<\/text>\n\n          <!-- Arrow to Cohort -->\n          <path class=\"atc-build\" d=\"M164 99 L182 99\" stroke=\"#e8001a\" stroke-width=\"1.5\" style=\"--dash-len:22;animation-delay:0.56s\"\/>\n          <polygon points=\"179,95 188,99 179,103\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:22;animation-delay:0.59s\"\/>\n\n          <!-- Cohort Building Box -->\n          <rect class=\"atc-build\" x=\"188\" y=\"24\" width=\"70\" height=\"150\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:445;animation-delay:0.25s\"\/>\n          <rect x=\"188\" y=\"24\" width=\"70\" height=\"16\" rx=\"5\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:183;animation-delay:0.32s\"\/>\n          <text x=\"203\" y=\"36\" fill=\"#fff\" font-size=\"8\" font-family=\"Share Tech Mono\">COHORT<\/text>\n          <circle cx=\"208\" cy=\"58\" r=\"7\" stroke=\"#e8001a\" stroke-width=\"1\" fill=\"rgba(232,0,26,0.08)\" class=\"atc-build\" style=\"--dash-len:50;animation-delay:0.42s\"\/>\n          <circle cx=\"230\" cy=\"58\" r=\"7\" stroke=\"#e8001a\" stroke-width=\"1\" fill=\"rgba(232,0,26,0.08)\" class=\"atc-build\" style=\"--dash-len:50;animation-delay:0.44s\"\/>\n          <circle cx=\"220\" cy=\"75\" r=\"7\" stroke=\"#e8001a\" stroke-width=\"1\" fill=\"rgba(232,0,26,0.08)\" class=\"atc-build\" style=\"--dash-len:50;animation-delay:0.46s\"\/>\n          <text x=\"196\" y=\"105\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Inclusion<\/text>\n          <text x=\"196\" y=\"116\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Exclusion<\/text>\n          <text x=\"196\" y=\"127\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Stratify<\/text>\n          <text x=\"196\" y=\"160\" fill=\"rgba(232,0,26,0.25)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">SQL \/ dbt<\/text>\n          <text x=\"196\" y=\"170\" fill=\"rgba(232,0,26,0.25)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">N = 2847<\/text>\n\n          <!-- Divider -->\n          <line x1=\"282\" y1=\"0\" x2=\"282\" y2=\"210\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"1\" stroke-dasharray=\"4 4\" class=\"atc-build\" style=\"--dash-len:215;animation-delay:0.05s\"\/>\n\n          <!-- ML Training Phase -->\n          <text x=\"292\" y=\"13\" fill=\"#e8001a\" font-size=\"9\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:40;animation-delay:0.05s\">MODEL<\/text>\n          <text x=\"328\" y=\"13\" fill=\"rgba(232,0,26,0.4)\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.08s\">Train \u2192 Validate \u2192 Deploy<\/text>\n          <line x1=\"292\" y1=\"17\" x2=\"556\" y2=\"17\" stroke=\"rgba(232,0,26,0.12)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:268;animation-delay:0.1s\"\/>\n\n          <!-- Training Box -->\n          <rect class=\"atc-build\" x=\"292\" y=\"24\" width=\"70\" height=\"150\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:445;animation-delay:0.18s\"\/>\n          <rect x=\"292\" y=\"24\" width=\"70\" height=\"16\" rx=\"5\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:183;animation-delay:0.26s\"\/>\n          <text x=\"310\" y=\"36\" fill=\"#fff\" font-size=\"8\" font-family=\"Share Tech Mono\">TRAIN<\/text>\n          <text x=\"298\" y=\"54\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">XGBoost<\/text>\n          <text x=\"298\" y=\"66\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Random Forest<\/text>\n          <text x=\"298\" y=\"78\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Logistic Reg<\/text>\n          <text x=\"298\" y=\"90\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Neural Net<\/text>\n          <text x=\"298\" y=\"160\" fill=\"rgba(232,0,26,0.25)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">TensorFlow<\/text>\n          <text x=\"298\" y=\"170\" fill=\"rgba(232,0,26,0.25)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">PyTorch<\/text>\n\n          <!-- Arrow to Validate -->\n          <path class=\"atc-build\" d=\"M362 99 L380 99\" stroke=\"#e8001a\" stroke-width=\"1.5\" style=\"--dash-len:22;animation-delay:0.48s\"\/>\n          <polygon points=\"377,95 386,99 377,103\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:22;animation-delay:0.51s\"\/>\n\n          <!-- Validation Box -->\n          <rect class=\"atc-build\" x=\"386\" y=\"24\" width=\"70\" height=\"150\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:445;animation-delay:0.22s\"\/>\n          <rect x=\"386\" y=\"24\" width=\"70\" height=\"16\" rx=\"5\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:183;animation-delay:0.30s\"\/>\n          <text x=\"397\" y=\"36\" fill=\"#fff\" font-size=\"8\" font-family=\"Share Tech Mono\">VALIDATE<\/text>\n          <text x=\"392\" y=\"54\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">AUC = 0.87<\/text>\n          <text x=\"392\" y=\"66\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Sensitivity<\/text>\n          <text x=\"392\" y=\"78\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Specificity<\/text>\n          <text x=\"392\" y=\"90\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">PPV \/ NPV<\/text>\n          <text x=\"392\" y=\"105\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Cross-Val<\/text>\n          <text x=\"392\" y=\"160\" fill=\"rgba(232,0,26,0.25)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">MLflow<\/text>\n          <text x=\"392\" y=\"170\" fill=\"rgba(232,0,26,0.25)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">W&B<\/text>\n\n          <!-- Arrow to Deploy -->\n          <path class=\"atc-build\" d=\"M456 99 L474 99\" stroke=\"#e8001a\" stroke-width=\"1.5\" style=\"--dash-len:22;animation-delay:0.60s\"\/>\n          <polygon points=\"471,95 480,99 471,103\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:22;animation-delay:0.63s\"\/>\n\n          <!-- Deployment Box -->\n          <rect class=\"atc-build\" x=\"480\" y=\"24\" width=\"76\" height=\"150\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"2\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:455;animation-delay:0.26s\"\/>\n          <rect x=\"480\" y=\"24\" width=\"76\" height=\"16\" rx=\"5\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:199;animation-delay:0.34s\"\/>\n          <text x=\"493\" y=\"36\" fill=\"#fff\" font-size=\"8\" font-family=\"Share Tech Mono\">DEPLOY<\/text>\n          <text x=\"486\" y=\"52\" fill=\"rgba(232,0,26,0.55)\" font-size=\"6\" font-family=\"Share Tech Mono\">REST API<\/text>\n          <text x=\"486\" y=\"64\" fill=\"rgba(232,0,26,0.55)\" font-size=\"6\" font-family=\"Share Tech Mono\">Docker<\/text>\n          <text x=\"486\" y=\"76\" fill=\"rgba(232,0,26,0.55)\" font-size=\"6\" font-family=\"Share Tech Mono\">K8s \u00b7 Prod<\/text>\n          <text x=\"486\" y=\"88\" fill=\"rgba(232,0,26,0.55)\" font-size=\"6\" font-family=\"Share Tech Mono\">Real-time<\/text>\n          <text x=\"486\" y=\"110\" fill=\"rgba(232,0,26,0.35)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Performance<\/text>\n          <text x=\"486\" y=\"120\" fill=\"rgba(232,0,26,0.35)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Monitoring<\/text>\n          <text x=\"486\" y=\"130\" fill=\"rgba(232,0,26,0.35)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Retraining<\/text>\n          <text x=\"486\" y=\"160\" fill=\"rgba(232,0,26,0.25)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">FastAPI<\/text>\n          <text x=\"486\" y=\"170\" fill=\"rgba(232,0,26,0.25)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Kubernetes<\/text>\n\n        <\/svg>\n      <\/div>\n    <\/div>\n\n    <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n         CARD 3 \u2014 Security & Compliance Framework\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n    <div class=\"atc-card\" id=\"atc-hc-card-3\">\n      <div class=\"atc-card-label\">\u2014 Data Protection<\/div>\n      <div class=\"atc-card-title\">HIPAA Compliance &amp; Data Security Framework<\/div>\n      <div class=\"atc-icon-wrap atc-top\" style=\"gap:18px\">\n\n        <!-- Security Pyramid -->\n        <svg class=\"animation_svg_card_3_1\" viewBox=\"0 0 310 210\" fill=\"none\">\n          <text x=\"0\" y=\"13\" fill=\"rgba(232,0,26,0.45)\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0s\">SECURITY LAYERS<\/text>\n          <line x1=\"0\" y1=\"17\" x2=\"310\" y2=\"17\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:315;animation-delay:0.04s\"\/>\n\n          <!-- Layer 1: Access Control (top) -->\n          <polygon class=\"atc-build\" points=\"155,30 200,60 110,60\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.06)\" style=\"--dash-len:210;animation-delay:0.14s\"\/>\n          <text x=\"140\" y=\"50\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">ACCESS CTL<\/text>\n\n          <!-- Layer 2: Encryption -->\n          <polygon class=\"atc-build\" points=\"80,65 230,65 200,95 110,95\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:310;animation-delay:0.20s\"\/>\n          <text x=\"130\" y=\"83\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">ENCRYPTION<\/text>\n\n          <!-- Layer 3: Monitoring -->\n          <polygon class=\"atc-build\" points=\"50,100 260,100 230,130 80,130\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:410;animation-delay:0.26s\"\/>\n          <text x=\"120\" y=\"118\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">MONITORING<\/text>\n\n          <!-- Layer 4: Audit -->\n          <polygon class=\"atc-build\" points=\"20,135 290,135 260,165 50,165\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:510;animation-delay:0.32s\"\/>\n          <text x=\"120\" y=\"153\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">AUDIT & LOGGING<\/text>\n\n          <!-- Layer 5: Compliance (bottom) -->\n          <polygon class=\"atc-build\" points=\"0,170 310,170 310,195 0,195\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:620;animation-delay:0.38s\"\/>\n          <text x=\"75\" y=\"185\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">HIPAA \u00b7 HITECH \u00b7 GDPR<\/text>\n\n        <\/svg>\n\n        <!-- Compliance Checklist -->\n        <svg class=\"animation_svg_card_3_2\" viewBox=\"0 0 230 210\" fill=\"none\">\n          <text x=\"0\" y=\"13\" fill=\"rgba(232,0,26,0.45)\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.06s\">COMPLIANCE<\/text>\n          <line x1=\"0\" y1=\"17\" x2=\"230\" y2=\"17\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:234;animation-delay:0.10s\"\/>\n\n          <!-- HIPAA Check -->\n          <rect class=\"atc-build\" x=\"0\" y=\"22\" width=\"230\" height=\"24\" rx=\"3\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"#e8001a\" style=\"--dash-len:512;animation-delay:0.20s\"\/>\n          <text x=\"10\" y=\"38\" fill=\"#fff\" font-size=\"7\" font-family=\"Share Tech Mono\">\u2713 HIPAA Privacy & Security<\/text>\n\n          <!-- HITECH Check -->\n          <rect class=\"atc-build\" x=\"0\" y=\"50\" width=\"230\" height=\"24\" rx=\"3\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.55)\" style=\"--dash-len:512;animation-delay:0.26s\"\/>\n          <text x=\"10\" y=\"66\" fill=\"#fff\" font-size=\"7\" font-family=\"Share Tech Mono\">\u2713 HITECH Breach Notification<\/text>\n\n          <!-- SOC 2 Check -->\n          <rect class=\"atc-build\" x=\"0\" y=\"78\" width=\"230\" height=\"24\" rx=\"3\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.35)\" style=\"--dash-len:512;animation-delay:0.32s\"\/>\n          <text x=\"10\" y=\"94\" fill=\"#fff\" font-size=\"7\" font-family=\"Share Tech Mono\">\u2713 SOC 2 Type II Certified<\/text>\n\n          <!-- HITRUST -->\n          <rect class=\"atc-build\" x=\"0\" y=\"106\" width=\"230\" height=\"24\" rx=\"3\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.2)\" style=\"--dash-len:512;animation-delay:0.38s\"\/>\n          <text x=\"10\" y=\"122\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">\u2713 HITRUST CSF Level 2<\/text>\n\n          <!-- GDPR -->\n          <rect class=\"atc-build\" x=\"0\" y=\"134\" width=\"230\" height=\"24\" rx=\"3\" stroke=\"rgba(232,0,26,0.4)\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.06)\" style=\"--dash-len:512;animation-delay:0.44s\"\/>\n          <text x=\"10\" y=\"150\" fill=\"rgba(232,0,26,0.7)\" font-size=\"7\" font-family=\"Share Tech Mono\">\u2713 GDPR Compliant (EU data)<\/text>\n\n          <!-- Annual Assessment -->\n          <line x1=\"0\" y1=\"164\" x2=\"230\" y2=\"164\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:234;animation-delay:0.50s\"\/>\n          <text x=\"0\" y=\"176\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.55s\">ASSESSMENT:<\/text>\n          <text x=\"0\" y=\"188\" fill=\"rgba(232,0,26,0.3)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.60s\">Annual Risk Assessment<\/text>\n          <text x=\"0\" y=\"198\" fill=\"rgba(232,0,26,0.3)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.64s\">Quarterly Reviews + Audits<\/text>\n        <\/svg>\n\n      <\/div>\n    <\/div>\n\n    <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n         CARD 4 \u2014 Clinical Decision Support System\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n    <div class=\"atc-card\" id=\"atc-hc-card-4\">\n      <div class=\"atc-card-label\">\u2014 Decision Support<\/div>\n      <div class=\"atc-card-title\">Real-Time Clinical Decision Support &amp; Integration<\/div>\n      <div class=\"atc-icon-wrap atc-top\" style=\"gap:20px\">\n\n        <!-- CDSS Flow -->\n        <svg class=\"animation_svg_card_4_1\" viewBox=\"0 0 310 210\" fill=\"none\">\n          <text x=\"0\" y=\"13\" fill=\"rgba(232,0,26,0.45)\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0s\">CDSS WORKFLOW<\/text>\n          <line x1=\"0\" y1=\"17\" x2=\"310\" y2=\"17\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:315;animation-delay:0.04s\"\/>\n\n          <!-- Encounter Start -->\n          <circle cx=\"40\" cy=\"60\" r=\"12\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:78;animation-delay:0.12s\"\/>\n          <text x=\"32\" y=\"65\" fill=\"#fff\" font-size=\"6\" font-family=\"Share Tech Mono\">START<\/text>\n\n          <!-- Patient Context Box -->\n          <rect class=\"atc-build\" x=\"0\" y=\"85\" width=\"80\" height=\"40\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:245;animation-delay:0.18s\"\/>\n          <text x=\"10\" y=\"100\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">CONTEXT<\/text>\n          <text x=\"8\" y=\"114\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Patient Hx + Current<\/text>\n\n          <!-- Arrow -->\n          <path class=\"atc-build\" d=\"M40 72 L40 85\" stroke=\"rgba(232,0,26,0.4)\" stroke-width=\"1.2\" style=\"--dash-len:18;animation-delay:0.28s\"\/>\n          <polygon points=\"37,83 40,89 43,83\" fill=\"rgba(232,0,26,0.5)\" class=\"atc-build\" style=\"--dash-len:18;animation-delay:0.31s\"\/>\n\n          <!-- Rule Engine -->\n          <rect class=\"atc-build\" x=\"100\" y=\"60\" width=\"100\" height=\"65\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"2\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:345;animation-delay:0.22s\"\/>\n          <text x=\"120\" y=\"80\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">RULE ENGINE<\/text>\n          <text x=\"106\" y=\"94\" fill=\"rgba(232,0,26,0.55)\" font-size=\"6\" font-family=\"Share Tech Mono\">Clinical Guidelines<\/text>\n          <text x=\"106\" y=\"106\" fill=\"rgba(232,0,26,0.55)\" font-size=\"6\" font-family=\"Share Tech Mono\">ML Models<\/text>\n          <text x=\"106\" y=\"118\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Evidence Base<\/text>\n\n          <!-- Arrow from context -->\n          <path class=\"atc-build\" d=\"M80 105 L100 105\" stroke=\"rgba(232,0,26,0.4)\" stroke-width=\"1.2\" style=\"--dash-len:24;animation-delay:0.38s\"\/>\n          <polygon points=\"97,101 107,105 98,109\" fill=\"rgba(232,0,26,0.5)\" class=\"atc-build\" style=\"--dash-len:18;animation-delay:0.41s\"\/>\n\n          <!-- Output: Alerts -->\n          <rect class=\"atc-build\" x=\"225\" y=\"60\" width=\"85\" height=\"40\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:250;animation-delay:0.26s\"\/>\n          <text x=\"238\" y=\"75\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">ALERTS<\/text>\n          <text x=\"230\" y=\"88\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Severity, Confidence<\/text>\n\n          <!-- Arrow from engine to alerts -->\n          <path class=\"atc-build\" d=\"M200 105 L225 105\" stroke=\"rgba(232,0,26,0.4)\" stroke-width=\"1.2\" style=\"--dash-len:30;animation-delay:0.44s\"\/>\n          <polygon points=\"222,101 232,105 223,109\" fill=\"rgba(232,0,26,0.5)\" class=\"atc-build\" style=\"--dash-len:18;animation-delay:0.47s\"\/>\n\n          <!-- Bottom: Real-time Actions -->\n          <text x=\"0\" y=\"140\" fill=\"rgba(232,0,26,0.45)\" font-size=\"6.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.50s\">USE CASES<\/text>\n          <text x=\"0\" y=\"154\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.54s\">\ud83d\udd39 Drug-Drug Interactions<\/text>\n          <text x=\"0\" y=\"166\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.58s\">\ud83d\udd39 Sepsis Risk Detection<\/text>\n          <text x=\"0\" y=\"178\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.62s\">\ud83d\udd39 Readmission Scoring<\/text>\n          <text x=\"0\" y=\"190\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.66s\">\ud83d\udd39 Patient Deterioration<\/text>\n\n        <\/svg>\n\n        <!-- Interoperability Standards -->\n        <svg class=\"animation_svg_card_4_2\" viewBox=\"0 0 220 210\" fill=\"none\">\n          <text x=\"0\" y=\"13\" fill=\"rgba(232,0,26,0.45)\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.06s\">INTEGRATION<\/text>\n          <line x1=\"0\" y1=\"17\" x2=\"220\" y2=\"17\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:225;animation-delay:0.10s\"\/>\n\n          <!-- FHIR Level -->\n          <rect class=\"atc-build\" x=\"0\" y=\"22\" width=\"220\" height=\"22\" rx=\"3\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"#e8001a\" style=\"--dash-len:495;animation-delay:0.20s\"\/>\n          <text x=\"10\" y=\"37\" fill=\"#fff\" font-size=\"7\" font-family=\"Share Tech Mono\">FHIR \u00b7 REST API<\/text>\n\n          <!-- HL7 Level -->\n          <rect class=\"atc-build\" x=\"0\" y=\"48\" width=\"220\" height=\"22\" rx=\"3\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.55)\" style=\"--dash-len:495;animation-delay:0.26s\"\/>\n          <text x=\"10\" y=\"63\" fill=\"#fff\" font-size=\"7\" font-family=\"Share Tech Mono\">HL7 v2 \u00b7 CDA \u00b7 DICOM<\/text>\n\n          <!-- OAuth\/Security -->\n          <rect class=\"atc-build\" x=\"0\" y=\"74\" width=\"220\" height=\"22\" rx=\"3\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.35)\" style=\"--dash-len:495;animation-delay:0.32s\"\/>\n          <text x=\"10\" y=\"89\" fill=\"#fff\" font-size=\"7\" font-family=\"Share Tech Mono\">OAuth 2.0 \u00b7 TLS \u00b7 Certs<\/text>\n\n          <!-- Webhook\/Events -->\n          <rect class=\"atc-build\" x=\"0\" y=\"100\" width=\"220\" height=\"22\" rx=\"3\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.2)\" style=\"--dash-len:495;animation-delay:0.38s\"\/>\n          <text x=\"10\" y=\"115\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">Webhooks \u00b7 Real-time Events<\/text>\n\n          <!-- Vendor Integration -->\n          <rect class=\"atc-build\" x=\"0\" y=\"126\" width=\"220\" height=\"22\" rx=\"3\" stroke=\"rgba(232,0,26,0.4)\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.06)\" style=\"--dash-len:495;animation-delay:0.44s\"\/>\n          <text x=\"10\" y=\"141\" fill=\"rgba(232,0,26,0.7)\" font-size=\"7\" font-family=\"Share Tech Mono\">Epic FHIR \u00b7 Cerner \u00b7 HL7<\/text>\n\n          <!-- Testing\/Validation -->\n          <line x1=\"0\" y1=\"154\" x2=\"220\" y2=\"154\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:225;animation-delay:0.50s\"\/>\n          <text x=\"0\" y=\"166\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.55s\">VALIDATION:<\/text>\n          <text x=\"0\" y=\"178\" fill=\"rgba(232,0,26,0.3)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.60s\">HL7 Inferno \u00b7 ONC Certification<\/text>\n          <text x=\"0\" y=\"188\" fill=\"rgba(232,0,26,0.3)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.64s\">Conformance Testing \u00b7 21 CFR<\/text>\n          <text x=\"0\" y=\"198\" fill=\"rgba(232,0,26,0.3)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.68s\">Part 11 Compliance<\/text>\n        <\/svg>\n\n      <\/div>\n    <\/div>\n\n    <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n         CARD 5 \u2014 Population Health Management\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n    <div class=\"atc-card\" id=\"atc-hc-card-5\">\n      <div class=\"atc-card-label\">\u2014 Outcomes Management<\/div>\n      <div class=\"atc-card-title\">Patient Outcomes &amp; Population Health Analytics<\/div>\n      <div class=\"atc-icon-wrap atc-top\" style=\"gap:20px\">\n\n        <!-- Outcomes Metrics -->\n        <svg class=\"animation_svg_card_5_1\" viewBox=\"0 0 300 210\" fill=\"none\">\n          <text x=\"0\" y=\"13\" fill=\"rgba(232,0,26,0.45)\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0s\">CLINICAL OUTCOMES<\/text>\n          <line x1=\"0\" y1=\"17\" x2=\"300\" y2=\"17\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:304;animation-delay:0.04s\"\/>\n\n          <!-- KPI Cards -->\n          <rect class=\"atc-build\" x=\"0\" y=\"22\" width=\"70\" height=\"50\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:245;animation-delay:0.14s\"\/>\n          <text x=\"6\" y=\"35\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">MORTALITY<\/text>\n          <text x=\"12\" y=\"60\" fill=\"#e8001a\" font-size=\"16\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:80;animation-delay:0.28s\">2.1%<\/text>\n\n          <rect class=\"atc-build\" x=\"76\" y=\"22\" width=\"70\" height=\"50\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:245;animation-delay:0.18s\"\/>\n          <text x=\"82\" y=\"35\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">READMIT<\/text>\n          <text x=\"88\" y=\"60\" fill=\"#e8001a\" font-size=\"16\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:80;animation-delay:0.32s\">12.5%<\/text>\n\n          <rect class=\"atc-build\" x=\"152\" y=\"22\" width=\"70\" height=\"50\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:245;animation-delay:0.22s\"\/>\n          <text x=\"158\" y=\"35\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">AVG LOS<\/text>\n          <text x=\"162\" y=\"60\" fill=\"#e8001a\" font-size=\"16\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:80;animation-delay:0.36s\">4.2d<\/text>\n\n          <rect class=\"atc-build\" x=\"228\" y=\"22\" width=\"70\" height=\"50\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:245;animation-delay:0.26s\"\/>\n          <text x=\"234\" y=\"35\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">SATISFACT<\/text>\n          <text x=\"238\" y=\"60\" fill=\"#e8001a\" font-size=\"16\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:80;animation-delay:0.40s\">4.6\/5<\/text>\n\n          <!-- Risk Tiers -->\n          <text x=\"0\" y=\"90\" fill=\"rgba(232,0,26,0.45)\" font-size=\"6.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.35s\">RISK DISTRIBUTION<\/text>\n          <line x1=\"0\" y1=\"94\" x2=\"300\" y2=\"94\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:304;animation-delay:0.39s\"\/>\n\n          <!-- Low Risk Bar -->\n          <rect x=\"0\" y=\"98\" width=\"192\" height=\"8\" rx=\"2\" fill=\"rgba(0,200,100,0.3)\" class=\"atc-build\" style=\"--dash-len:400;animation-delay:0.44s\"\/>\n          <text x=\"198\" y=\"105\" fill=\"rgba(0,180,80,0.85)\" font-size=\"6\" font-family=\"Share Tech Mono\">64% Low<\/text>\n\n          <!-- Medium Risk Bar -->\n          <rect x=\"0\" y=\"110\" width=\"84\" height=\"8\" rx=\"2\" fill=\"rgba(255,180,0,0.3)\" class=\"atc-build\" style=\"--dash-len:400;animation-delay:0.50s\"\/>\n          <text x=\"90\" y=\"117\" fill=\"rgba(220,140,0,0.85)\" font-size=\"6\" font-family=\"Share Tech Mono\">28% Medium<\/text>\n\n          <!-- High Risk Bar -->\n          <rect x=\"0\" y=\"122\" width=\"24\" height=\"8\" rx=\"2\" fill=\"rgba(232,0,26,0.3)\" class=\"atc-build\" style=\"--dash-len:400;animation-delay:0.56s\"\/>\n          <text x=\"30\" y=\"129\" fill=\"rgba(200,0,0,0.85)\" font-size=\"6\" font-family=\"Share Tech Mono\">8% High<\/text>\n\n          <!-- Interventions -->\n          <text x=\"0\" y=\"145\" fill=\"rgba(232,0,26,0.45)\" font-size=\"6.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.60s\">PROGRAMS<\/text>\n          <text x=\"0\" y=\"159\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.66s\">\u2022 Disease Management<\/text>\n          <text x=\"0\" y=\"171\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.70s\">\u2022 Chronic Care Mgmt<\/text>\n          <text x=\"0\" y=\"183\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.74s\">\u2022 Social Programs \u00b7 SDOH<\/text>\n          <text x=\"0\" y=\"195\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.78s\">\u2022 Wellness & Prevention<\/text>\n        <\/svg>\n\n        <!-- Measurement Framework -->\n        <svg class=\"animation_svg_card_5_2\" viewBox=\"0 0 225 210\" fill=\"none\">\n          <text x=\"0\" y=\"13\" fill=\"rgba(232,0,26,0.45)\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.06s\">MEASUREMENT<\/text>\n          <line x1=\"0\" y1=\"17\" x2=\"225\" y2=\"17\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:229;animation-delay:0.10s\"\/>\n\n          <!-- HEDIS Measures -->\n          <rect class=\"atc-build\" x=\"0\" y=\"22\" width=\"225\" height=\"20\" rx=\"3\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:490;animation-delay:0.18s\"\/>\n          <text x=\"10\" y=\"35\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">HEDIS Measures<\/text>\n\n          <!-- CMS Quality -->\n          <rect class=\"atc-build\" x=\"0\" y=\"46\" width=\"225\" height=\"20\" rx=\"3\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:490;animation-delay:0.24s\"\/>\n          <text x=\"10\" y=\"59\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">CMS Quality Reporting<\/text>\n\n          <!-- STAR Ratings -->\n          <rect class=\"atc-build\" x=\"0\" y=\"70\" width=\"225\" height=\"20\" rx=\"3\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:490;animation-delay:0.30s\"\/>\n          <text x=\"10\" y=\"83\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">STAR Ratings & Benchmarks<\/text>\n\n          <!-- Equity Measures -->\n          <rect class=\"atc-build\" x=\"0\" y=\"94\" width=\"225\" height=\"20\" rx=\"3\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:490;animation-delay:0.36s\"\/>\n          <text x=\"10\" y=\"107\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">Equity & Disparity Measures<\/text>\n\n          <!-- ROI Analysis -->\n          <rect class=\"atc-build\" x=\"0\" y=\"118\" width=\"225\" height=\"20\" rx=\"3\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:490;animation-delay:0.42s\"\/>\n          <text x=\"10\" y=\"131\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">ROI & Cost-Benefit Analysis<\/text>\n\n          <!-- Analytics Tools -->\n          <line x1=\"0\" y1=\"144\" x2=\"225\" y2=\"144\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:229;animation-delay:0.48s\"\/>\n          <text x=\"0\" y=\"156\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.54s\">TOOLS:<\/text>\n          <text x=\"0\" y=\"168\" fill=\"rgba(232,0,26,0.3)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.60s\">Tableau \u00b7 Power BI<\/text>\n          <text x=\"0\" y=\"178\" fill=\"rgba(232,0,26,0.3)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.64s\">Python \u00b7 R \u00b7 SQL Analytics<\/text>\n          <text x=\"0\" y=\"188\" fill=\"rgba(232,0,26,0.3)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.68s\">Snowflake \u00b7 BigQuery<\/text>\n          <text x=\"0\" y=\"198\" fill=\"rgba(232,0,26,0.3)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.72s\">Real-time Dashboards<\/text>\n        <\/svg>\n\n      <\/div>\n    <\/div>\n\n    <!-- Status bar -->\n    <div class=\"atc-status-bar\">\n      <div class=\"atc-sdot\"><\/div>\n      <span id=\"atc-hc-status\">INITIALIZING HEALTH DATA PIPELINE...<\/span>\n    <\/div>\n  <\/div><!-- \/atc-scene -->\n\n<\/div><!-- \/atc-hc -->\n\n<script>\n(function () {\n  'use strict';\n\n  const canvas = document.getElementById('atc-hc-canvas');\n  if (!canvas) return;\n  const ctx = canvas.getContext('2d');\n  const W = canvas.width, H = canvas.height;\n\n  const nodes = Array.from({ length: 44 }, () => ({\n    x: Math.random() * W,\n    y: Math.random() * H,\n    vx: (Math.random() - 0.5) * 0.3,\n    vy: (Math.random() - 0.5) * 0.3,\n    r: Math.random() * 1.8 + 1.0,\n    pulse: Math.random() * Math.PI * 2\n  }));\n\n  const packets = Array.from({ length: 12 }, () => ({\n    from: Math.floor(Math.random() * nodes.length),\n    to:   Math.floor(Math.random() * nodes.length),\n    t: Math.random(),\n    speed: 0.003 + Math.random() * 0.005\n  }));\n\n  function drawNeural() {\n    ctx.clearRect(0, 0, W, H);\n    for (let i = 0; i < nodes.length; i++) {\n      for (let j = i + 1; j < nodes.length; j++) {\n        const dx = nodes[j].x - nodes[i].x;\n        const dy = nodes[j].y - nodes[i].y;\n        const d = Math.sqrt(dx * dx + dy * dy);\n        if (d < 110) {\n          ctx.beginPath();\n          ctx.moveTo(nodes[i].x, nodes[i].y);\n          ctx.lineTo(nodes[j].x, nodes[j].y);\n          ctx.strokeStyle = `rgba(232,0,26,${(1 - d \/ 110) * 0.11})`;\n          ctx.lineWidth = 0.7;\n          ctx.stroke();\n        }\n      }\n    }\n    nodes.forEach(n => {\n      n.pulse += 0.016;\n      ctx.beginPath();\n      ctx.arc(n.x, n.y, n.r + Math.sin(n.pulse) * 0.55, 0, Math.PI * 2);\n      ctx.fillStyle = 'rgba(232,0,26,0.48)';\n      ctx.fill();\n      n.x += n.vx; n.y += n.vy;\n      if (n.x < 0 || n.x > W) n.vx *= -1;\n      if (n.y < 0 || n.y > H) n.vy *= -1;\n    });\n    packets.forEach(p => {\n      p.t += p.speed;\n      if (p.t > 1) {\n        p.t = 0;\n        p.from = p.to;\n        p.to = Math.floor(Math.random() * nodes.length);\n      }\n      const f = nodes[p.from], t = nodes[p.to];\n      ctx.beginPath();\n      ctx.arc(\n        f.x + (t.x - f.x) * p.t,\n        f.y + (t.y - f.y) * p.t,\n        2, 0, Math.PI * 2\n      );\n      ctx.fillStyle = 'rgba(232,0,26,0.62)';\n      ctx.fill();\n    });\n  }\n  (function loop() { drawNeural(); requestAnimationFrame(loop); })();\n\n  const cards = document.querySelectorAll('#atc-hc .atc-card');\n  const TOTAL = cards.length;\n  const statusEl = document.getElementById('atc-hc-status');\n  const progressEl = document.getElementById('atc-hc-progress');\n  let current = 0;\n\n  const statusTexts = [\n    'INTEGRATING HEALTH DATA SOURCES... EHR, devices, labs processing...',\n    'EXECUTING CLINICAL QUERY... FHIR API \u00b7 patient cohort \u00b7 847 records...',\n    'TRAINING ML MODELS... feature engineering \u00b7 cross-validation \u00b7 AUC 0.87...',\n    'ENFORCING HIPAA COMPLIANCE... encryption \u00b7 audit logs \u00b7 breach monitoring...',\n    'CLINICAL DECISION SUPPORT ACTIVE... real-time alerts \u00b7 drug interactions \u00b7 care pathways...',\n    'POPULATION HEALTH ANALYSIS COMPLETE... risk stratification \u00b7 outcomes tracked \u00b7 equity measured...'\n  ];\n\n  function activateBuilds(card) {\n    card.querySelectorAll('.atc-build').forEach(el => {\n      const m1 = el.style.cssText.match(\/--dash-len\\s*:\\s*([\\d.]+)\/);\n      const m2 = el.style.cssText.match(\/animation-delay\\s*:\\s*([\\d.]+)s\/);\n      const dashLen = m1 ? m1[1] : 500;\n      const delay = m2 ? parseFloat(m2[1]) : 0;\n      el.style.strokeDasharray = dashLen;\n      el.style.strokeDashoffset = dashLen;\n      el.style.opacity = '0';\n      void el.offsetWidth;\n      el.style.animation = 'none';\n      void el.offsetWidth;\n      el.style.animation = `atchc-build-in 0.65s ease ${delay}s forwards`;\n    });\n  }\n\n  function goTo(idx) {\n    cards[current].classList.remove('atc-active');\n    current = idx;\n    cards[current].classList.add('atc-active');\n    activateBuilds(cards[current]);\n    if (statusEl) statusEl.textContent = statusTexts[current];\n    if (progressEl) {\n      progressEl.style.transition = 'none';\n      progressEl.style.width = '0%';\n      requestAnimationFrame(() => {\n        progressEl.style.transition = 'width 2.2s linear';\n        progressEl.style.width = '100%';\n      });\n    }\n  }\n\n  goTo(0);\n  setInterval(() => goTo((current + 1) % TOTAL), 3000);\n\n})();\n<\/script>\n<\/body>\n<\/html>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_1 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_2 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_16_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_2 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>AppleTech has been partnering with companies in the healthcare sector, helping them leverage technological innovation to automate internal processes, enhance the customer experience, and manage medical information more efficiently.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_2 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_3 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_2_5 et_flex_column_2_5_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_0 et_pb_image et_pb_image_sticky et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Healthcare-Software-Solutions.webp\" alt=\"Healthcare Software Solutions\" title=\"Healthcare Software Solutions\" width=\"1280\" height=\"1280\" srcset=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Healthcare-Software-Solutions.webp 1280w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Healthcare-Software-Solutions-980x980.webp 980w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Healthcare-Software-Solutions-480x480.webp 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1280px, 100vw\" class=\"wp-image-238789\" \/><\/span><\/div>\n<\/div>\n\n<div class=\"et_pb_column_4 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_3_5 et_flex_column_3_5_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_3 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>We build secure and regulatory compliant software solutions that streamline communication between patients, doctors, health insurance companies, pharmaceutical suppliers, and medical device vendors to accelerate the creation of a resilient healthcare ecosystem. Our expertise also includes integrating AI, IoT, and cloud technologies to improve diagnostics, enable real-time monitoring, and ensure seamless data access across platforms, driving better patient outcomes.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_3 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_3 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_5 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_4 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>We build custom healthcare solutions to help healthcare providers manage all medical and patient data and connect the data and resources through integrated EMRs, HIEs, and PACS.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_5 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Development of pharmacy management software solutions with features that promote workflow automation, fully integrated payment processing, and real-time communication.<\/p>\n<p>Streamline your clinic's operations using powerful scheduling tools and intelligent billing systems.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_6 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_1 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Custom-Healthcare-Solutions.webp\" alt=\"Custom Healthcare Solutions\" title=\"Custom Healthcare Solutions\" width=\"1412\" height=\"1054\" srcset=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Custom-Healthcare-Solutions.webp 1412w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Custom-Healthcare-Solutions-1280x955.webp 1280w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Custom-Healthcare-Solutions-980x732.webp 980w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Custom-Healthcare-Solutions-480x358.webp 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1412px, 100vw\" class=\"wp-image-238833\" \/><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_4 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_4 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_7 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_2 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Healthcare-Solutions.webp\" alt=\"Healthcare Solutions\" title=\"Healthcare Solutions\" width=\"1128\" height=\"904\" srcset=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Healthcare-Solutions.webp 1128w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Healthcare-Solutions-980x785.webp 980w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Healthcare-Solutions-480x385.webp 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1128px, 100vw\" class=\"wp-image-238836\" \/><\/span><\/div>\n<\/div>\n\n<div class=\"et_pb_column_8 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_6 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2 class=\"at-no-padding-bottom\">Healthcare Solutions on<span class=\"at-header-color\"> Latest Technology<\/span><\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_text_7 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>We offer custom software development services for health management, medical operations, digital healthcare, telemedicine, and predictive healthcare analytics. Our solutions guarantee a robust approach towards managing different phases of the healthcare ecosystem including not limited to app development, extensive testing, quality assurance, practical implementation, re-engineering, and data manipulation.<\/p>\n<p>We design and\u00a0develop IoT-based healthcare software\u00a0that collects patient\u2019s data through smart sensors and analyzes that data to generate valuable insights for doctors and medical staff.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_5 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_5 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_9 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_8 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2 class=\"at-no-padding-bottom\">FAQs: Healthcare<span class=\"at-header-color\"> Software Development<\/span><\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_accordion_0 et_pb_accordion et_pb_module et_flex_module\">\n<div class=\"et_pb_accordion_item_0 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_open et_flex_module\"><h4 class=\"et_pb_toggle_title\">Is your healthcare software HIPAA compliant?<\/h4><div class=\"et_pb_toggle_content et_flex_module\"><p>Yes. All our healthcare applications are built with strict adherence to HIPAA, GDPR, and other applicable healthcare standards for data privacy and security.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_accordion_item_1 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_flex_module\"><h4 class=\"et_pb_toggle_title\">Do you offer post-launch support and maintenance?<\/h4><div class=\"et_pb_toggle_content et_flex_module\"><p>Absolutely. We provide continuous monitoring, performance optimization, updates, and security patches for all solutions we develop.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_accordion_item_2 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_flex_module\"><h4 class=\"et_pb_toggle_title\">How long does it take to build a custom healthcare app?<\/h4><div class=\"et_pb_toggle_content et_flex_module\"><p>Depending on the complexity, timeline ranges from 3\u20136 months for MVPs and 6\u201312 months for enterprise-grade platforms.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_accordion_item_3 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_flex_module\"><h4 class=\"et_pb_toggle_title\">Can you integrate with existing hospital systems like EMR or PACS?<\/h4><div class=\"et_pb_toggle_content et_flex_module\"><p>Yes. We specialize in integrations via HL7, FHIR, and custom APIs with platforms like Epic, Cerner, and others.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_accordion_item_4 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_flex_module\"><h4 class=\"et_pb_toggle_title\">What makes AppleTech different from other HealthTech development companies?<\/h4><div class=\"et_pb_toggle_content et_flex_module\"><p>We combine domain knowledge, compliance expertise, and user-first design to deliver secure, scalable, and intuitive digital health products.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-238781","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/pages\/238781","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/comments?post=238781"}],"version-history":[{"count":68,"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/pages\/238781\/revisions"}],"predecessor-version":[{"id":23859207,"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/pages\/238781\/revisions\/23859207"}],"wp:attachment":[{"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/media?parent=238781"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}