CMS Medicare payment analysis data and Federal Register corpus for use with Claude AI
Project description
CMS Medicare Analysis Kit
Data package for Claude-powered Medicare payment analysis. Contains:
- Longitudinal payment data (2017–2026): PFS RVUs, OPPS rates, ASC rates, Part B utilization for every CPT/HCPCS code
- Specialty utilization data (2017–2024): Specialty × code × year from CMS PSPS
- Place-of-service volume data (2017–2024): Code × POS × year for site-of-service analysis
- Federal Register corpus (2017–2026): Pre-extracted preamble text from all 40 PFS and OPPS/ASC proposed and final rules, searchable by code or specialty
Installation
pip install cms-medicare-analysis-kit
Usage
from cms_kit import load_code_data, load_pos_data, load_specialty_data, search_fr
# Get payment/RVU data for a code
rows = load_code_data("27130")
# Get site-of-service volume
pos_rows = load_pos_data("27130")
# Get specialty utilization
spec_rows = load_specialty_data("20") # Orthopedic Surgery
# Search Federal Register for a code
hits = search_fr("27130", synonyms=["total hip arthroplasty", "THA"])
For Claude Sessions
Upload the orchestrator markdowns (CMS_Code_Analysis_Master.md or Specialty_Analysis_Master.md) to Claude. Claude will pip install this package and use it to run analyses without any local setup.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cms_medicare_analysis_kit-2.0.0.tar.gz.
File metadata
- Download URL: cms_medicare_analysis_kit-2.0.0.tar.gz
- Upload date:
- Size: 63.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f77a820cc4ebecf45023b4b85d042c4eb8cbee65aa2a34de324328fd88502786
|
|
| MD5 |
84206c7022a5938f6de8338bd43d17db
|
|
| BLAKE2b-256 |
e7f4b346f2fe01ce220dc1aec6dac539d1ff46c2e15bd79e7816f3449786e0c3
|
File details
Details for the file cms_medicare_analysis_kit-2.0.0-py3-none-any.whl.
File metadata
- Download URL: cms_medicare_analysis_kit-2.0.0-py3-none-any.whl
- Upload date:
- Size: 63.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
700d24c22fd9fb07cd567c26fe59e28c74505be5184e38de623e9ed43111b3f2
|
|
| MD5 |
97a2579eb9b8350ae0a8eb69c980ed95
|
|
| BLAKE2b-256 |
7db195166ee9ce924ceb3285dceab7c013cd42705d95ca5ecea2dca6363f56aa
|