https://github.com/darren277/arsmedicatech
This is a broad purpose web application for various kinds of clinical use cases. It has a Flask server, a React front end, SurrealDB for a multimodel database, LLM integration, OSCAR EMR integration, and much, much more.
https://github.com/darren277/arsmedicatech
clinical healthcare llm oscar-emr surrealdb
Last synced: 6 months ago
JSON representation
This is a broad purpose web application for various kinds of clinical use cases. It has a Flask server, a React front end, SurrealDB for a multimodel database, LLM integration, OSCAR EMR integration, and much, much more.
- Host: GitHub
- URL: https://github.com/darren277/arsmedicatech
- Owner: darren277
- Created: 2024-11-09T07:35:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T22:31:09.000Z (7 months ago)
- Last Synced: 2025-03-17T23:29:32.577Z (7 months ago)
- Topics: clinical, healthcare, llm, oscar-emr, surrealdb
- Language: Python
- Homepage:
- Size: 6.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArsMedicaTech
## About
This is a broad purpose web application for various kinds of clinical use cases. It has a Flask server, a React front end, SurrealDB for a multimodel database, LLM integration, OSCAR EMR integration, and much, much more.
## How to Use
TBD...
### Webpack devServer vs Webpack build vs No Webpack...?
`webpack serve --config ./webpack.config.js --mode development --port 3010`
vs...
`npm start ./src/index.js`
`npm start ./src/index.js --port=3010 --proxy=http://127.0.0.1:5010`
## Databases
### SurrealDB
#### ICD
Example: `section111validicd10-jan2025_0.csv`:
```csv
CODE,SHORT DESCRIPTION (VALID ICD-10 FY2025),LONG DESCRIPTION (VALID ICD-10 FY2025)
A000,"Cholera due to Vibrio cholerae 01, biovar cholerae","Cholera due to Vibrio cholerae 01, biovar cholerae"
A001,"Cholera due to Vibrio cholerae 01, biovar eltor","Cholera due to Vibrio cholerae 01, biovar eltor"
A009,"Cholera, unspecified","Cholera, unspecified"
A0100,"Typhoid fever, unspecified","Typhoid fever, unspecified"
A0101,Typhoid meningitis,Typhoid meningitis
```