Project Overview

Healthcare pricing is unpredictable. Patients often don't know what they'll pay until after treatment, leading to surprise bills and financial stress. There's no reliable way to compare costs across providers or understand what insurance will actually cover before making care decisions.

Altored Health solves this by aggregating fragmented healthcare pricing data into a searchable, transparent platform. We built a web application that parses standardized hospital pricing files, stores them in a structured database, and presents them through an intuitive search interface. Users can look up procedures, compare providers, and see real pricing information upfront.

This project was developed in collaboration with Jesslynn Armstrong, Director of Operations at the NAU Venture Studio, a program supporting business innovation and entrepreneurship at Northern Arizona University.

What We Built

Data Pipeline

A Python-based processing pipeline that ingests standardized hospital pricing files, validates and normalizes the data, and loads it into a structured PostgreSQL database. The pipeline handles the messy reality of real-world healthcare data formats.

Search Interface

A React frontend that lets users search for procedures, filter by provider, and view real pricing data side by side. The interface is designed to be fast and accessible, no healthcare expertise required to use it.

Authentication & Personalization

A user authentication system is in place, laying the groundwork for future personalization features such as saving searches, tracking procedures over time, and insurance-aware pricing views.

Cloud Infrastructure

The platform runs on Microsoft Azure with App Services for hosting and Blob Storage for raw data management. A Node.js backend with Prisma handles API requests and database access, keeping the full stack cohesive and maintainable.

Recommended Plans

Based on a user's search history and selected procedures, the platform surfaces recommended insurance plans that may offer better coverage or lower out-of-pocket costs for their specific needs.

Location Services

Users can enable location services to automatically surface nearby providers, making it easier to find and compare pricing for facilities within a practical distance.

Self-Pay vs. Insurance Comparison

A dedicated toggle lets users compare self-pay rates directly against insurance-negotiated rates, giving a clearer picture of what different payment paths actually cost before committing to care.

Feedback & Contact

Users can submit feedback directly through the platform and reach the team via a built-in contact form, supporting continuous improvement and open communication with early users.

UI Overhaul

The frontend received a comprehensive graphical redesign, improving clarity, visual hierarchy, and overall usability across the search, results, and profile experiences.

Current Status

Our current demo includes working database parsing and search functionality. Sample healthcare data is loaded and searchable, with the authentication system operational. The platform is deployed on Azure and running end-to-end.

  • Database parsing: Functional — real hospital pricing files processed and stored.
  • Search: Functional — procedures searchable and comparable across providers.
  • Authentication: In place — user accounts ready for future personalization.
  • Infrastructure: Deployed — Azure App Services, PostgreSQL, automated pipeline.
  • Recommended plans: Live — personalized plan suggestions based on user searches.
  • Location services: Live — nearby provider filtering based on user location.
  • Self-pay vs. insurance: Live — side-by-side rate comparison with toggle.
  • Feedback & contact: Live — in-app feedback form and contact channel.
  • UI overhaul: Complete — redesigned interface across all core views.

Potential Impact

By making healthcare costs transparent before treatment, the platform has the potential to reduce surprise billing, lower patient anxiety, and help people make informed care decisions based on actual costs rather than estimates. The initial concept for this project was provided by our sponsor in the form of a Capstone project proposal .