Left-hand pane contains four projects. Click to view detailed presentation.
- Speech to Subtitle File Using Python Speech Recognition - Python program that uses speech recognition via a Google API and transcribes voice into text stored in a .srt subtitle file. Harvard Extension School Graduate Course Project 2017.
- Hospital Error Dashboard- Brigham And Women's Hospital - Algorithm developed to classify laboratory orders and bin them in distinct error types. Deployed in stored procedures on Pathology Datamart and visualized using Tableau Dashboards. Metrics include mislabel/unlabeled specimen, wrong specimen received, hemolyzed specimen, wrong order code and other. The report can drill down to collector ID, ordering location, date and time of collection, test name, and ordering provider.
- Toxicology and Patient Medication Lab Report - Python program that performs SQL queries using a unique container ID and connects to the Pathology Datamart for order information and the Enterprise Data Warehouse for EPIC results and active prescription medications. Includes a custom date parameter logic to pull pertinent medications only active on the day of specimen collection. Program can generate over 200 reports in an hour as formatted Excel files with filtered tables stored on a Pathology shared folder.
- Electronic Clinical Quality Measure (eCQM) - Presentation on the development of an eCQM as part of a CMS funded project at Brigham and Women's Hospital, Department of Medicine. Project management and planning, development of an eCQM emulator using a nested SQL query and local SQL server. Contains demographic analysis, patient distribution heat map, and eCQM measurement data (not published).