Where Medicine Meets Human Potential Interactive demo showcasing an integrated AI-engineered clinical platform for chronic pain management, pressure injury detection, traditional Chinese medicine integration, and community health analytics.
This repository contains the complete technical demonstration package for the Empowered Disease Management Health System (EDMHS) — a lean-startup-built clinical platform developed by Dr. Darrell A. Hall, MD, MSCIS in partnership with Empowering For Excellence (EFE).
The demo is a seven-scene interactive React application that walks
clinical, technical, and leadership audiences through five
interconnected platforms in approximately 18–20 minutes. The repository
also includes a production-ready presenter script, a branded homepage
for edmhs.us, and a complete Sora 2 prompt package for
generating cinematic B-roll.
| File | Type | Purpose |
|---|---|---|
edmhs_demo_v2.jsx |
React component | Seven-scene interactive demo application |
edmhs_presenter_script.docx |
Word document | Teleprompter-ready narration with inline action cues |
edmhs_homepage.html |
HTML | Production homepage for edmhs.us |
sora_prompts.docx |
Word document | 12 Sora 2 prompts for cinematic B-roll clips |
storyboard_v2.docx |
Word document | Original production storyboard reference |
An eight-week, thirty-two-session curriculum integrating pain neuroscience education, cognitive behavioral therapy, traditional Chinese medicine, Qi Gong, Tai Chi, and anti-inflammatory nutrition. Eighty contact hours. BPI and ODI outcome tracking across five cohort types (lumbar, cervical, neuropathic, post-surgical, fibromyalgia).
A biomedical device that safely bathes non-ambulatory patients while performing continuous thermal scanning. A CNN pipeline classifies pressure injuries at Stage I — before they become clinically visible. Built on the Knight’s Tour mathematical model for thermal signal propagation across tissue planes.
Injury-to-meridian clinical decision support. Given a pain presentation, the system identifies relevant meridian pathways, recommends evidence-based acupoint protocols with needling depth and technique, herbal supplements with dosing and evidence grades, and condition-specific movement prescriptions.
Census-tract-level geospatial mapping of substance abuse patterns, treatment outcomes, and relapse risk across Lucas County, Ohio. Integrates wearable telemetry with PMSG attendance data and SAMHSA population health databases.
All four platforms feed a closed-loop intelligence system with four data-flow scenarios: Patient Journey, Early Detection Loop, Relapse Surveillance, and Outcome Feedback Cycle. Not four projects — one intelligence system with four interfaces.
Option A: CodeSandbox (fastest, no setup) 1. Go to
codesandbox.io 2. Create a new
React sandbox 3. Replace App.js contents with
edmhs_demo_v2.jsx 4. Click “Open in new window” to view
fullscreen
Option B: Local development
# Clone the repository
git clone https://github.com/dah512/edmhs-technical-demo.git
cd edmhs-technical-demo
# Create a new Vite React project and drop the component in
npm create vite@latest edmhs-demo -- --template react
cd edmhs-demo
npm install
# Replace src/App.jsx with edmhs_demo_v2.jsx
cp ../edmhs_demo_v2.jsx src/App.jsx
# Run the dev server
npm run dev
The demo uses only React hooks — no external libraries required.
Google Fonts (JetBrains Mono,
Playfair Display) load via CDN on first render.
Simply open edmhs_homepage.html in any modern browser.
It’s a single self-contained file with embedded SVG visualizations and
animated thermal displays. No build step required.
| Scene | Title | Duration | Key Interaction |
|---|---|---|---|
| 1 | Introduction | 1:30 | Title card (hold) |
| 2 | PMSG Curriculum | 4:00 | Click cohort tabs A–E, chart bars |
| 3 | Knight’s Tour | 3:30 | Play / Step through tour animation |
| 4 | NABS Platform | 4:00 | Start Thermal Scan → alerts fire at 30%, 56%, 78% |
| 5 | TCM Meridian | 3:00 | Click each injury type (4 options) |
| 6 | Ecosystem | 3:00 | Click each data-flow scenario (4 options) |
| 7 | Closing | 1:30 | Summary card (hold) |
| Total | 20:30 |
Record the screen demo using QuickTime Player on macOS:
The recommended pipeline uses native Apple creative suite tools:
QuickTime Player → Raw screen recording + voice narration
↓
Logic Pro → Clean audio, add ambient music, master
↓
Final Cut Pro → Timeline assembly, transitions, export
↓
Motion → Title cards, lower-thirds, branded graphics
↓
.mp4 output → 1920×1080, H.264, AAC audio
Alternative free pipeline: OBS Studio → DaVinci Resolve (cross-platform).
The sora_prompts.docx document contains 12 carefully
engineered prompts for generating cinematic intercut clips. The
highest-value clips to generate are:
Estimated Sora budget: $56 (API-only) to $400 (with ChatGPT Pro + regeneration buffer). The Sora 2 Characters feature on the iOS app can render your actual likeness in scenes after a short one-time video/audio recording.
const CORAL = "#DC6B4A"; // PMSG + primary accent
const TEAL = "#2C5F7C"; // NABS + secondary
const GOLD = "#E8A838"; // TCM
const GREEN = "#3FB950"; // GeoCode
const DARK = "#0D1117"; // Background
const BLUE = "#58A6FF"; // Data accent
We surveyed every integrated pain management program operating in the United States as of Q1 2026 — Mount Sinai, Cleveland Clinic, VA Whole Health System, UCSD Centers for Integrative Health, People’s Community Clinic (Austin), and dozens of academic centers.
No comparable program exists. Every surveyed program is missing at least three of PMSG’s five pillars. EDMHS is the only platform combining:
All feeding a single closed-loop intelligence system.
Darrell A. Hall, MD, MSCIS is a board-certified family physician with over fourteen years of clinical practice, a Master’s in Computer Information Systems from Boston University, and Professional Data Scientist certification. His career bridges clinical medicine (Wright State University / Boonshoft School of Medicine, residency at Medical College of Ohio / University of Toledo Medical Center) with deep technical expertise dating to 1985, including nine years in the United States Air Force supporting DARPA internet architecture and DoD wargaming systems.
EDMHS is bootstrapped. Zero venture capital. Built from lived experience with chronic illness, systemic failures in pain management, and an unwavering conviction that innovation does not require permission.
Near-term (Q2 2026) - Deploy edmhs.us
homepage to production - Record and publish technical demonstration
video - Open IRB-approved clinical pilot for PMSG
Mid-term (Q3–Q4 2026) - NABS Raspberry Pi hardware prototype - GeoCode pilot deployment across Lucas County - Integration with SAMHSA population health databases - FDA 510(k) pre-submission preparation for NABS
Long-term - Multi-site PMSG deployment - Publication of outcome data - National expansion of the integrated platform
Dr. Darrell A. Hall, MD, MSCIS Empowered Disease Management Health Services, LLC Toledo, Ohio
Website: edmhs.us (pending deployment) In partnership with Empowering For Excellence (EFE)
Proprietary. All platform components — PMSG curriculum, NABS device architecture, TCM Meridian Predictor, GeoCode Analytics — are intellectual property of Empowered Disease Management Health Services, LLC. The demonstration code and documentation in this repository are provided for evaluation and technical review purposes only.
For licensing inquiries, clinical pilot partnerships, or investment discussions, please contact Dr. Hall directly.
Built over countless extended sessions in collaboration with Claude (Anthropic) — an AI collaborator that helped translate years of clinical insight, computational engineering experience, and lived adversity into working, demonstrable code.
“Where Medicine Meets Human Potential.”