PediatricEpilepsyPrescription.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. {
  2. "Key": "PediatricEpilepsyPrescription",
  3. "Name": "儿童癫痫患者健康教育处方",
  4. "Content": [
  5. {
  6. "label": "姓名",
  7. "defaultValue": null,
  8. "span": 12,
  9. "key": "PatientName",
  10. "type": "input",
  11. "border": null,
  12. "disabledValue": null,
  13. "options": [],
  14. "children": null,
  15. "append": "",
  16. "placeholder": "",
  17. "required": null,
  18. "show-limit": false,
  19. "parentKey": null,
  20. "buttonName": null,
  21. "childrenKey": null
  22. },
  23. {
  24. "label": "性别",
  25. "defaultValue": null,
  26. "span": 24,
  27. "key": "PatientGender",
  28. "type": "radio",
  29. "border": null,
  30. "disabledValue": null,
  31. "options": [
  32. {
  33. "label": "男",
  34. "value": "1"
  35. },
  36. {
  37. "label": "女",
  38. "value": "2"
  39. }
  40. ],
  41. "children": null,
  42. "append": null,
  43. "placeholder": null,
  44. "required": null,
  45. "show-limit": null,
  46. "parentKey": null,
  47. "buttonName": null,
  48. "childrenKey": null
  49. },
  50. {
  51. "label": "年龄",
  52. "defaultValue": null,
  53. "span": 12,
  54. "key": "PatientAge",
  55. "type": "numberInput",
  56. "border": null,
  57. "disabledValue": null,
  58. "options": [],
  59. "children": null,
  60. "append": "",
  61. "placeholder": "",
  62. "required": null,
  63. "show-limit": false,
  64. "parentKey": null,
  65. "buttonName": null,
  66. "childrenKey": null
  67. },
  68. {
  69. "label": "诊断",
  70. "defaultValue": null,
  71. "span": 12,
  72. "key": "DiseaseName",
  73. "type": "input",
  74. "border": null,
  75. "disabledValue": null,
  76. "options": [],
  77. "children": null,
  78. "append": "",
  79. "placeholder": "",
  80. "required": null,
  81. "show-limit": false,
  82. "parentKey": null,
  83. "buttonName": null,
  84. "childrenKey": null
  85. },
  86. {
  87. "label": " 癫痫是儿童神经系统常见的发作性疾病。癫痫发作是指脑神经元异常、过度同步化放电所造成的一过性临床表现。间隔24小时以上,出现至少2次无诱因的癫痫发作即可诊断为癫痫。\r\n 癫痫发作的临床表现多种多样,可表现为肢体抽搐、意识丧失.感觉异常、大小便失禁、情感及行为障碍等,但对同一个患者来说发作表现相对固定。癫痫可在任何年龄起病,表现为一种或多种发作形式,部分患者可伴智力或运动发育落后、注意力缺陷多动障碍、学习困难和精神障碍等。癫痫患者可出现自卑、注意力下降,成绩下降等心理、行为、认知、学业及社会问题,严重影响患者生活质量。\r\n 约70%的患者通过正规的抗癫痫药物治疗,发作可得到控制,约30%的患者为药物难治性癫痫。少数发作控制不佳的患者在病程中可出现癫痫持续状态(癫痫持续发作超过30分钟或反复发作中意识持续不恢复超过30分钟)。癫痫控制效果与癫痫的病因、抗癫痫药物的合理选择和应用等有关。\r\n 采取健康生活方式,积极治疗和控制癫痫发作,有助于身体康复,改善生活质量。",
  88. "defaultValue": null,
  89. "span": 12,
  90. "key": "Hint_Label",
  91. "type": "label",
  92. "border": null,
  93. "disabledValue": null,
  94. "options": [],
  95. "children": null,
  96. "append": "",
  97. "placeholder": "",
  98. "required": null,
  99. "show-limit": false,
  100. "parentKey": null,
  101. "buttonName": null,
  102. "childrenKey": null
  103. },
  104. {
  105. "label": "健康生活方式",
  106. "defaultValue": null,
  107. "span": 12,
  108. "key": "PatientInspectionItems",
  109. "type": "checkbox",
  110. "border": null,
  111. "disabledValue": null,
  112. "options": [
  113. {
  114. "label": "家长需悉心照顾患者,注意观察和记录患者的癫痫发作情况和治疗情况。",
  115. "value": "1"
  116. },
  117. {
  118. "label": "避免强烈的声光刺激。",
  119. "value": "2"
  120. },
  121. {
  122. "label": "避免游泳、玩惊险刺激的游戏(如坐过山车)等,以免发生意外伤害。",
  123. "value": "3"
  124. },
  125. {
  126. "label": "生活规律,保证充足的睡眠。",
  127. "value": "4"
  128. },
  129. {
  130. "label": "避免受到烟草危害。",
  131. "value": "5"
  132. },
  133. {
  134. "label": "饮食与同龄儿童相仿,没有特别的禁忌。",
  135. "value": "6"
  136. },
  137. {
  138. "label": "家长要密切关注患者的情绪变化和心理状况,理解和关爱患者,帮助患者建立自信和战胜疾病的信心。如果患者出现烦躁不安、恐惧及抑郁等表现时,及时给予安抚和情感支持,必要时寻求专业人员帮助。",
  139. "value": "7"
  140. }
  141. ],
  142. "children": null,
  143. "append": "",
  144. "placeholder": "",
  145. "required": null,
  146. "show-limit": false,
  147. "parentKey": null,
  148. "buttonName": null,
  149. "childrenKey": null
  150. },
  151. {
  152. "label": "治疗与康复",
  153. "defaultValue": null,
  154. "span": 12,
  155. "key": "History",
  156. "type": "checkbox",
  157. "border": null,
  158. "disabledValue": null,
  159. "options": [
  160. {
  161. "label": "长期药物治疗。遵医嘱坚持长期规律药物治疗,不要自行停药或调整药物。",
  162. "value": "1"
  163. },
  164. {
  165. "label": "监测和记录癫痫发作及治疗情况。准备记录本,及时记录癫痫发作的时间、形式、影响发作的因素,记录相应药物治疗的调整情况等。",
  166. "value": "2"
  167. },
  168. {
  169. "label": "定期复查。在医生指导下定期复查抗癫痫药物血浓度及脑电图等,监测药物不良反应,调整药物剂量。",
  170. "value": "3"
  171. },
  172. {
  173. "label": "注意药物不良反应。初次服药前应通读药物说明书,了解药物的不良反应。初次用药后应注意皮疹、发热、性格改变等症状,并根据服用药物定期监测血常规、肝肾功能等生化指标,在医生的指导下预防和尽早发现药物的不良反应。",
  174. "value": "4"
  175. },
  176. {
  177. "label": "药物以外的治疗。如抗癫痫药物控制发作欠佳,必要时可在医生指导下进行生酮饮食(高脂肪、低碳水化合物和低蛋白质饮食)治疗或癫痫外科手术评估。",
  178. "value": "5"
  179. },
  180. {
  181. "label": "将患者患癫痫情况及急症处理方式告知学校班主任,以便及时发现和处理。",
  182. "value": "6"
  183. }
  184. ],
  185. "children": null,
  186. "append": "",
  187. "placeholder": "",
  188. "required": null,
  189. "show-limit": false,
  190. "parentKey": null,
  191. "buttonName": null,
  192. "childrenKey": null
  193. },
  194. {
  195. "label": "急症处理",
  196. "defaultValue": null,
  197. "span": 12,
  198. "key": "Conclusion",
  199. "type": "checkbox",
  200. "border": null,
  201. "disabledValue": "",
  202. "options": [
  203. {
  204. "label": "如果癫痫发作持续时间超过5分钟或数小时内频繁出现癫痫发作,应拨打120呼叫救护车或及时到最近的医院就诊,尽快终止发作。",
  205. "value": "1"
  206. },
  207. {
  208. "label": "就诊时携带记录患者日常发作情况及用药情况的记录本,有助于医生了解情况和选择抗癫痫药物。",
  209. "value": "2"
  210. },
  211. {
  212. "label": "患者癫痫发作时,注意以下几点:\r\n(1)将患者的头偏向一侧,解开领口的扣子,保持呼吸道通畅。\r\n(2)记录发作的时间和表现,如果多人在旁边,可以录像记录发作情况。\r\n(3)不要将手指或其他物体塞入患者口中,防止误吸,多数患者发作可自行缓解。\r\n(4)避免强行按压患者身体,以免发生骨折。",
  213. "value": "3"
  214. }
  215. ],
  216. "children": null,
  217. "append": "",
  218. "placeholder": "",
  219. "required": null,
  220. "show-limit": false,
  221. "parentKey": null,
  222. "buttonName": null,
  223. "childrenKey": null
  224. },
  225. {
  226. "label": "其他指导建议",
  227. "defaultValue": null,
  228. "span": 12,
  229. "key": "ReportDescription",
  230. "type": "textareaInput",
  231. "border": null,
  232. "disabledValue": null,
  233. "options": [],
  234. "children": null,
  235. "append": "",
  236. "placeholder": "",
  237. "required": null,
  238. "show-limit": false,
  239. "parentKey": null,
  240. "buttonName": null,
  241. "childrenKey": null
  242. },
  243. {
  244. "label": "医生/指导人员签名:",
  245. "defaultValue": null,
  246. "span": 12,
  247. "key": "DigitalSignature",
  248. "type": "signature",
  249. "border": null,
  250. "disabledValue": null,
  251. "options": [],
  252. "children": null,
  253. "append": "",
  254. "placeholder": "",
  255. "required": null,
  256. "show-limit": false,
  257. "parentKey": null,
  258. "buttonName": null,
  259. "childrenKey": null
  260. },
  261. {
  262. "label": "咨询电话:",
  263. "defaultValue": null,
  264. "span": 12,
  265. "key": "PatientPhoneNumber",
  266. "type": "numberInput",
  267. "border": null,
  268. "disabledValue": null,
  269. "options": [],
  270. "children": null,
  271. "append": "",
  272. "placeholder": "",
  273. "required": null,
  274. "show-limit": false,
  275. "parentKey": null,
  276. "buttonName": null,
  277. "childrenKey": null
  278. },
  279. {
  280. "label": "日期",
  281. "defaultValue": null,
  282. "span": 12,
  283. "key": "ReportTime",
  284. "type": "dateTime",
  285. "border": null,
  286. "disabledValue": null,
  287. "options": [],
  288. "children": null,
  289. "append": "",
  290. "placeholder": "",
  291. "required": null,
  292. "show-limit": false,
  293. "parentKey": null,
  294. "buttonName": null,
  295. "childrenKey": null
  296. },
  297. {
  298. "label": "儿童癫痫患者健康教育处方使用说明 \r\n ★使用对象:癫痫儿童的父母或看护人。 \r\n ★使用方法 \r\n 1.本处方不能替代医务人员开具的医疗处方,主要用于患儿健康生活方式指导。 \r\n 2.医务人员应结合患者的病情、健康危险因素等,提供有针对性的健康指导。",
  299. "defaultValue": null,
  300. "span": 12,
  301. "key": "DescriptionLabel",
  302. "type": "label",
  303. "border": null,
  304. "disabledValue": null,
  305. "options": [],
  306. "children": null,
  307. "append": "",
  308. "placeholder": "",
  309. "required": null,
  310. "show-limit": false,
  311. "parentKey": null,
  312. "buttonName": null,
  313. "childrenKey": null
  314. }
  315. ]
  316. }