sample.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "schema_data":[
  3. {
  4. "name":"食品",
  5. "category":"Food",
  6. "version":"1.0",
  7. "props": []
  8. },
  9. {
  10. "name":"科室",
  11. "category":"Department",
  12. "version":"1.0",
  13. "props": []
  14. },
  15. {
  16. "name":"药品",
  17. "category":"Drug",
  18. "version":"1.0",
  19. "props": []
  20. },
  21. {
  22. "name":"检查",
  23. "category":"Check",
  24. "version":"1.0",
  25. "props": []
  26. },
  27. {
  28. "name":"症状",
  29. "category":"Symptom",
  30. "version":"1.0",
  31. "props": []
  32. },
  33. {
  34. "name":"厂商",
  35. "category":"Producer",
  36. "version":"1.0",
  37. "props": []
  38. },
  39. {
  40. "name":"疾病",
  41. "category":"Disease",
  42. "version":"1.0",
  43. "props": [
  44. {
  45. "name": "相关疾病", "category": "associate_disease"
  46. },
  47. {
  48. "name": "相关症状", "category": "associate_symptom"
  49. },
  50. {
  51. "name": "身体部位", "category": "bodypart"
  52. },
  53. {
  54. "name": "病因", "category": "cause"
  55. },
  56. {
  57. "name": "相关检查", "category": "check"
  58. },
  59. {
  60. "name": "常用药", "category": "commonly_used_drugs"
  61. },
  62. {
  63. "name": "相关疾病", "category": "complication"
  64. },
  65. {
  66. "name": "科室", "category": "cure_department"
  67. },
  68. {
  69. "name": "预后", "category": "cured_prob"
  70. },
  71. {
  72. "name": "治疗时间", "category": "cure_lasttime"
  73. },
  74. {
  75. "name": "治愈率", "category": "cure_rate"
  76. },
  77. {
  78. "name": "治疗方案", "category": "cure_way"
  79. },
  80. {
  81. "name": "描述", "category": "desc"
  82. },
  83. {
  84. "name": "诊断方法", "category": "disease_diagnosis"
  85. },
  86. {
  87. "name": "诊断检验", "category": "disease_examination"
  88. },
  89. {
  90. "name": "诊断症状", "category": "disease_symptoms"
  91. },
  92. {
  93. "name": "诊断治疗", "category": "disease_treatment"
  94. },
  95. {
  96. "name": "易感染", "category": "easy_get"
  97. },
  98. {
  99. "name": "检验", "category": "examination"
  100. },
  101. {
  102. "name": "发生率", "category": "incidence_rate"
  103. },
  104. {
  105. "name": "保险信息", "category": "insurance"
  106. },
  107. {
  108. "name": "介绍", "category": "introduction"
  109. },
  110. {
  111. "name": "临床科室", "category": "medical_department"
  112. },
  113. {
  114. "name": "传染途径", "category": "mode_of_transmission"
  115. },
  116. {
  117. "name": "预防措施", "category": "prevent"
  118. },
  119. {
  120. "name": "康复建议", "category": "rehabilitation_tips"
  121. },
  122. {
  123. "name": "易感人群", "category": "susceptible_person"
  124. },
  125. {
  126. "name": "症状诊断", "category": "symptom_diagnosis"
  127. },
  128. {
  129. "name": "治疗费用", "category": "treatment_costs"
  130. },
  131. {
  132. "name": "治疗周期", "category": "treatment_cycle"
  133. },
  134. {
  135. "name": "治疗方法", "category": "treatment_methods"
  136. }
  137. ]
  138. }
  139. ]
  140. }