GXY.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702
  1. {
  2. "Key": "GXY",
  3. "Name": "高血压",
  4. "Content": [
  5. {
  6. "label": "症状",
  7. "defaultValue": null,
  8. "span": 24,
  9. "key": "symptom",
  10. "type": "title",
  11. "border": null,
  12. "disabledValue": null,
  13. "options": [],
  14. "children": [
  15. {
  16. "label": "症状",
  17. "defaultValue": [],
  18. "span": 24,
  19. "key": "Symptom",
  20. "type": "checkbox",
  21. "border": false,
  22. "disabledValue": "1",
  23. "options": [
  24. {
  25. "label": "无症状",
  26. "value": "1"
  27. },
  28. {
  29. "label": "头痛头晕",
  30. "value": "2"
  31. },
  32. {
  33. "label": "恶心呕吐",
  34. "value": "3"
  35. },
  36. {
  37. "label": "眼花耳鸣",
  38. "value": "4"
  39. },
  40. {
  41. "label": "呼吸困难",
  42. "value": "5"
  43. },
  44. {
  45. "label": "心悸胸闷",
  46. "value": "6"
  47. },
  48. {
  49. "label": "鼻衄出血不止",
  50. "value": "7"
  51. },
  52. {
  53. "label": "四肢发麻",
  54. "value": "8"
  55. },
  56. {
  57. "label": "下肢水肿",
  58. "value": "9"
  59. },
  60. {
  61. "label": "其他",
  62. "value": "10"
  63. }
  64. ],
  65. "children": null,
  66. "append": null,
  67. "placeholder": null,
  68. "required": true,
  69. "show-limit": null,
  70. "parentKey": "symptom",
  71. "buttonName": null,
  72. "childrenKey": null
  73. }
  74. ],
  75. "append": null,
  76. "placeholder": null,
  77. "required": null,
  78. "show-limit": null,
  79. "parentKey": null,
  80. "buttonName": null,
  81. "childrenKey": null
  82. },
  83. {
  84. "label": "体征",
  85. "defaultValue": null,
  86. "span": 24,
  87. "key": "sign",
  88. "type": "title",
  89. "border": null,
  90. "disabledValue": null,
  91. "options": [],
  92. "children": [
  93. {
  94. "label": "血压",
  95. "defaultValue": null,
  96. "span": 24,
  97. "key": "Blood",
  98. "type": "bloodPressure",
  99. "border": null,
  100. "disabledValue": null,
  101. "options": [],
  102. "children": null,
  103. "append": "mmHg",
  104. "placeholder": "",
  105. "required": true,
  106. "show-limit": false,
  107. "parentKey": "sign",
  108. "buttonName": "测量",
  109. "childrenKey": ["Sbp", "Dbp"]
  110. },
  111. {
  112. "label": "身高",
  113. "defaultValue": null,
  114. "span": 12,
  115. "key": "Height",
  116. "type": "input",
  117. "border": null,
  118. "disabledValue": null,
  119. "options": [],
  120. "children": null,
  121. "append": "cm",
  122. "placeholder": "",
  123. "required": true,
  124. "show-limit": false,
  125. "parentKey": "sign",
  126. "buttonName": null,
  127. "childrenKey": null
  128. },
  129. {
  130. "label": "心率",
  131. "defaultValue": null,
  132. "span": 12,
  133. "key": "Heart_Rate",
  134. "type": "input",
  135. "border": null,
  136. "disabledValue": null,
  137. "options": [],
  138. "children": null,
  139. "append": "次/分钟",
  140. "placeholder": "",
  141. "required": true,
  142. "show-limit": false,
  143. "parentKey": "sign",
  144. "buttonName": null,
  145. "childrenKey": null
  146. },
  147. {
  148. "label": "体重",
  149. "defaultValue": null,
  150. "span": 12,
  151. "key": "Weight",
  152. "type": "input",
  153. "border": null,
  154. "disabledValue": null,
  155. "options": [],
  156. "children": null,
  157. "append": "kg",
  158. "placeholder": "",
  159. "required": true,
  160. "show-limit": false,
  161. "parentKey": "sign",
  162. "buttonName": null,
  163. "childrenKey": null
  164. },
  165. {
  166. "label": "下次随访目标",
  167. "defaultValue": null,
  168. "span": 12,
  169. "key": "Weight_Next",
  170. "type": "input",
  171. "border": null,
  172. "disabledValue": null,
  173. "options": [],
  174. "children": null,
  175. "append": "kg",
  176. "placeholder": "",
  177. "required": null,
  178. "show-limit": false,
  179. "parentKey": "sign",
  180. "buttonName": null,
  181. "childrenKey": null
  182. },
  183. {
  184. "label": "体质指数",
  185. "defaultValue": null,
  186. "span": 12,
  187. "key": "Bmi",
  188. "type": "input",
  189. "border": null,
  190. "disabledValue": null,
  191. "options": [],
  192. "children": null,
  193. "append": "kg/㎡",
  194. "placeholder": "",
  195. "required": null,
  196. "show-limit": false,
  197. "parentKey": "sign",
  198. "buttonName": null,
  199. "childrenKey": null
  200. },
  201. {
  202. "label": "下次随访目标",
  203. "defaultValue": null,
  204. "span": 12,
  205. "key": "Bmi_Next",
  206. "type": "input",
  207. "border": null,
  208. "disabledValue": null,
  209. "options": [],
  210. "children": null,
  211. "append": "kg/㎡",
  212. "placeholder": "",
  213. "required": null,
  214. "show-limit": false,
  215. "parentKey": "sign",
  216. "buttonName": null,
  217. "childrenKey": null
  218. },
  219. {
  220. "label": "其他",
  221. "defaultValue": null,
  222. "span": 24,
  223. "key": "Sign_Other",
  224. "type": "input",
  225. "border": null,
  226. "disabledValue": null,
  227. "options": [],
  228. "children": null,
  229. "append": "",
  230. "placeholder": "",
  231. "required": null,
  232. "show-limit": false,
  233. "parentKey": "sign",
  234. "buttonName": null,
  235. "childrenKey": null
  236. }
  237. ],
  238. "append": null,
  239. "placeholder": null,
  240. "required": null,
  241. "show-limit": null,
  242. "parentKey": null,
  243. "buttonName": null,
  244. "childrenKey": null
  245. },
  246. {
  247. "label": "生活方式指导",
  248. "defaultValue": null,
  249. "span": 24,
  250. "key": "lifestyleCoachingAndAssistedExamination",
  251. "type": "title",
  252. "border": null,
  253. "disabledValue": null,
  254. "options": [],
  255. "children": [
  256. {
  257. "label": "日吸烟量",
  258. "defaultValue": null,
  259. "span": 12,
  260. "key": "Smoking_Daily",
  261. "type": "input",
  262. "border": null,
  263. "disabledValue": null,
  264. "options": [],
  265. "children": null,
  266. "append": "支",
  267. "placeholder": "",
  268. "required": true,
  269. "show-limit": false,
  270. "parentKey": "lifestyleCoachingAndAssistedExamination",
  271. "buttonName": null,
  272. "childrenKey": null
  273. },
  274. {
  275. "label": "下次随访目标",
  276. "defaultValue": null,
  277. "span": 12,
  278. "key": "Goal_Smoking",
  279. "type": "input",
  280. "border": null,
  281. "disabledValue": null,
  282. "options": [],
  283. "children": null,
  284. "append": "支",
  285. "placeholder": "",
  286. "required": null,
  287. "show-limit": false,
  288. "parentKey": "lifestyleCoachingAndAssistedExamination",
  289. "buttonName": null,
  290. "childrenKey": null
  291. },
  292. {
  293. "label": "日饮酒量",
  294. "defaultValue": null,
  295. "span": 12,
  296. "key": "Drinking_Daily",
  297. "type": "input",
  298. "border": null,
  299. "disabledValue": null,
  300. "options": [],
  301. "children": null,
  302. "append": "支",
  303. "placeholder": "",
  304. "required": true,
  305. "show-limit": false,
  306. "parentKey": "lifestyleCoachingAndAssistedExamination",
  307. "buttonName": null,
  308. "childrenKey": null
  309. },
  310. {
  311. "label": "下次随访目标",
  312. "defaultValue": null,
  313. "span": 12,
  314. "key": "Goal_Drinking",
  315. "type": "input",
  316. "border": null,
  317. "disabledValue": null,
  318. "options": [],
  319. "children": null,
  320. "append": "两",
  321. "placeholder": "",
  322. "required": null,
  323. "show-limit": false,
  324. "parentKey": "lifestyleCoachingAndAssistedExamination",
  325. "buttonName": null,
  326. "childrenKey": null
  327. },
  328. {
  329. "label": "摄盐情况(咸淡)",
  330. "defaultValue": [],
  331. "span": 24,
  332. "key": "Salt_Intake",
  333. "type": "radio",
  334. "border": false,
  335. "disabledValue": null,
  336. "options": [
  337. {
  338. "label": "轻",
  339. "value": "1"
  340. },
  341. {
  342. "label": "中",
  343. "value": "2"
  344. },
  345. {
  346. "label": "重",
  347. "value": "3"
  348. }
  349. ],
  350. "children": null,
  351. "append": null,
  352. "placeholder": null,
  353. "required": true,
  354. "show-limit": null,
  355. "parentKey": "lifestyleCoachingAndAssistedExamination",
  356. "buttonName": null,
  357. "childrenKey": null
  358. },
  359. {
  360. "label": "下次随访目标",
  361. "defaultValue": [],
  362. "span": 24,
  363. "key": "Goal_Salt_Intake",
  364. "type": "radio",
  365. "border": false,
  366. "disabledValue": null,
  367. "options": [
  368. {
  369. "label": "轻",
  370. "value": "1"
  371. },
  372. {
  373. "label": "中",
  374. "value": "2"
  375. },
  376. {
  377. "label": "重",
  378. "value": "3"
  379. }
  380. ],
  381. "children": null,
  382. "append": null,
  383. "placeholder": null,
  384. "required": false,
  385. "show-limit": null,
  386. "parentKey": "lifestyleCoachingAndAssistedExamination",
  387. "buttonName": null,
  388. "childrenKey": null
  389. }
  390. ],
  391. "append": null,
  392. "placeholder": null,
  393. "required": null,
  394. "show-limit": null,
  395. "parentKey": null,
  396. "buttonName": null,
  397. "childrenKey": null
  398. },
  399. {
  400. "label": "辅助检查",
  401. "defaultValue": null,
  402. "span": 24,
  403. "key": "lifestyleCoachingAndAssistedExamination",
  404. "type": "title",
  405. "border": null,
  406. "disabledValue": null,
  407. "options": [],
  408. "children": [
  409. {
  410. "label": "心理调整",
  411. "defaultValue": [],
  412. "span": 24,
  413. "key": "Psychol_Adjust",
  414. "type": "radio",
  415. "border": false,
  416. "disabledValue": null,
  417. "options": [
  418. {
  419. "label": "良好",
  420. "value": "1"
  421. },
  422. {
  423. "label": "一般",
  424. "value": "2"
  425. },
  426. {
  427. "label": "差",
  428. "value": "3"
  429. }
  430. ],
  431. "children": null,
  432. "append": null,
  433. "placeholder": null,
  434. "required": true,
  435. "show-limit": null,
  436. "parentKey": "lifestyleCoachingAndAssistedExamination",
  437. "buttonName": null,
  438. "childrenKey": null
  439. },
  440. {
  441. "label": "遵医行为",
  442. "defaultValue": [],
  443. "span": 24,
  444. "key": "Compliance",
  445. "type": "radio",
  446. "border": false,
  447. "disabledValue": null,
  448. "options": [
  449. {
  450. "label": "良好",
  451. "value": "1"
  452. },
  453. {
  454. "label": "一般",
  455. "value": "2"
  456. },
  457. {
  458. "label": "差",
  459. "value": "3"
  460. }
  461. ],
  462. "children": null,
  463. "append": null,
  464. "placeholder": null,
  465. "required": true,
  466. "show-limit": null,
  467. "parentKey": "lifestyleCoachingAndAssistedExamination",
  468. "buttonName": null,
  469. "childrenKey": null
  470. },
  471. {
  472. "label": "辅助检查",
  473. "defaultValue": null,
  474. "span": 24,
  475. "key": "Auxiliary_Other",
  476. "type": "input",
  477. "border": null,
  478. "disabledValue": null,
  479. "options": [],
  480. "children": null,
  481. "append": "",
  482. "placeholder": "",
  483. "required": null,
  484. "show-limit": false,
  485. "parentKey": "lifestyleCoachingAndAssistedExamination",
  486. "buttonName": null,
  487. "childrenKey": null
  488. },
  489. {
  490. "label": "服药依从性",
  491. "defaultValue": [],
  492. "span": 24,
  493. "key": "Compliance_Drug",
  494. "type": "radio",
  495. "border": false,
  496. "disabledValue": null,
  497. "options": [
  498. {
  499. "label": "规律",
  500. "value": "1"
  501. },
  502. {
  503. "label": "间断",
  504. "value": "2"
  505. },
  506. {
  507. "label": "不服药",
  508. "value": "3"
  509. }
  510. ],
  511. "children": null,
  512. "append": null,
  513. "placeholder": null,
  514. "required": true,
  515. "show-limit": null,
  516. "parentKey": "lifestyleCoachingAndAssistedExamination",
  517. "buttonName": null,
  518. "childrenKey": null
  519. },
  520. {
  521. "label": "此次随访分类",
  522. "defaultValue": [],
  523. "span": 24,
  524. "key": "Follow_Up_Classify",
  525. "type": "radio",
  526. "border": false,
  527. "disabledValue": null,
  528. "options": [
  529. {
  530. "label": "控制满意",
  531. "value": "1"
  532. },
  533. {
  534. "label": "控制不满意",
  535. "value": "2"
  536. },
  537. {
  538. "label": "不良反应",
  539. "value": "3"
  540. },
  541. {
  542. "label": "并发症",
  543. "value": "4"
  544. }
  545. ],
  546. "children": null,
  547. "append": null,
  548. "placeholder": null,
  549. "required": true,
  550. "show-limit": null,
  551. "parentKey": "lifestyleCoachingAndAssistedExamination",
  552. "buttonName": null,
  553. "childrenKey": null
  554. },
  555. {
  556. "label": "药物不良反应",
  557. "defaultValue": [],
  558. "span": 24,
  559. "key": "Adverse",
  560. "type": "radio",
  561. "border": false,
  562. "disabledValue": null,
  563. "options": [
  564. {
  565. "label": "无",
  566. "value": "1"
  567. },
  568. {
  569. "label": "有",
  570. "value": "2"
  571. }
  572. ],
  573. "children": null,
  574. "append": null,
  575. "placeholder": null,
  576. "required": false,
  577. "show-limit": null,
  578. "parentKey": "lifestyleCoachingAndAssistedExamination",
  579. "buttonName": null,
  580. "childrenKey": null
  581. }
  582. ],
  583. "append": null,
  584. "placeholder": null,
  585. "required": null,
  586. "show-limit": null,
  587. "parentKey": null,
  588. "buttonName": null,
  589. "childrenKey": null
  590. },
  591. {
  592. "label": "用药情况",
  593. "defaultValue": null,
  594. "span": 24,
  595. "key": "medicationSituation",
  596. "type": "title",
  597. "border": null,
  598. "disabledValue": null,
  599. "options": [],
  600. "children": [
  601. {
  602. "label": "用药情况",
  603. "defaultValue": null,
  604. "span": 24,
  605. "key": "Appraisal",
  606. "type": "gxyAndTnbMedication",
  607. "border": null,
  608. "disabledValue": null,
  609. "options": [],
  610. "children": null,
  611. "append": "",
  612. "placeholder": "",
  613. "required": true,
  614. "show-limit": false,
  615. "parentKey": "medicationSituation",
  616. "buttonName": null,
  617. "childrenKey": null
  618. },
  619. {
  620. "label": "转诊机构及科别:",
  621. "defaultValue": null,
  622. "span": 24,
  623. "key": "Referral_Hospital",
  624. "type": "input",
  625. "border": null,
  626. "disabledValue": null,
  627. "options": [],
  628. "children": null,
  629. "append": "",
  630. "placeholder": "",
  631. "required": null,
  632. "show-limit": false,
  633. "parentKey": "medicationSituation",
  634. "buttonName": null,
  635. "childrenKey": null
  636. },
  637. {
  638. "label": "转诊原因:",
  639. "defaultValue": null,
  640. "span": 24,
  641. "key": "Referral_Reason",
  642. "type": "input",
  643. "border": null,
  644. "disabledValue": null,
  645. "options": [],
  646. "children": null,
  647. "append": "",
  648. "placeholder": "",
  649. "required": null,
  650. "show-limit": false,
  651. "parentKey": "Drug_Info",
  652. "buttonName": null,
  653. "childrenKey": null
  654. }
  655. ],
  656. "append": null,
  657. "placeholder": null,
  658. "required": null,
  659. "show-limit": null,
  660. "parentKey": null,
  661. "buttonName": null,
  662. "childrenKey": null
  663. },
  664. {
  665. "label": "处方",
  666. "defaultValue": null,
  667. "span": 24,
  668. "key": "Pre",
  669. "type": "title",
  670. "border": null,
  671. "disabledValue": null,
  672. "options": [],
  673. "children": [
  674. {
  675. "label": "处方",
  676. "defaultValue": null,
  677. "span": 24,
  678. "key": "Prescription",
  679. "type": "prescriptionType",
  680. "border": null,
  681. "disabledValue": null,
  682. "options": [],
  683. "children": null,
  684. "append": "",
  685. "placeholder": "",
  686. "required": null,
  687. "show-limit": false,
  688. "parentKey": "Pre",
  689. "buttonName": "HypertensionPrescription",
  690. "childrenKey": null
  691. }
  692. ],
  693. "append": null,
  694. "placeholder": null,
  695. "required": null,
  696. "show-limit": null,
  697. "parentKey": null,
  698. "buttonName": null,
  699. "childrenKey": null
  700. }
  701. ]
  702. }