Skip to content

MohamedAtef721/Healthcare-Claims-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ₯ Healthcare Claims Analysis

πŸ“Œ Project Overview

This project analyzes healthcare claims data to uncover insights on denial rates, provider performance, payment trends, and patient demographics.
The analysis is supported with SQL queries, Python (pandas, matplotlib, plotly), and professional visualizations.


πŸ“Š Key Analyses & Visualizations

  • Denial Rates by Hospital Accreditation Level
  • Providers with the Highest Denial Rates
  • Average Payment per Day by Specialty
  • Monthly Claims Trend
  • Average Length of Stay by Specialty
  • Copay Share by Insurance Plan
  • Top CPT Procedures by Total Paid
  • Top DRGs by Specialty
  • Denial Rates by City & Specialty
  • Denial Rates by Gender & Age Groups

πŸ—‚οΈ Data Dictionary (Summary)

p5_claims

  • claim_id β†’ Unique claim ID
  • patient_id, provider_id β†’ Foreign keys
  • admit_dt, discharge_dt β†’ Episode dates
  • drg β†’ Diagnosis group
  • paid_amt, copay_amt β†’ Payment info
  • denied_flag β†’ Denial indicator

p5_patients

  • patient_id β†’ Unique patient ID
  • age_band β†’ {0-17, 18-34, 35-49, 50-64, 65+}
  • gender β†’ {F, M}
  • plan_type β†’ {HMO, PPO, EPO}

p5_procedures

  • claim_id β†’ Claim reference
  • cpt β†’ Procedure code
  • paid_amt, units β†’ Billing details

p5_providers

  • provider_id β†’ Unique provider ID
  • specialty β†’ {Cardiology, Orthopedics, General, Pediatrics, Oncology, Obstetrics, Neurology}
  • city β†’ {Cairo, Giza, Alexandria, Riyadh, Jeddah, Dubai, AbuDhabi}
  • accreditation_level β†’ {A, B, C}

About

Healthcare Claims Analysis Project This project analyzes synthetic healthcare claims data to uncover patterns and insights in claim payouts, denial rates, provider performance, patient demographics, and hospital specialties.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors