15+ clinics adopted remote patient care in 2 months

We built PDC, a HIPAA-compliant remote patient monitoring platform that connects CGM and BPM wearables to a provider portal in real time. 25+ clinics enrolled in 60 days.

See all work

This project

Result 01

devices like CGM, BPM supported

4+

Result 02

clinics enrolled in 60 days

25+
4.9 / 5 on ClutchSee all work
Platform
Web app
Duration
14 weeks
Industry
Healthcare
Read time
4 min read
PDC logo

RaftLabs built PDC, a HIPAA-compliant remote patient monitoring platform for a US healthcare startup, enrolling 25+ clinics in 60 days with support for 4+ wearable device types including CGM and BPM monitors. The platform provides real-time vital sign alerts, role-based access for admins, providers, patients, and specialists, and AWS-backed HIPAA-compliant data storage. Built in 14 weeks, it serves pre- and post-surgery patients as well as elderly patients receiving at-home care.

A team of healthcare entrepreneurs came to us with a specific problem. Elderly patients and post-surgery patients were making in-person clinic visits they did not need. The visits were scheduled not because the patient needed to be seen, but because the provider had no other way to check on them. There was no system to collect health data at home, send real-time alerts, and give providers visibility without a face-to-face appointment.

They wanted to build one.

We built PDC, a HIPAA-compliant remote patient monitoring platform, in 14 weeks. Patients receive wearable health monitoring devices. The platform reads data from those devices, stores it securely on HIPAA-compliant infrastructure, and shows providers a real-time view of their patients' health with alerts when readings change. Separate logins for admins, providers, patients, and specialists keep access properly controlled. Within 60 days of launch, 25 clinics had enrolled.

Remote patient monitoring app for senior patients and post-surgery care

before & after

What changed

Before
  • Providers had no way to monitor patients between visits, requiring frequent in-person appointments
  • No real-time health data from wearable devices: everything was self-reported or measured at the clinic
  • Providers missed early warning signs because they only saw data when the patient came in
  • Administrative tasks around at-home care were entirely manual: no automated tracking or documentation
  • No role-based access control for multi-provider care teams: all users saw everything
  • High operational costs from unnecessary in-person visits that monitoring could have replaced
After
  • Wearable devices send readings continuously to the platform throughout the day
  • Providers see real-time vital signs and receive automatic alerts when readings cross thresholds
  • Early warning signs trigger alerts before a situation becomes an emergency
  • Administrative workflows for at-home care management are built into the platform
  • Separate role-based portals for admins, providers, patients, and specialists control what each user sees
  • Patients stay home more; providers manage larger panels without more staff

What we had to solve

  • 01

    HIPAA compliance from the first line of code

    There is no "add HIPAA compliance later" option in healthcare software. Every architectural decision, where data is stored, how it moves between services, who can access what, has a compliance dimension. We had to design the data model, access controls, and infrastructure around HIPAA requirements before building any features. That meant HIPAA-eligible AWS services, SQS queues for secure data transmission, and role-based access control as a foundational system layer, not an afterthought.

  • 02

    One data pipeline for multiple wearable device types

    Continuous glucose monitors (CGM) and blood pressure monitors (BPM) transmit health data in different formats on different schedules. Building a platform that reads, normalizes, and stores data from both, and can add future device types without rebuilding the pipeline, required a flexible data ingestion layer. SQS message queuing handled the burst traffic from multiple simultaneous device transmissions without data loss.

outcomes

What we achieved

4+
wearable device types supported
Previously

Providers had no way to read data from patients' home devices, forcing frequent in-person visits and limiting remote care options.

25+
clinics enrolled in 60 days
Previously

Healthcare providers had no reliable remote monitoring platform. At-home care programs could not scale without one.

100%
HIPAA compliant
Previously

Building a remote care platform required HIPAA compliance designed into the architecture from scratch, with no shortcuts available.

What clients say

Most clients stay.
Some say so on camera.

Three-year average engagement. Founders and operators describing the work in their own words. No marketing varnish.

