Skip to content

dingle0422/care_path_integration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Care_Path_Integration

Basic Logic:

1. Clean and reform raw EMR data by features, "Key", "ID", "Diag", "Treatment", "Office", into sensible first-visit dataset and subsequent-visit datasets

2. Refill 'Unknown' Treatment following first-visit's

3. Join consistent first and subsequent datasets by features, "Key", "ID", "Diag", "Treatment", "Office"

Instruction:

example:

图片

Apriori Algo:

If you want to dig out frequent item-set, please enter Apriori-folder and check the algo we generated.

You can apply the algo to Care_path data to output the data-structure fitting sankey plot.

图片2.png为两组算法合并之后的整体流程

图片1.png为apriori算法的基本思路

图片3.png为患者病程整合中“初复诊重组”的思路

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.2%
  • Jupyter Notebook 31.8%