Architecture Databases API Security Pricing Home
Technical Platform Reference

The Solving Health Platform

7 federal health databases, unified API, cross-reference intelligence, AI-powered answers. Built for healthcare builders.

View Architecture API Docs Request Access
7
Federal Databases
99,686+
Records Indexed
22
API Endpoints
5
Federal Sources

Data Pipeline

From raw federal data to intelligent answers in six layers.

CMS
NPPES, Hospital Compare
FDA
510(k), FAERS, DailyMed
OIG
LEIE Exclusions
NIH
ClinicalTrials.gov
CDC
Public Health Data
Ingest & Parse
Atlas Ingest Pipeline
CSV/JSON/XML parsing, dedup, normalization, FTS indexing
Normalize & Store
leie.db
82,749
npi.db
1,567
fda510k.db
700
labels.db
148
prices.db
10,500
trials.db
485
faers.db
3,536
Route & Auth
Unified API Gateway
Fastify 5 / 22 endpoints / API key auth / usage metering / rate limiting
Cross-Reference
Cross-Reference Engine
/v1/intelligence/* endpoints — provider dossiers, device lifecycle, drug reality scores
AI Intelligence Layer
POST /v1/ask — Claude Sonnet, context-aware, grounded in real federal data
Consume
Your Application
SurgeonAccess / co-op.care / CareGoals / Your product

7 Federal Health Databases

Each database is a curated, indexed SQLite file built from public federal data sources. WAL mode for concurrent reads.

🛡
CredentialGuard
OIG LEIE (Office of Inspector General)
82,749
Monthly
leie.db
OIG LEIE CSV
Key Fields
npi name specialty exclusion_type exclusion_date state
Sample Query
GET /v1/credentials/search?name=smith&state=CO GET /v1/credentials/screen?npi=1234567890
👥
ProviderGraph
CMS NPPES (NPI Registry)
1,567
Weekly
npi.db
CMS NPPES API
Key Fields
npi first_name last_name taxonomy state credential
Sample Query
GET /v1/providers/search?taxonomy=orthop&state=CO GET /v1/providers/1234567890
🔬
ClearanceIQ
FDA openFDA 510(k)
700
Weekly
fda510k.db
openFDA API
Key Fields
k_number device_name applicant decision product_code predicate
Sample Query
GET /v1/clearances/search?q=knee+implant GET /v1/clearances/K241234
📋
LabelLens
DailyMed (NLM/FDA)
148
Weekly
labels.db
DailyMed SPL
Key Fields
drug_name generic_name manufacturer indications warnings dosage
Sample Query
GET /v1/labels/search?q=ibuprofen GET /v1/labels/search?manufacturer=pfizer
💰
PriceClear
CMS Hospital Compare
10,500
Quarterly
prices.db
CMS IPPS Data
Key Fields
drg_code hospital_name avg_charge avg_payment state discharges
Sample Query
GET /v1/prices/search?drg=470&state=CO GET /v1/prices/compare?drg=470&state=CO
🧪
TrialRadar
ClinicalTrials.gov (NIH)
485
Daily
trials.db
CT.gov API v2
Key Fields
nct_id title status phase condition sponsor
Sample Query
GET /v1/trials/search?q=knee+replacement GET /v1/trials/search?status=RECRUITING
SafetySignal
FDA FAERS
3,536
Quarterly
faers.db
openFDA FAERS
Key Fields
drug_name reaction outcome report_date serious report_count
Sample Query
GET /v1/safety/search?drug=acetaminophen GET /v1/safety/signals?drug=ibuprofen

22 Endpoints

Organized by function. All authenticated via API key in x-api-key header. JSON responses.

Venture-Specific Data 12 endpoints
GET/v1/credentials/searchSearch OIG LEIE exclusions
GET/v1/credentials/screenSingle NPI exclusion check
GET/v1/providers/searchCMS NPPES provider search
GET/v1/providers/:npiSingle provider by NPI
GET/v1/clearances/searchFDA 510(k) device clearances
GET/v1/clearances/:kNumberSingle clearance + predicates
GET/v1/labels/searchDailyMed drug labels
GET/v1/prices/searchCMS hospital pricing data
GET/v1/prices/comparePrice comparison by DRG
GET/v1/trials/searchClinicalTrials.gov search
GET/v1/safety/searchFDA FAERS adverse events
GET/v1/safety/signalsAggregated safety signals
Cross-Reference Intelligence 5 endpoints
GET/v1/intelligence/provider/:npiFull provider dossier (all sources)
GET/v1/intelligence/device/:queryDevice lifecycle (clearance + safety)
GET/v1/intelligence/drug/:nameDrug reality score (label + safety + trials)
GET/v1/intelligence/hospitalHospital transparency (pricing + exclusions)
POST/v1/intelligence/screenBulk NPI screening (up to 100)
AI-Powered 1 endpoint
POST/v1/askNatural language query, AI answers from real data
Billing & Access 4 endpoints
GET/v1/statsDatabase statistics (public)
POST/v1/keys/createSelf-service API key creation
GET/v1/keys/usageUsage dashboard for your key
POST/v1/billing/checkoutStripe checkout session

Built for Healthcare

Federal public data, zero PHI, enterprise-grade auth and metering.

🔒

API Key Authentication

SHA-256 hashed API keys stored server-side. Keys never stored in plaintext. Transmitted via x-api-key header over HTTPS.

📊

Usage Metering

Every API call logged with timestamp, endpoint, and response time. Per-key usage limits enforced. Real-time usage dashboard via /v1/keys/usage.

Rate Limiting

Fastify rate-limit middleware. Per-key and per-IP limits prevent abuse. Tier-based throttling: Free (100/mo), Builder (10K/mo), Enterprise (custom).

🏛

Data Sovereignty

All data sourced from public federal databases (CMS, FDA, OIG, NIH). No protected health information (PHI). No patient data. HIPAA-aligned by design.

🛡

No PHI, Ever

Solving Health indexes public federal registries only. Provider NPIs, device clearances, hospital prices, clinical trials, and safety signals. Zero patient identifiers.

📝

Audit Trail

Full request logging in gateway.db. Every API call tracked by key, endpoint, timestamp, and response code. Export-ready for compliance reviews.

Tech Stack

Modern, lightweight, deployment-ready. No heavy ORM. No managed database bills. Just SQLite and Fastify.

Fastify 5
API framework (60K req/s)
💾
SQLite + WAL
7 databases, zero config
🟢
Node.js 22
LTS runtime
📘
TypeScript 5
Full type safety
🐳
Docker
Dockerfile ready for Railway/Fly.io
Vercel
Gateway + frontends deployed
💳
Stripe
Billing & checkout
🧠
Claude Sonnet
AI intelligence layer
🎨
Vite
Static site build (gateway)
React 19
co-op.care frontend
Next.js 15
SurgeonAccess MVP
🔍
FTS5
Full-text search on all DBs

Simple, Usage-Based

Start free. Scale when you need to. No contracts, no hidden fees.

Free
$0 /month
100 API calls/month
  • All 7 databases
  • All 22 endpoints
  • Cross-reference intelligence
  • Usage dashboard
  • Community support
Get Started
Enterprise
Custom
Unlimited calls, dedicated support
  • Everything in Builder
  • Dedicated API cluster
  • Custom data ingestion
  • SLA guarantee (99.9%)
  • On-prem deployment option
  • Direct engineering support
Contact Us

Ready to Build?

Request an API key and start querying 7 federal health databases in minutes. One key. All endpoints.

Request Access View API Docs