Free AI Readiness Assessment — we map your automation opportunities in 60 minutes, no obligation.
⚛️ REACT NATIVE 🏥 HEALTHCARE 🇺🇸 United Kingdom
Clients served — 7-Eleven Walmart + Goodwill Network & others

A React Native Healthcare App
Delivered in 4 Weeks

How a private GP network in London needed a patient-facing mobile app by a hard deadline — and what it actually took to build one properly under that kind of pressure.

REACT NATIVE · HEALTHCARE APP DASHBOARD
● Live
BUILD TIMELINE
4 Wks
Concept to both app stores
RECEPTION CALL DROP
34%
First month post-launch
APP STORE APPROVAL
Day 29
Apple — 3 days ahead of buffer
FEATURES SHIPPED IN V1
Patient Login & Secure Session Management
Live
Appointment Booking — Browse, Select, Confirm
Live
Push Notifications — Confirmations & 24hr Reminders
Live
DELIVERY MILESTONE TRACKER
Backend API & Authentication — Week 1
✓ Done
Core Screens & Booking Flow — Week 2
✓ Done
Video Consultations & Prescription Requests — v2
Q3 2025
📊
MANAGEMENT INSIGHT Routine appointment bookings moved fully to mobile within the first month — reception call volume dropped 34%. Slot-locking logic eliminated double-booking at the confirmation step. Both iOS and Android approved within 3 days of submission.
4 wks
Concept to app stores
iOS+Android
Both platforms
6
Core features shipped
Day 29
Apple App Store approval
— THE BACKGROUND

18 months. Three agencies. One failed prototype. A contract renewal in six weeks.

ClearHealth was a network of four private GP practices in London with around 6,000 registered patients. Their booking system worked fine on desktop but was genuinely difficult to use on a phone. Patients were calling the reception desk to book appointments because the mobile web experience was too frustrating to complete.

Their operations manager, Priya Nair, had been trying to get a mobile app built for 18 months. Two vendors had quoted timelines of 6 to 9 months. A third had started the project, billed for three months, and delivered a prototype that didn't match what had been discussed. By the time she contacted us, the CEO had lost patience, and there was a hard deadline: a corporate client contract renewal in six weeks that listed a mobile app as a specific deliverable.



“Three agencies had told me it couldn't be done in under six months. The difference with Infomaze was that they told me exactly what was possible in the time we had — not what I wanted to hear.”
— Operations Manager, ClearHealth
— HOW WE SCOPED 4 WEEKS HONESTLY

We went through every feature on their wishlist and asked one question.

The conversation that made this project work happened in the first 48 hours. We sat with Priya's team and went through every item on their original feature list. For each one we asked: if this feature is not in the app when it goes live in four weeks, does the corporate contract fall through?

Most features didn't pass that test.

Out of scope for v1

Video consultations · Prescription request forms · GP selection preferences · Repeat prescription history · Patient messaging

In scope — the six features that mattered

Patient login · Appointment booking (browse slots, select, confirm) · Upcoming appointments with add-to-calendar · Appointment history · Push notifications for confirmations and 24hr reminders · Admin view for GP staff

Six features. Properly built, properly tested, properly submitted to both app stores. That was the agreement. v2 could have everything else — but only after the contract renewed.


— Six modules. One coherent product. Eight months.

We told them their data was messy. They didn't love hearing it.

The first thing we do on any data project is spend time with the actual data before agreeing to a scope. In this case, that meant two days on-site in the West Midlands — one day with the production team, one day with finance.

SAP Business One had solid transaction data going back several years. But the way it was being used meant that several key fields were inconsistently populated. Some production orders had completion timestamps. Some didn't. The quality tracking sheet, maintained on a shared drive, had been through three different formats in four years and had columns that meant different things depending on when the row was entered.

We came back with an honest assessment: a clean Power BI dashboard was achievable, but the data quality issues in SAP needed to be addressed first — otherwise we'd be visualising unreliable numbers more attractively. That conversation took some back and forth. Nobody likes being told their data is messy. But they agreed, and the project was better for it.

— THE BUILD

Week by week — what was built, what was hard, what came up.

Week 1 — Backend API

We started with the Node.js API because nothing else could move without it. ClearHealth already had patient records and GP schedules in a PostgreSQL database from their existing booking system. We built an API layer on top — not a rebuild, a well-structured interface the mobile app could call.

Authentication came first. Private healthcare data requires proper session management. We used Firebase Authentication for the patient-facing login — it handles token refresh and session expiry in a way that's both secure and invisible to the user — with all patient data staying in their own PostgreSQL database, never in Firebase.

By end of week 1: a working API, tested in Postman, with authentication, slot availability, appointment retrieval, and booking confirmed.

Week 2 — Core Screens

React Native development started on day 8. We used Expo for faster iteration — no native build configuration overhead — with a planned ejection to bare workflow if any native modules required it. They didn't.

The slot-locking problem

The booking flow had one edge case that needed to be handled correctly: what if a patient opens the slot calendar and another patient books the same slot before they confirm? We used an optimistic lock on slot selection — the slot is soft-reserved for 5 minutes when a patient enters the booking flow, released automatically if they don't complete it. Standard pattern, but it needed to be built correctly or patients would see confirmation errors at the last step.

By end of week 2: login, booking, upcoming appointments, and appointment history — all functional in development.

Week 3 — Notifications, Admin View, and UI Polish