D
Dr. Smith
Primary Care Physician

PDC has been a great addition to our clinic. It's easy to navigate, and as a remote patient monitoring app, it helps us stay connected with senior patients who can't visit regularly.

Your patients need remote monitoring but your current system cannot support it?

the build

What we built

The platform connects the patient's wearable device to their provider's dashboard, with real-time alerts in between.

01

Readings transmit automatically all day: the device does the work, the patient just wears it

Patients receive wearable health monitoring devices, such as blood pressure monitors and continuous glucose monitors, that connect directly to the PDC platform. Readings transmit automatically throughout the day without the patient doing anything manually. The device does the work; the patient just wears it.

Smart health device connection
02

Providers respond to abnormal readings before they become emergencies

Providers see each patient's latest readings in real time. When a reading crosses a clinical threshold, such as blood pressure too high or glucose out of range, the platform sends an alert immediately. Providers can respond to potential issues before they become emergencies, without waiting for a scheduled visit.

Real-time patient monitoring
03

Each team member sees only the patients and data appropriate to their role

Admins, providers, patients, and specialists each log in to their own portal with the access level appropriate to their role. Patients see their own data. Providers see all their enrolled patients. Admins manage the platform. Specialists see patients specifically referred to them. Access is separated by role, not just password.

HIPAA-compliant multi-access portal
04

Patient's primary physician and specialist both see the same device data, no manual data transfers

Patients can share their health data with multiple authorized providers simultaneously. If a patient sees both a primary care physician and a specialist, both can monitor the same device data with appropriate access. The platform handles data sharing within the care team without requiring manual data exports or transfers.

Connected care teams

Engagement

How we worked together

  1. 01Weeks 1–2

    Discovery and scoping

    We map the problem before writing code. Two weeks of technical audit, stakeholder interviews, and prototype — so both teams align on scope and risk before sprint one.

  2. 02Ongoing

    Two-week Agile sprints

    Each sprint ends with working software, not a status update. You review a real build, request changes, and approve before we move forward. No surprises at handover.

  3. 03Ongoing

    Daily async updates

    Slack for daily progress, Asana for task visibility, weekly video calls for decisions. You have full visibility without needing to attend every meeting.

  4. 04Final

    Handover and warranty

    Full code handover with deployment runbooks and documentation. Thirty-day warranty period for production issues at no extra cost.

FAQs for remote patient monitoring app development

Remote patient monitoring (RPM) is a model where patients use wearable devices at home, such as blood pressure monitors, glucose sensors, and pulse oximeters, that send health data to their provider continuously. Providers track patients between clinic visits and can act early when readings change, without requiring the patient to come in.

Every architectural decision was made with HIPAA in mind from the start. We used HIPAA-eligible AWS services for all data storage and processing, implemented SQS queues for secure data transmission between the wearable data pipeline and the application, and built role-based access control as a core system layer. HIPAA was a design constraint, not a final checklist item.

The platform currently supports continuous glucose monitors (CGM) and blood pressure monitors (BPM), with the data ingestion architecture built to add additional device types without rebuilding the pipeline.

14 weeks from kickoff to a live, HIPAA-compliant platform. We followed two-week Agile sprints with daily communication, testing in development, testing, and staging environments before any feature went to production.

This case study covers the original build of PDC: the monitoring infrastructure, wearable device integration, real-time alerts, and role-based portal. The AI-enhanced version is a separate project where we added an AI layer on top of this foundation. The AI layer automates patient triage, risk stratification, and monthly reporting, all capabilities built on top of the monitoring platform described here.

Next step

Recognise this problem in your business?

Tell us what's broken. We'll diagnose it and show you where the leverage is before you commit to anything.

  • Scope and cost agreed before work starts. No surprises. No obligation.
  • Working prototype within 3 weeks of kickoff.
  • Pay by milestone. You see progress before each invoice.
  • 60-day post-launch warranty. Bug fixes, UI tweaks, and deployment support. No retainer.
  • All conversations are NDA-protected.