This project demonstrates the implementation of the program for a health plan, ensuring CMS compliance and seamless integration with pharmacy benefit managers (PBMs)
View the Project on GitHub nagakirankasi/CMS-Prescription-payment-program
The Prescription Payment Program (PPP) is a federal government-mandated initiative by the Centers for Medicare & Medicaid Services (CMS). It ensures that health plans provide real-time prescription cost-sharing information to beneficiaries at the point of sale. This project demonstrates the implementation of the program for a health plan, ensuring CMS compliance and seamless integration with pharmacy benefit managers (PBMs).
As an IT Architect, I led the end-to-end solution design and implementation: Note - This is an option I would recommend to implement this program.
![Architecture Diagram] - Work in progress
.
├── README.md # Project overview and documentation
├── docs/ # Architecture diagrams and design documents
├── src/ # Sample code for APIs and automation
├── workflows/ # CI/CD pipeline configurations
├── api/ # OpenAPI specifications
├── deployment/ # Terraform and AWS CDK templates
├── tests/ # Automated test scripts
├── reports/ # Success metrics and dashboards
└── LICENSE # Optional license for sharing
git clone https://github.com/nagakirankasi/Prescription-Payment-Program-CMS.git
cd deployment
terraform init
terraform apply
cd src
npm install
npm run deploy
Contributions are welcome! Please submit a pull request or open an issue for discussions.
For inquiries or collaboration opportunities, connect with me on via email at [nkiran.kasi@gmail.com]
This project is licensed under the MIT License. See LICENSE for details.
💡 This repository demonstrates solution architecture and best practices while ensuring confidentiality. No sensitive data is included.