mirror of
https://github.com/AmanTahiliani/Portfolio.git
synced 2026-08-07 11:52:48 -04:00
Updated Rimidi info
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
import React, { Component } from "react";
|
||||
import "bootstrap/dist/css/bootstrap.css";
|
||||
import { Row, Col} from "react-bootstrap";
|
||||
// import { Row, Col} from "react-bootstrap";
|
||||
import "./experience.css";
|
||||
import ExperienceCard from "./experienceCard";
|
||||
import experienceData from "./experience.json"
|
||||
import InnovaccerLogo from "../media/innovaccerLogo.png";
|
||||
import Medsupervision from "../media/logo.png"
|
||||
import GeorgiaTech from "../media/GeorgiaTech.png"
|
||||
import Rimidi from "../media/rimidi.png"
|
||||
|
||||
const logos = {Innovaccer:InnovaccerLogo,Medsupervision:Medsupervision,"Georgia Tech":GeorgiaTech}
|
||||
const logos = {Innovaccer:InnovaccerLogo,Medsupervision:Medsupervision,"Georgia Tech":GeorgiaTech,Rimidi:Rimidi}
|
||||
|
||||
class Experience extends Component {
|
||||
render() {
|
||||
|
||||
@@ -1,10 +1,20 @@
|
||||
[ {
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"company": "Georgia Tech",
|
||||
"title": "Graduate Teaching Assistant",
|
||||
"points": [
|
||||
"Working under the guidance of Dr. Jon Duke as a teaching assistant for his course CS-6440 Introduction to Health Informatics in Spring 2023",
|
||||
"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.",
|
||||
"Helping students with their doubts regarding Lab assignments implemented using Java, Python and Docker."
|
||||
"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."
|
||||
],
|
||||
"term": "Jan 2023 - Present"
|
||||
},
|
||||
@@ -12,7 +22,7 @@
|
||||
"company": "Innovaccer",
|
||||
"title": "Software Development Engineer Intern (Data Platform)",
|
||||
"points": [
|
||||
"Worked as part of the Data Activation Platform team to create and maintain microservices responsible for parsing and standardizing healthcare data from different sources spanning different data formats such as HL7, CCLF, CCDA etc.",
|
||||
"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.",
|
||||
"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."
|
||||
],
|
||||
|
||||
BIN
src/media/rimidi.png
Normal file
BIN
src/media/rimidi.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
Reference in New Issue
Block a user