This is EinMind Client Documentation
### Installation
```shell
pip install einmind
```
### ICD10CM term mapping
```python
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
```python
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
```python
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>",
)
```
Raw data
{
"_id": null,
"home_page": null,
"name": "einmind",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "auto-coding, einmind, icd 10, icd-10-cm, icd10, icd10cm, meddra, medical coding, snomed, snomed ct, snomed-ct",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/26/18/e4a08da25b942d777740e5e1d480fde664799b1c1e92ca51f1de594a147f/einmind-0.1.21.tar.gz",
"platform": null,
"description": "This is EinMind Client Documentation\n\n### Installation\n\n```shell\npip install einmind\n```\n\n\n### ICD10CM term mapping\n```python\nfrom einmind import ICD10CMClient\nicd10cm_client = ICD10CMClient()\nresult = icd10cm_client.code_term(term='headache')\nprint(result)\n```\n\n\n### SNOMED CT term mapping\nonly diseases and procedures are covered\n```python\nfrom einmind import SNOMEDCTClient\n\n# Initialize the SNOMED CT Client\nsnomed_client = SNOMEDCTClient()\n\n# Code a disease term\nresult = snomed_client.code_term(term='headache', term_category=\"PROBLEM\")\n\n# Code a procedure term\nresult = snomed_client.code_term(term='colonoscopy', term_category=\"PROCEDURE\")\n```\n\n### Connecting to private instance\n\n```python\nfrom einmind import ICD10CMClient\nfrom einmind import SNOMEDCTClient\n\n\n# Initialize the ICD10CM Client\nicd10cm_client = ICD10CMClient(\n base_url=\"<base_url>:<port_number>\",\n api_key=\"<api key>\",\n)\n\n# Initialize the SNOMED CT Client\nsnomed_client = SNOMEDCTClient(\n base_url=\"<base_url>:<port_number>\",\n api_key=\"<api key>\",\n)\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "EinMind SDK for Python",
"version": "0.1.21",
"project_urls": {
"Bug Tracker": "https://github.com/einmind/einmind_client/issues",
"Changelog": "https://docs.einmind.com/latest/changelog",
"Discussions": "https://github.com/einmind/einmind_client/discussions",
"Documentation": "https://docs.einmind.com/",
"Homepage": "https://github.com/einmind/einmind_client"
},
"split_keywords": [
"auto-coding",
" einmind",
" icd 10",
" icd-10-cm",
" icd10",
" icd10cm",
" meddra",
" medical coding",
" snomed",
" snomed ct",
" snomed-ct"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "853ef922e50c335ae5f3e8134ba2626416d643c57b78989d8927b94b4b428d9e",
"md5": "eacb310e99495b15d53450823d862cfb",
"sha256": "7b80f8a131601019108411187e2189782cf951904ce55d28df583712f0776ff7"
},
"downloads": -1,
"filename": "einmind-0.1.21-py3-none-any.whl",
"has_sig": false,
"md5_digest": "eacb310e99495b15d53450823d862cfb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 9371,
"upload_time": "2024-10-06T10:21:20",
"upload_time_iso_8601": "2024-10-06T10:21:20.440538Z",
"url": "https://files.pythonhosted.org/packages/85/3e/f922e50c335ae5f3e8134ba2626416d643c57b78989d8927b94b4b428d9e/einmind-0.1.21-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2618e4a08da25b942d777740e5e1d480fde664799b1c1e92ca51f1de594a147f",
"md5": "23aa493af016b06b3b56933452c35162",
"sha256": "4fe2668a4577ee33de60e5514f5892d2a4c860ee604d6c21f1c170f3eff3cacd"
},
"downloads": -1,
"filename": "einmind-0.1.21.tar.gz",
"has_sig": false,
"md5_digest": "23aa493af016b06b3b56933452c35162",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 6861,
"upload_time": "2024-10-06T10:21:22",
"upload_time_iso_8601": "2024-10-06T10:21:22.352144Z",
"url": "https://files.pythonhosted.org/packages/26/18/e4a08da25b942d777740e5e1d480fde664799b1c1e92ca51f1de594a147f/einmind-0.1.21.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-06 10:21:22",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "einmind",
"github_project": "einmind_client",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "pydantic",
"specs": [
[
"==",
"2.5.3"
]
]
},
{
"name": "urllib3",
"specs": [
[
"==",
"2.0.7"
]
]
}
],
"lcname": "einmind"
}