Push notifications via Firebase Cloud Messaging. Booking confirmations go out immediately. The 24-hour reminder is a scheduled job running every hour — checks for appointments in the next 24-hour window that haven't had a reminder sent, fires the notification. We tested on real physical devices on both iOS and Android. Notification behaviour is different enough between the two platforms that simulator testing alone is not sufficient.

The admin view for GP staff — separate section of the same app, accessible only to admin-role accounts. A day-view list of booked appointments in time order. Staff tap to mark attended or flag a no-show.

Week 3 also included the UI pass. The first two weeks the screens were functional but rough. The design pass brought in ClearHealth's brand colours, proper typography, and touch targets sized correctly for a healthcare app. Healthcare apps that feel cheap lose patient trust immediately.

Week 4 — Testing and App Store Submission

Five days for testing. Two days buffer for App Store review — Apple's review process is the variable you cannot fully control, and we'd built in time accordingly.

Staff testing with Priya's team on day 22 surfaced two things: the date format in appointment history was displaying in US format (MM/DD/YYYY) instead of UK format, and the GP selection screen didn't make it obvious which GPs were available on the patient's preferred days. Both fixed within a day.

🍎

Apple App Store

Submitted day 26. Approved day 29. Three days — faster than our buffer allowed for.
🤖

Google Play Store

Submitted same day as Apple. Approved same day as Apple. Google's review process is typically faster; both stores approved in parallel.

The app was live on both stores at the end of week 4.


— WHAT HAPPENED AFTER LAUNCH

The contract renewed. Reception calls dropped 34% in the first month.

The corporate contract renewed. The client's account manager had tested the app the week before the renewal meeting and reported it positively. That was the immediate goal, and it was met.

In the first month after launch, inbound calls to ClearHealth's reception desk dropped 34%. Not eliminated — patients still called for complex requests or anything outside routine booking — but the routine "I need to book a slot next Tuesday" calls that had been taking up reception time dropped significantly. Three of the four practice managers noticed the change without being asked.

“We'd been trying to get this done for 18 months. Infomaze built it in four weeks and it works exactly the way our patients needed it to. One of our GPs told me a patient had mentioned the app unprompted during their consultation.”
— Operations Manager, ClearHealth
— WHAT'S NEXT

v2: Video consultations and prescription requests.

The v2 scope is in planning. Video consultations are first — a Twilio-based session that initiates from within the app, with a waiting room the GP opens from their admin view. Prescription request forms are second. Both are targeting delivery in Q3 2025.

The native app question came up at three months post-launch. The PWA-style React Native build had performed well enough that ClearHealth chose to stay with it and revisit a fully native rebuild when the patient base grows and specific hardware features are required.


— A NOTE ON HEALTHCARE APP DEVELOPMENT

Data security in healthcare apps is not a checklist.

Every piece of patient data in this app — appointment history, consultation notes, GP preferences — is treated as sensitive. Firebase Authentication stores session tokens only, not patient records. The Node.js API validates permissions on every request, not just at login. Patient data never passes through a third-party service it doesn't need to pass through.

Infomaze is ISO 27001 certified. All engagements involving healthcare or personal data are covered by NDA from the first conversation. Data security isn't something we add at the end of a project — it's part of how we design the system from the first call.

SIX MONTHS AFTER LAUNCH

Customer portal. Xero integration. Third-party API in scoping.

01
SAP Business One → Azure SQL (via Service Layer API)
+
SAP Business One exposes a REST-based Service Layer API. We used this to pull production orders, goods receipts, and job completions on a 2-hour schedule into a staging schema in Azure SQL. The transformation layer here handled the inconsistent timestamp data we'd found in discovery — null completion timestamps were flagged and tracked separately rather than silently dropped.
02
Quality tracking sheet → Azure SQL (via Power Automate)
+
The quality sheet lived on a shared OneDrive drive and was updated by the shop floor team daily. A Power Automate flow monitored for file changes, extracted the new rows, ran a basic validation check (column count, date format, rejection code lookup), and appended clean rows to the staging table. Invalid rows went to a separate review table where the quality manager could correct and resubmit.
03
Finance spreadsheet → Azure SQL (automated Friday close)
+
The finance team's Friday update was the most manual part of the old process. A Power Automate flow now triggers at 5:30pm on Fridays, reads the Excel file from SharePoint, validates the structure against a known schema, and writes the period close figures to the staging database. The manual step is gone. If the file hasn't been updated by 5:30pm, the flow sends an alert to the finance lead.
04
Azure SQL → Power BI (scheduled refresh)
+
Power BI connects to Azure SQL via a published dataset with a 2-hour refresh schedule during business hours. Role-based row-level security means the executive dashboard and the production operations dashboard share the same dataset but each user sees only the data relevant to their role. A senior manager sees the full business. A line supervisor sees their line.

Building a patient-facing mobile app or healthcare platform?

We build iOS, Android, and React Native apps with healthcare data security built in from architecture stage. ISO 27001 certified. NDA from day one. Fixed-scope sprints available.

View Mobile App Development Services
📱
Mobile App Development
iOS, Android, React Native
🏥
Healthcare Industry
Software built for healthcare data requirements
🔌
API Integration
Connect your systems — REST, GraphQL, webhooks
Back to top
📊 BI Practice
Free Assessment
We find out why your dashboards aren't being used — and fix it.

🔒 ISO 27001 · No spam · Honest assessment