Overview of the main components in the Medical Billing System and their interactions
↓
↔️
🗄️
SQLLite + PostgreSQL (formally)
Deployment architecture showing how the system is deployed on AWS infrastructure
AWS Cloud
↓
📦
S3 Bucket (Static Files)
↓
☁️
AWS Bedrock (AI Audit)
↔️
Logical architecture showing the main modules of the FastAPI application
FastAPI Application
📊
Audit Module (Bedrock AI)
Diagram showing how data flows through the different components of the system
Simplified database schema showing the main tables and their relationships
patient_id (PK)
first_name
last_name
dob
address
phone
provider_id (PK)
provider_name
specialty
npi_number
tax_id
address
service_id (PK)
cpt_code
description
base_price
appointment_id (PK)
patient_id (FK)
provider_id (FK)
appointment_date
appointment_type
notes
claim_id (PK)
patient_id (FK)
provider_id (FK)
claim_date
total_amount
status
fraud_score
item_id (PK)
claim_id (FK)
service_id (FK)
quantity
charge_amount
payment_id (PK)
claim_id (FK)
payment_date
payment_amount
payment_method
status
Flow diagram showing the audit process using AWS Bedrock for claim analysis
→
🔄
Format Claim Data for LLM
→
☁️
AWS Bedrock AI Analysis
→
Flow diagram showing the deployment process for the application on AWS infrastructure
←
←
🚀
Deploy to Elastic Beanstalk
←