Files
Portfolio/src/components/experience.json

51 lines
4.0 KiB
JSON
Raw Normal View History

2023-01-10 03:13:50 -05:00
[ {
2023-06-25 19:08:05 -04:00
"company": "Rimidi",
"title": "Software Engineering Intern",
"points": [
"Developing Rimidify, Rimidi's first micro-service, enabling standardized outputs for FHIR resources from any EHR source or FHIR version. By decoupling resource standardization logic from the core instance, improved flexibility and maintainability were achieved.",
"Refactoring the business logic for FHIR standardization, adopting a modular and reusable approach. Reducing redundant code improved scalability and maintainability, making it easier to update and support new FHIR versions and onboard new EHR systems.",
"Implementing efficient logic for handling FHIR version additions (DSTU2, STU3 and R4) and EHR integrations (Epic, Cerner, Athena etc.), streamlining the process of onboarding new EHR systems and supporting new FHIR releases. This optimization saved considerable time for the development and QA teams, enhancing productivity and reducing time-to-market for new integrations."
],
"term": "May 2023 - Present"
},
{
2023-01-10 03:13:50 -05:00
"company": "Georgia Tech",
"title": "Graduate Teaching Assistant",
"points": [
2023-06-25 19:08:05 -04:00
"Working under the guidance of Dr. Jon Duke as a teaching assistant for his course CS-6440 Introduction to Health Informatics in Spring 2023 to mentor students about Healthcare IT, including technologies such as HL7 FHIR. Interoperability, Clinical Decision Support (CDS) and the use of LLMs in healthcare.",
"Helped students gain hands on experience with new healthcare technologies such as Hapi FHIR (R4), Mirth Connect, creation of SMART on FHIR applications and more using Python, Java, Docker and Heroku. ",
"Responsibilities include grading of student assignments and examinations for the first half of the semester and mentoring students for their course projects by guiding them on the scope and viability of their project."
2023-01-10 03:13:50 -05:00
],
"term": "Jan 2023 - Present"
},
{
2022-07-18 23:17:31 +05:30
"company": "Innovaccer",
"title": "Software Development Engineer Intern (Data Platform)",
"points": [
2023-06-25 19:08:05 -04:00
"Worked as part of the Data Activation Platform team to create and maintain FHIR enabling microservices responsible for parsing and standardizing healthcare data from different sources spanning different data formats such as HL7, CCLF, CCDA etc.",
2022-07-18 23:17:31 +05:30
"Developed the Aggregator Metrics microservice to collect metadata of time taken by DAP microservices to process data for each customer and source type and aggregating them into Snowflake tables in order to represent them in graphical manner.",
"Created a framework for reporting of success and failure metrics of Merge and Split jobs in EMPI (Enterprise Master Patient Index) service."
],
"term": "Feb 2022 - July 2022"
},
{
"company": "Innovaccer",
"title": "Summer Intern SDE (Backend- License Management)",
"points": [
"Created and maintained the backend for two platform level services, License Management and Platform Configuration, as one of three Backend engineers in a team of 9.",
"Maintained over 25 API endpoints using Django RestFramework and ported existing MongoDB collections to PostgreSQL.",
"Optimized a critical API endpoint by reducing the response time from 16 seconds down to under 3 using Redis Caching and bulk creation/updation."
],
"term": "May 2021 - August 2021"
},
{
"company": "Medsupervision",
"title": "Web Development Intern",
"points": [
"Created frontend views and components for the MEDSupervision healthcare platform as per design, using ReactJs framework",
"Designed the frontend as well as backend for a Medicine Comparison tool, which suggests alternate medicines containing same or similar salts, using Flask and React.",
"Optimized website load times."
],
"term": "Oct 2020 - April 2021"
}
]