Mission critical platform that classify structured medical information extracted from raw patient notes data while calculating the total medication cost per patient.
A user can select a specific patient and it displays the name, dosage and the total cost of all medication taken.
Here's a solution designer created by Foundry's Solution Designer
The Foundry's platform uses multiple features such as Pipeline builder
, Ontology Manager
, Workshop Module
, OSDK
, Function Logic
, Compute Modules
.
The web application is built by using OSDK
and the objects are fetched from Ontology
and it calcualtes the total medication intake cost per patient.
It is built with NextJS
accompanied by Tailwind
and is hosted in Vercel
. It uses PostgresSQL
as database to store and fetch medication's prices found in the Nation Average Drug Acquistion.
To install and set up the project, follow these steps:
- Clone the repository:
git clone https://github.com/ShaiBrin/Palantir-MediMind.git
- Navigate to the project directory:
cd Palantir-MediMind
- Change directory to my-osdk-app
cd my-osdk-app
- Install the required dependencies
npm install
- Run
npm run dev
This project is licensed under the MIT License. See the LICENSE file for more details.