EHRT - Electornic Health Records Toolkit
Project description
ehrt
ehrt is a set of foundational tools and pipelines for processing EHR data to create research ready datasets. TETHER is a learning library designed to help analysts and healthcare professionals familiarize themselves with EHR processing.
Installation
Install via pip
Usage
from ehrt import nlp
# Example text and dictionary
text = "This is an example input to process."
dictionary_path = "sample_dict.txt"
# The dictionary should can be a csv file containg two columns: string,cui
# Traverse the text to find CUIs
result = nlp.text2cui.traverse(text, dictionary_path)
print(result)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ehrt-0.1.0.tar.gz
(2.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ehrt-0.1.0-py3-none-any.whl
(2.3 kB
view details)
File details
Details for the file ehrt-0.1.0.tar.gz.
File metadata
- Download URL: ehrt-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
708616a1491ae0c32586a1575e3cb9899697922e233cf5a4b3a294a535b88394
|
|
| MD5 |
371b3e2da25e7716c759e956b6a067d8
|
|
| BLAKE2b-256 |
9bee19d42a110c54c527eef73493ec4fd607fa18bdbcc47223dee9da581b1dbd
|
File details
Details for the file ehrt-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ehrt-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c185969352def6a7c6fcd0fd308ae1534bd39bc259d4aef5e9a77a893b6d2069
|
|
| MD5 |
52d06826afeb86ad644bbb419fca308a
|
|
| BLAKE2b-256 |
4895b89abbd0b9d84ae0dc5ca030d9be8d8269f1e521fb5501ee49cc84c52f37
|