{ "info": { "author": "Lamy Jean-Baptiste (Jiba)", "author_email": "jean-baptiste.lamy@univ-paris13.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Healthcare Industry", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Medical Science Apps.", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "PyMedTermino\n============\n\nPyMedTermino (Medical Terminologies for Python) is a Python module for\neasy access to the main medical terminologies in Python.\nThe following terminologies are supported: SNOMED CT, ICD10, MedDRA, CDF, UMLS and VCM\nicons (an iconic terminology developped at Paris 13 University).\nPyMedTermino facilitates the access to terminologies, but does not include terminology\ncontents (excepted for VCM); terminology contents should be obtained separately\n(e.g. downloaded from UMLS).\n\nPyMedTermino has been created at the LIMICS reseach lab,\nUniversity Paris 13, Sorbonne Paris Cit\u00e9, INSERM UMRS 1142, Paris 6 University, by\nJean-Baptiste Lamy. PyMedTermino is available under the GNU LGPL licence and has been\ndescribed in the following scientific article (please cite it if you use PyMedTermino !):\n\nLamy JB, Venot A, Duclos C.\n`PyMedTermino: an open-source generic API for advanced terminology services. `_\nStud Health Technol Inform 2015;210:924-928\n\n\nIn case of trouble, please contact Jean-Baptiste Lamy \n\n::\n\n LIMICS\n University Paris 13, Sorbonne Paris Cit\u00e9\n Bureau 149\n 74 rue Marcel Cachin\n 93017 BOBIGNY\n FRANCE\n\n\nWhat can I do with PyMedTermino?\n--------------------------------\n\n >>> ICD10.search(\"tachycardia\")\n [ ICD10[u\"I49.5\"] # Sick sinus syndrome\n , ICD10[u\"I47.2\"] # Ventricular tachycardia\n , ICD10[u\"F43.0\"] # Acute stress reaction\n , ICD10[u\"I47\"] # Paroxysmal tachycardia\n , ICD10[u\"I47.1\"] # Supraventricular tachycardia\n , ICD10[u\"I47.9\"] # Paroxysmal tachycardia, unspecified\n , ICD10[u\"R00.0\"] # Tachycardia, unspecified\n , ICD10[u\"O68.0\"] # Labour and delivery complicated by fetal heart rate anomaly\n ]\n >>> ICD10[u\"I47\"].parents\n [ICD10[u\"I30-I52\"] # Other forms of heart disease\n ]\n >>> ICD10[u\"I47\"].children\n [ ICD10[u\"I47.0\"] # Re-entry ventricular arrhythmia\n , ICD10[u\"I47.2\"] # Ventricular tachycardia\n , ICD10[u\"I47.1\"] # Supraventricular tachycardia\n , ICD10[u\"I47.9\"] # Paroxysmal tachycardia, unspecified\n ]\n >>> list(ICD10[u\"I47\"].ancestors_no_double())\n [ ICD10[u\"I30-I52\"] # Other forms of heart disease\n , ICD10[u\"IX\"] # Diseases of the circulatory system\n ]\n >>> ICD10[u\"I47\"] >> VCM # Maps the ICD10 concept to VCM icon\n Concepts([\n VCM[u\"current--hyper--heart_rhythm\"] # tachycardia\n ])\n\nPyMedTermino can also be used without Python, just for converting terminology contents into Sqlite3 databases.\n\n\nLinks\n-----\n\nPyMedTermino on BitBucket (development repository): https://bitbucket.org/jibalamy/pymedtermino\n\nPyMedTermino on PyPI (Python Package Index, stable release): https://pypi.python.org/pypi/PyMedTermino\n\nDocumentation: http://pythonhosted.org/PyMedTermino\n", "description_content_type": null, "docs_url": "https://pythonhosted.org/PyMedTermino/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.lesfleursdunormal.fr/static/informatique/pymedtermino/index_en.html", "keywords": "", "license": "LGPLv3+", "maintainer": "", "maintainer_email": "", "name": "PyMedTermino", "package_url": "https://pypi.org/project/PyMedTermino/", "platform": "", "project_url": "https://pypi.org/project/PyMedTermino/", "project_urls": { "Homepage": "http://www.lesfleursdunormal.fr/static/informatique/pymedtermino/index_en.html" }, "release_url": "https://pypi.org/project/PyMedTermino/0.3.3/", "requires_dist": null, "requires_python": "", "summary": "Medical Terminologies for Python: SNOMED CT, ICD10, MedDRA, CDF, UMLS and VCM icons", "version": "0.3.3" }, "last_serial": 3291480, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "672eb8d2bc1121951198b805cc3dec5a", "sha256": "b512cbfb600cca423592d8629def13d737063989031b008b9a8fcb2e0ff41c79" }, "downloads": -1, "filename": "PyMedTermino-0.1.tar.bz2", "has_sig": false, "md5_digest": "672eb8d2bc1121951198b805cc3dec5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19034746, "upload_time": "2014-01-08T10:34:26", "url": "https://files.pythonhosted.org/packages/f6/fa/64b5a19f3c970807265367bf5b12efce850c0f92f642da2b343ec18c0999/PyMedTermino-0.1.tar.bz2" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "bdc51206d88e35945ace779c2988c7b3", "sha256": "612fd7a88abc2b0a2913084681bd3b537f97655d2742d2d92f13f3d3912c355d" }, "downloads": -1, "filename": "PyMedTermino-0.2.tar.bz2", "has_sig": false, "md5_digest": "bdc51206d88e35945ace779c2988c7b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19102727, "upload_time": "2014-05-10T10:48:23", "url": "https://files.pythonhosted.org/packages/6b/fc/03f776b4fa1e4bee581b25eaed52c73e1fec8cda28c6db682794f0e477c7/PyMedTermino-0.2.tar.bz2" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "fafe2776aa230109cfd0e46ed30c2e31", "sha256": "482214c0dd69bdb5c8f3d08fb87ff6839729b3232276268bec48a510bf6e0e06" }, "downloads": -1, "filename": "PyMedTermino-0.3.tar.bz2", "has_sig": false, "md5_digest": "fafe2776aa230109cfd0e46ed30c2e31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23344410, "upload_time": "2014-11-17T15:02:01", "url": "https://files.pythonhosted.org/packages/69/a3/311a61be9b99d1ce5aef1317ba0fa5be3f131414b54ed37cd4b779e6611f/PyMedTermino-0.3.tar.bz2" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "9a59293616bd0cb9876ed88b6f00aa71", "sha256": "9154c11458f574d87e2c9fcc4e52519eafa4e71413020994e32edfca35a35325" }, "downloads": -1, "filename": "PyMedTermino-0.3.1.tar.bz2", "has_sig": false, "md5_digest": "9a59293616bd0cb9876ed88b6f00aa71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23368557, "upload_time": "2015-04-16T13:09:32", "url": "https://files.pythonhosted.org/packages/bd/35/f2406f7b9cc628d891954bd5fc31ff5da90360accc7d71a6b99eeea0e63f/PyMedTermino-0.3.1.tar.bz2" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "b3abc121ec46c453e0949106cdc7e647", "sha256": "8e63b319d445924e580107dde87b50204d88d0d38eccda4f09f175e53aa3bc3a" }, "downloads": -1, "filename": "PyMedTermino-0.3.2.tar.bz2", "has_sig": false, "md5_digest": "b3abc121ec46c453e0949106cdc7e647", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23372608, "upload_time": "2015-05-13T14:45:18", "url": "https://files.pythonhosted.org/packages/8f/6c/2c26eec252e29569c87b804b35f3c7e28e1080f5c3676950562ab40a4e51/PyMedTermino-0.3.2.tar.bz2" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "bc18b5216c7159362dc3cb469940c4ab", "sha256": "0f07c6382c5ee91670cf5e3ce3a1648342325c7a4821315c4aa82b19b6b1353b" }, "downloads": -1, "filename": "PyMedTermino-0.3.3.tar.gz", "has_sig": false, "md5_digest": "bc18b5216c7159362dc3cb469940c4ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33982262, "upload_time": "2017-10-30T14:39:51", "url": "https://files.pythonhosted.org/packages/a5/7e/ac9a622ccff56c03f7dd12f0605a782a26343f9dad0d057594432f27db9a/PyMedTermino-0.3.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bc18b5216c7159362dc3cb469940c4ab", "sha256": "0f07c6382c5ee91670cf5e3ce3a1648342325c7a4821315c4aa82b19b6b1353b" }, "downloads": -1, "filename": "PyMedTermino-0.3.3.tar.gz", "has_sig": false, "md5_digest": "bc18b5216c7159362dc3cb469940c4ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33982262, "upload_time": "2017-10-30T14:39:51", "url": "https://files.pythonhosted.org/packages/a5/7e/ac9a622ccff56c03f7dd12f0605a782a26343f9dad0d057594432f27db9a/PyMedTermino-0.3.3.tar.gz" } ] }