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第三方库


热门话题
用于切换状态结果的枚举的java输入   检测*NIX上打开的端口时出现java问题   java捕获和保存屏幕截图   java SLF4JLogback:基于日志级别的多模式   Java从字符串中删除动态子字符串   在spring引导中contextLoads测试时运行java Liquibase   基于规则集的任意嵌套POJO的java任意就地转换   java如何做,边做边循环这段代码?   java是什么导致jmh测量中的错误?   java Spring RabbitTemplate执行方法可见性   java jms创建连接http超时weblogic   java如何在JMapViewer中的两点之间放置像箭头一样的图像   在我的形状计算器Java程序中使用带有Switch/Case语句的循环   字符串如何在Java中比较字符和数字