EinMind SDK for Python
Project description
This is EinMind Client Documentation
Installation
pip install einmind
ICD10CM term mapping
from einmind import ICD10CMClient
icd10cm_client = ICD10CMClient()
result = icd10cm_client.code_term(term='headache')
print(result)
SNOMED CT term mapping
only diseases and procedures are covered
from einmind import SNOMEDCTClient
# Initialize the SNOMED CT Client
snomed_client = SNOMEDCTClient()
# Code a disease term
result = snomed_client.code_term(term='headache', term_category="PROBLEM")
# Code a procedure term
result = snomed_client.code_term(term='colonoscopy', term_category="PROCEDURE")
Connecting to private instance
from einmind import ICD10CMClient
from einmind import SNOMEDCTClient
# Initialize the ICD10CM Client
icd10cm_client = ICD10CMClient(
base_url="<base_url>:<port_number>",
api_key="<api key>",
)
# Initialize the SNOMED CT Client
snomed_client = SNOMEDCTClient(
base_url="<base_url>:<port_number>",
api_key="<api key>",
)
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
einmind-0.1.21.tar.gz
(6.9 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
File details
Details for the file einmind-0.1.21.tar.gz.
File metadata
- Download URL: einmind-0.1.21.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fe2668a4577ee33de60e5514f5892d2a4c860ee604d6c21f1c170f3eff3cacd
|
|
| MD5 |
23aa493af016b06b3b56933452c35162
|
|
| BLAKE2b-256 |
2618e4a08da25b942d777740e5e1d480fde664799b1c1e92ca51f1de594a147f
|
File details
Details for the file einmind-0.1.21-py3-none-any.whl.
File metadata
- Download URL: einmind-0.1.21-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b80f8a131601019108411187e2189782cf951904ce55d28df583712f0776ff7
|
|
| MD5 |
eacb310e99495b15d53450823d862cfb
|
|
| BLAKE2b-256 |
853ef922e50c335ae5f3e8134ba2626416d643c57b78989d8927b94b4b428d9e
|