Skip to content

Proxy SmartHealthcare Interoperability Proxy

SMART App Launch 2.2.0, OAuth 2.0, MCP Server & AI-Powered Admin

Proxy Smart — Documentation

Comprehensive documentation for the Proxy Smart platform: a stateless FHIR proxy with OAuth 2.0, SMART App Launch 2.2.0, and an intelligent admin interface.

Platform Overview

Proxy Smart sits between SMART apps and FHIR servers, handling authentication and authorization without storing clinical data. It includes an admin dashboard, AI assistant with RAG-powered documentation search, MCP server integration, consent management, and access control.

Key Features

  • SMART App Launch 2.2.0 — Full OAuth 2.0 with PKCE, JWT validation, scope-based access control, refresh token rotation
  • Stateless FHIR Proxy — No clinical data stored; requests pass through to your FHIR servers
  • Admin Dashboard — React UI for managing apps, users, servers, scopes, and identity providers
  • AI Assistant & RAG — Built-in assistant with semantic documentation search (search_documentation tool)
  • MCP Server — Streamable HTTP endpoint at /mcp exposing all admin tools + documentation search
  • Consent Management — Patient consent app for authorization flows (consent-app/)
  • DTR App — Documentation, Templates & Rules app (dtr-app/)
  • Access Control — Physical access integrations (Kisi, UniFi Access)
  • AI Skills System — Installable skills for extending AI assistant capabilities
  • Docker-Ready — Mono-container and multi-container deployments

Documentation

Admin UI

AI & MCP

SMART on FHIR

Guides

AI Assistant

The platform includes an AI assistant powered by RAG (Retrieval Augmented Generation). It indexes all documentation in this docs/ directory using OpenAI embeddings and serves relevant context via:

  • AI chat toolsearch_documentation called by the assistant during conversations
  • MCP endpoint — Available to external MCP clients at /mcp
  • Public HTTP APIGET /docs/search/semantic?q=... for direct access

The assistant can answer questions about SMART on FHIR, platform configuration, OAuth flows, and admin operations using up-to-date documentation.

Additional Resources


This documentation is indexed by the RAG knowledge base for AI-powered search.

Proxy Smart — Healthcare Interoperability Platform