Health API icon

Health API

Provides a comprehensive FastAPI microservice for managing health-related operations, integrating with an MCP server.

关于

The Health API is a robust FastAPI microservice designed for comprehensive management of health-related data. It offers secure JWT-based authentication, leverages PostgreSQL with async SQLAlchemy for data persistence, and utilizes Alembic for efficient database migrations. The service provides structured models for patients, doctors, appointments, and medical records, all exposed through a well-defined RESTful API with interactive Swagger UI documentation. Seamlessly integrated with an MCP server via `FastApiMCP`, it ensures secure and efficient communication for various health domain operations.

主要功能

  • 1 GitHub stars
  • JWT-based authentication
  • RESTful API endpoints with interactive Swagger UI
  • PostgreSQL database with async SQLAlchemy & Alembic migrations
  • MCP server integration via FastApiMCP
  • Comprehensive health domain models (Patient, Doctor, Appointment, Medical Record)

使用案例

  • Building backends for patient management systems
  • Developing applications for doctor appointment scheduling
  • Managing and retrieving medical records for healthcare platforms