SMART App Launch 2.2.0
Full OAuth 2.0 with PKCE, JWT validation, scope-based access control, and refresh token rotation.
SMART App Launch 2.2.0, OAuth 2.0, MCP Server & AI-Powered Admin
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.
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.
search_documentation tool)/mcp exposing all admin tools + documentation searchconsent-app/)dtr-app/)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:
search_documentation called by the assistant during conversations/mcpGET /docs/search/semantic?q=... for direct accessThe assistant can answer questions about SMART on FHIR, platform configuration, OAuth flows, and admin operations using up-to-date documentation.
This documentation is indexed by the RAG knowledge base for AI-powered search.