Skip to content

ShaiBrin/Palantir-MediMind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Palantir AIP Foundry's Patient Drug Expenditure

Mission critical platform that classify structured medical information extracted from raw patient notes data while calculating the total medication cost per patient.

Table of Contents

Introduction

A user can select a specific patient and it displays the name, dosage and the total cost of all medication taken.

Design

Here's a solution designer created by Foundry's Solution Designer System

Here's the data lineage. Data Lineage

Features

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.

Installation

To install and set up the project, follow these steps:

  1. Clone the repository:
    git clone https://github.com/ShaiBrin/Palantir-MediMind.git
  2. Navigate to the project directory:
    cd Palantir-MediMind
  3. Change directory to my-osdk-app
     cd my-osdk-app
  4. Install the required dependencies
    npm install
  5. Run
    npm run dev

Resources

  1. Nation Average Drug Acquistion
  2. Video Demo
  3. MediMind - Computes Modules

License

This project is licensed under the MIT License. See the LICENSE file for more details.