PrescriptionForRenalFailure.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. {
  2. "Key": "PrescriptionForRenalFailure",
  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": " 尿毒症(又称“终末期肾病”)是由多种慢性肾脏疾病导致的最严重的肾功能损伤。常见症状包括乏力、食欲差、恶心、皮肤苍白和瘙痒、尿量减少、水肿、高血压、呼吸困难等多种全身症状。\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": "低盐饮食,每日食盐量不超过5克。",
  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": "尿少、水肿患者,应控制饮水量,每日饮水量不超过500毫升。",
  135. "value": "6"
  136. },
  137. {
  138. "label": "每日早晨测量并记录体重。测量时应空腹、排空大小便。如短期内体重增长过快,可能存在水钠潴留,应限盐限水,并及时就医。",
  139. "value": "7"
  140. },
  141. {
  142. "label": "在医生指导下,根据自己身体情况,选择太极拳、散步、快走、慢跑、广场舞等轻度至中等强度的活动,每周3~5次,每次持续20~45分钟。",
  143. "value": "8"
  144. },
  145. {
  146. "label": "不吸烟(吸烟者戒烟)。",
  147. "value": "9"
  148. },
  149. {
  150. "label": "避免接触二手烟。",
  151. "value": "10"
  152. },
  153. {
  154. "label": "不饮酒。",
  155. "value": "11"
  156. },
  157. {
  158. "label": "保证睡眠充足,避免疲劳,防止感染,保持心情舒畅。",
  159. "value": "12"
  160. },
  161. {
  162. "label": "未得过乙肝、且乙肝表面抗体阴性的患者,应接种乙肝疫苗。",
  163. "value": "13"
  164. }
  165. ],
  166. "children": null,
  167. "append": "",
  168. "placeholder": "",
  169. "required": null,
  170. "show-limit": false,
  171. "parentKey": null,
  172. "buttonName": null,
  173. "childrenKey": null
  174. },
  175. {
  176. "label": "治疗与康复",
  177. "defaultValue": null,
  178. "span": 12,
  179. "key": "History",
  180. "type": "checkbox",
  181. "border": null,
  182. "disabledValue": null,
  183. "options": [
  184. {
  185. "label": "遵医嘱服药,不要自行停药或调整药物。",
  186. "value": "1"
  187. },
  188. {
  189. "label": "定期复查。在医生指导下,定期复查血常规、生化、传染病等指标以及心脏彩超等特殊检查,根据评估结果和病情变化,及时调整治疗方案。",
  190. "value": "2"
  191. },
  192. {
  193. "label": "非透析患者:遵医嘱定期复查,根据需要调整用药。必要时遵医嘱做好透析准备",
  194. "value": "3"
  195. },
  196. {
  197. "label": "血液透析患者:遵医嘱规律透析(通常每周3次、每次4小时左右),透析中如出现身体不适,要及时告知医护人员。",
  198. "value": "4"
  199. },
  200. {
  201. "label": "腹膜透析患者:遵医嘱规律透析,每日定时更换覆膜透析液,严格无菌操作。如发现腹透液引流不畅,或出现身体不适,要及时告知医护人员。",
  202. "value": "5"
  203. },
  204. {
  205. "label": "保护透析通路—动静脉内瘘或人造血管内瘘:每日及透析前用温肥皂水清洗内痿皮肤一次;每日检查内瘘有无振动、杂音;不抓、挠内瘘;避免在内痿侧上肢抽血、输液或测量血压;内瘘侧不穿袖口紧的衣服,手腕不要戴首饰;睡觉时不要压迫内痿侧的肢体,不用内瘘侧肢体提重物;警惕腹泻脱水、低血压、低血糖。",
  206. "value": "6"
  207. },
  208. {
  209. "label": "保护透析通路—中央静脉导管:可以使用保护膜或保护袋覆盖导管及外口后淋浴;不要牵拉导管及敷料;定期换药,防止穿刺部位感染;避免用酒精擦拭导管。",
  210. "value": "7"
  211. },
  212. {
  213. "label": "保护透析通路—腹膜透析导管:每1~2天护理导管出口处皮肤一次,防止感染;不要牵拉或剪断导管;如导管出口处的皮肤出现红肿、疼痛、渗液等异常现象,应及时就医。",
  214. "value": "8"
  215. }
  216. ],
  217. "children": null,
  218. "append": "",
  219. "placeholder": "",
  220. "required": null,
  221. "show-limit": false,
  222. "parentKey": null,
  223. "buttonName": null,
  224. "childrenKey": null
  225. },
  226. {
  227. "label": "急症处理",
  228. "defaultValue": null,
  229. "span": 12,
  230. "key": "Conclusion",
  231. "type": "checkbox",
  232. "border": null,
  233. "disabledValue": "",
  234. "options": [
  235. {
  236. "label": "如病情加重,尤其是出现下列情况,应尽快到医院就诊:\r\n(1)轻微活动后呼吸困难或平卧位呼吸困难。\r\n(2)脉搏突然变快、变慢或者手指麻木。\r\n(3)新增加药物(尤其是使用青霉素类、头孢类或喹诺酮类抗生素)之后,出现意识障碍或精神症状。\r\n(4)动静脉内瘘震颤消失。\r\n(5)腹膜透析患者出现腹痛合并腹透液浑浊或颜色变红。\r\n(6)腹膜透析患者透管堵塞。\r\n(7)其他任何急症临床表现,如不能缓解的高热、胸闷、胸痛、头痛、意识改变、腹痛、恶心、呕吐等。\r\n(8)其他严重情况。",
  237. "value": "1"
  238. }
  239. ],
  240. "children": null,
  241. "append": "",
  242. "placeholder": "",
  243. "required": null,
  244. "show-limit": false,
  245. "parentKey": null,
  246. "buttonName": null,
  247. "childrenKey": null
  248. },
  249. {
  250. "label": "其他指导建议",
  251. "defaultValue": null,
  252. "span": 12,
  253. "key": "ReportDescription",
  254. "type": "textareaInput",
  255. "border": null,
  256. "disabledValue": null,
  257. "options": [],
  258. "children": null,
  259. "append": "",
  260. "placeholder": "",
  261. "required": null,
  262. "show-limit": false,
  263. "parentKey": null,
  264. "buttonName": null,
  265. "childrenKey": null
  266. },
  267. {
  268. "label": "医生/指导人员签名:",
  269. "defaultValue": null,
  270. "span": 12,
  271. "key": "DigitalSignature",
  272. "type": "signature",
  273. "border": null,
  274. "disabledValue": null,
  275. "options": [],
  276. "children": null,
  277. "append": "",
  278. "placeholder": "",
  279. "required": null,
  280. "show-limit": false,
  281. "parentKey": null,
  282. "buttonName": null,
  283. "childrenKey": null
  284. },
  285. {
  286. "label": "咨询电话:",
  287. "defaultValue": null,
  288. "span": 12,
  289. "key": "PatientPhoneNumber",
  290. "type": "numberInput",
  291. "border": null,
  292. "disabledValue": null,
  293. "options": [],
  294. "children": null,
  295. "append": "",
  296. "placeholder": "",
  297. "required": null,
  298. "show-limit": false,
  299. "parentKey": null,
  300. "buttonName": null,
  301. "childrenKey": null
  302. },
  303. {
  304. "label": "日期",
  305. "defaultValue": null,
  306. "span": 12,
  307. "key": "ReportTime",
  308. "type": "dateTime",
  309. "border": null,
  310. "disabledValue": null,
  311. "options": [],
  312. "children": null,
  313. "append": "",
  314. "placeholder": "",
  315. "required": null,
  316. "show-limit": false,
  317. "parentKey": null,
  318. "buttonName": null,
  319. "childrenKey": null
  320. },
  321. {
  322. "label": "尿毒症患者健康教育处方使用说明 \r\n ★使用对象:尿毒症患者。 \r\n ★使用方法 \r\n 1.本处方不能替代医务人员开具的医疗处方,主要用于患者健康生活方式指导。 \r\n 2.医务人员应结合患者的病情、健康危险因素等,提供有针对性的健康指导。",
  323. "defaultValue": null,
  324. "span": 12,
  325. "key": "DescriptionLabel",
  326. "type": "label",
  327. "border": null,
  328. "disabledValue": null,
  329. "options": [],
  330. "children": null,
  331. "append": "",
  332. "placeholder": "",
  333. "required": null,
  334. "show-limit": false,
  335. "parentKey": null,
  336. "buttonName": null,
  337. "childrenKey": null
  338. }
  339. ]
  340. }