MediCompass is an AI-powered application designed to provide personalized medication recommendations. It leverages the MeldRX API to connect to FHIR (Fast Healthcare Interoperability Resources) data, ensuring up-to-date and accurate healthcare information. The backend infrastructure of MediCompass is built using AWS Lambda (serverless) with Rust and DynamoDB for seamless performance and scalability.

Features

  • Personalized medication recommendations based on patient health data
  • Integration with MeldRX API to access FHIR data
  • Serverless architecture using AWS Lambda and Rust
  • Scalable and low-latency data storage with DynamoDB
  • Secure and compliant with healthcare regulations

Architecture

The MediCompass application is built using a modern serverless architecture to ensure high availability, scalability, and cost-efficiency. The primary components of the architecture include:

  • MeldRX API: Provides access to FHIR data.
  • AWS Lambda: Executes application logic using Rust, enabling serverless computing.
  • DynamoDB: Stores and retrieves patient data with low latency and high scalability.
            +--------------+
            | API Gateway  |
            +--------------+
                  |
         +--------+--------+
         |                 |
+--------v--------+ +--------v--------+
|  Lambda Func 1  | |  Lambda Func 2  |
+-----------------+ +-----------------+

Share this project:

Updates