ICD-10疾病、体征和症状、异常发现、投诉、社会环境和伤害或疾病的外部原因的代码

icd10-cm的Python项目详细描述


ICD-10厘米

license MITpython 3.6 | 3.7

ICD-10是国际疾病及相关健康问题统计分类(ICD)的第10次修订, 世界卫生组织(who)的医学分类清单。它包含疾病、体征和症状的代码, 异常的发现、抱怨、社会环境和伤害或疾病的外部原因。

Wikipedia: ICD-10

开始

pip install icd10-cm

常用

查找ICD-10代码

importicd10code=icd10.find("J20.0")print(code.description)# Acute bronchitis due to Mycoplasma pneumoniaeifcode.billable:print(code,"is billable")# J20.0 is billableprint(code.chapter)# Xprint(code.block)# J00-J99print(code.block_description)# Diseases of the respiratory system
< H3>检查是否存在一个ICD-10代码
importicd10ificd10.exists("J20.0"):print("Exists")

章节

ChapterBlockTitle
IA00-B99Certain infectious and parasitic diseases
IIC00-D48Neoplasms
IIID50-D89Diseases of the blood and blood-forming organs and certain disorders involving the immune mechanism
IVE00-E90Endocrine, nutritional and metabolic diseases
VF00-F99Mental and behavioural disorders
VIG00-G99Diseases of the nervous system
VIIH00-H59Diseases of the eye and adnexa
VIIIH60-H95Diseases of the ear and mastoid process
IXI00-I99Diseases of the circulatory system
XJ00-J99Diseases of the respiratory system
XIK00-K93Diseases of the digestive system
XIIL00-L99Diseases of the skin and subcutaneous tissue
XIIIM00-M99Diseases of the musculoskeletal system and connective tissue
XIVN00-N99Diseases of the genitourinary system
XVO00-O99Pregnancy, childbirth and the puerperium
XVIP00-P96Certain conditions originating in the perinatal period
XVIIQ00-Q99Congenital malformations, deformations and chromosomal abnormalities
XVIIIR00-R99Symptoms, signs and abnormal clinical and laboratory findings, not elsewhere classified
XIXS00-T98Injury, poisoning and certain other consequences of external causes
XXV01-Y98External causes of morbidity and mortality
XXIZ00-Z99Factors influencing health status and contact with health services
XXIIU00-U99Codes for special purposes

Wikipedia: ICD-10

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
javafx在java中显示图像或形状的二维网格   java如何部署WAR文件而不是根文件。AWS Elastic Beanstalk中配置了Amazon AMI的war?   java如何在Eclipse中设置runnable jar的目标版本   Java 8流/收集器按地图分组   java ParseServer:不保存用户信息?   MySQL:java。sql。BatchUpdateException:键“PRIMARY”的重复条目“242243”   java Jersey测试框架为grizzly中的所有未知路径定义默认错误响应   java使用所有请求参数将请求从一个jsp转发到另一个jsp?   java为什么在JavaFX8中选择CheckboxTableCell时SelectedStateCallback不起作用?   期待EOF的java发现“异常”   java如何使用SeleniumWebDriver捕获弹出窗口的屏幕?   java无法从安卓手机向我的数据库发送截击post请求   java Selenium单击切换元素   java使用Spring api向服务器发送数据   继承和创建新类之间的java差异   数组io。内蒂。ByteBuf writeBytes(java.nio.ByteBuffer src)顶点化   java相对于多次选择和一次更新,删除和插入的代价有多高?   java单向一对多,父级具有复合密钥   Java Spring批处理多线程作业失败,原因是“致命:由于idleintransaction超时而终止连接”