CS50x: Introduction to Computer Science (Harvard on edX) is a virtual, introductory course to computer science. Course information is available on the CS50x Harvard website or on EdX.
Note: The code contained in this repository is available for informational purposes. You will learn more from the course if you complete each problem set independently.
For my capstone project, I created a web application for neuropsychologists to calculate certain billing codes for billing purposes.
See my GitHub folder for more information or visit my webpage!
A simple calculator to code technician-supported neuropsychological assessment in clinical settings; developed for neuropsychologists.
Image taken from the following website:
Neuropsychologists who accept insurance must submit superbills (an itemized form containing patient visit information) to Medicare and insurance companies to receive payment for services. This web-based application is a simple calculator for determining the appropriate units for technician-provided assessment services, which is perhaps the most popular or most preferred method of completing testing.
- Python
- math
- flask
- HTML
- AWS
The current project was inspired by problems I encountered in my professional career, namely a desire for increased efficiency in calculating units for insurance billing while working in a clinical service line. This calculator reflects select Current Procedural Terminology (CPT) codes (specifically 96138, 96139, and 96146), which were updated on January 1, 2019 by the Centers for Medicare & Medicaid Services (CMS).
This application is highly convenient for neuropsychology services that have multiple technicians, providers, or staff, as it can be used from any location and for any client. Neither patient health information nor user registration are required for use.
For more information about billing codes, consult the CMS website.
- 💻 This calculator converts minutes of technician test administration and scoring time to CPT units. (Load the page again to submit a new request.)
My website also contains helpful links for information about CPT codes, coding changes, and links to insurance companies' websites regarding neuropsychological assessment billing.
Note: I do not assume any liability for the consequences of using this application. Use at your own discretion and confirm the output using your own calculations.
Usage is provided under the MIT license. See the LICENSE.md file for details.
If you have questions or thoughts, please contact me using the link on my main GitHub page.

