孕产妇人群.json 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026
  1. {
  2. "高血压人群": {
  3. "总人数": "252365",
  4. "上月新增": "252",
  5. "环比": "12%"
  6. },
  7. "糖尿病人群": {
  8. "总人数": "242365",
  9. "上月新增": "360",
  10. "环比": "10%"
  11. },
  12. "孕产妇人群": {
  13. "总人数": "165236",
  14. "上月新增": "180",
  15. "环比": "6%"
  16. },
  17. "65岁以上老年人人数": {
  18. "总人数": "96359",
  19. "上月新增": "215",
  20. "环比": "17%"
  21. },
  22. "town": [
  23. {
  24. "townName": "港北区",
  25. "result": "16523"
  26. },
  27. {
  28. "townName": "港南区",
  29. "result": "12523"
  30. },
  31. {
  32. "townName": "覃塘区",
  33. "result": "8523"
  34. },
  35. {
  36. "townName": "平南县",
  37. "result": "46523"
  38. },
  39. {
  40. "townName": "桂平市",
  41. "result": "66523"
  42. }
  43. ],
  44. "重点服务人群增加趋势": {
  45. "本月": {
  46. "title": {
  47. "text": "出院患者平均住院床日数趋势图",
  48. "x": "center"
  49. },
  50. "tooltip": {
  51. "trigger": "axis"
  52. },
  53. "grid": {
  54. "x2": "80px",
  55. "y2": "50px",
  56. "x": "50px",
  57. "y": "40px"
  58. },
  59. "xAxis": [
  60. {
  61. "type": "category",
  62. "name": "",
  63. "data": [
  64. "2017-07",
  65. "2017-08",
  66. "2017-09",
  67. "2017-10",
  68. "2017-11",
  69. "2017-12",
  70. "2018-01",
  71. "2018-02",
  72. "2018-03",
  73. "2018-04",
  74. "2018-05",
  75. "2018-06"
  76. ]
  77. }
  78. ],
  79. "yAxis": [
  80. {
  81. "type": "value",
  82. "name": ""
  83. }
  84. ],
  85. "series": [
  86. {
  87. "smooth": true,
  88. "name": "平均床日数",
  89. "type": "bar",
  90. "itemStyle": {
  91. "normal": {
  92. "lineStyle": {
  93. "shadowColor": "rgba(0,0,0,0.4)"
  94. }
  95. }
  96. },
  97. "data": [
  98. "3",
  99. "4",
  100. "4",
  101. "3",
  102. "4",
  103. "4",
  104. "5",
  105. "2.5",
  106. "4",
  107. "5",
  108. "3",
  109. "3"
  110. ]
  111. },
  112. {
  113. "smooth": true,
  114. "name": "环比",
  115. "type": "line",
  116. "itemStyle": {
  117. "normal": {
  118. "lineStyle": {
  119. "shadowColor": "rgba(0,0,0,0.4)"
  120. }
  121. }
  122. },
  123. "data": [
  124. "5",
  125. "2",
  126. "4",
  127. "3",
  128. "4",
  129. "4",
  130. "5",
  131. "5",
  132. "5",
  133. "5",
  134. "3",
  135. "2"
  136. ]
  137. }
  138. ]
  139. },
  140. "本季": {
  141. "title": {
  142. "text": "出院患者平均住院床日数趋势图",
  143. "x": "center"
  144. },
  145. "tooltip": {
  146. "trigger": "axis"
  147. },
  148. "grid": {
  149. "x2": "80px",
  150. "y2": "50px",
  151. "x": "50px",
  152. "y": "40px"
  153. },
  154. "xAxis": [
  155. {
  156. "type": "category",
  157. "name": "",
  158. "data": [
  159. "2017季度3",
  160. "2017季度4",
  161. "2018季度1",
  162. "2018季度2"
  163. ]
  164. }
  165. ],
  166. "yAxis": [
  167. {
  168. "type": "value",
  169. "name": ""
  170. }
  171. ],
  172. "series": [
  173. {
  174. "smooth": true,
  175. "name": "平均床日数",
  176. "type": "bar",
  177. "itemStyle": {
  178. "normal": {
  179. "lineStyle": {
  180. "shadowColor": "rgba(0,0,0,0.4)"
  181. }
  182. }
  183. },
  184. "data": [
  185. "3.5",
  186. "3.5",
  187. "4",
  188. "3.5"
  189. ]
  190. },
  191. {
  192. "smooth": true,
  193. "name": "环比",
  194. "type": "line",
  195. "itemStyle": {
  196. "normal": {
  197. "lineStyle": {
  198. "shadowColor": "rgba(0,0,0,0.4)"
  199. }
  200. }
  201. },
  202. "data": [
  203. "2",
  204. "2",
  205. "3",
  206. "2"
  207. ]
  208. }
  209. ]
  210. },
  211. "本年": {
  212. "title": {
  213. "text": "出院患者平均住院床日数趋势图",
  214. "x": "center"
  215. },
  216. "tooltip": {
  217. "trigger": "axis"
  218. },
  219. "grid": {
  220. "x2": "80px",
  221. "y2": "50px",
  222. "x": "50px",
  223. "y": "40px"
  224. },
  225. "xAxis": [
  226. {
  227. "type": "category",
  228. "name": "",
  229. "data": [
  230. "2016",
  231. "2017",
  232. "2018"
  233. ]
  234. }
  235. ],
  236. "yAxis": [
  237. {
  238. "type": "value",
  239. "name": ""
  240. }
  241. ],
  242. "series": [
  243. {
  244. "smooth": true,
  245. "name": "平均床日数",
  246. "type": "bar",
  247. "itemStyle": {
  248. "normal": {
  249. "lineStyle": {
  250. "shadowColor": "rgba(0,0,0,0.4)"
  251. }
  252. }
  253. },
  254. "data": [
  255. "3",
  256. "3.5",
  257. "3.7"
  258. ]
  259. },
  260. {
  261. "smooth": true,
  262. "name": "环比",
  263. "type": "line",
  264. "itemStyle": {
  265. "normal": {
  266. "lineStyle": {
  267. "shadowColor": "rgba(0,0,0,0.4)"
  268. }
  269. }
  270. },
  271. "data": [
  272. "3",
  273. "2",
  274. "2"
  275. ]
  276. }
  277. ]
  278. }
  279. },
  280. "本月高发疾病排行": {
  281. "全部": {
  282. "本月": {
  283. "title": {
  284. "text": "全部",
  285. "x": "center"
  286. },
  287. "tooltip": {
  288. "trigger": "axis"
  289. },
  290. "grid": {
  291. "x2": "80px",
  292. "y2": "50px",
  293. "x": "50px",
  294. "y": "40px"
  295. },
  296. "xAxis": [
  297. {
  298. "type": "category",
  299. "name": "",
  300. "data": [
  301. "大肠杆菌性肠炎",
  302. "感染性腹泻",
  303. "胃肠炎",
  304. "糖尿病",
  305. "高血压病",
  306. "脑结核瘤",
  307. "骨结核",
  308. "肾结核",
  309. "心脏病",
  310. "急性脑膜炎球菌血症"
  311. ]
  312. }
  313. ],
  314. "yAxis": [
  315. {
  316. "type": "value",
  317. "name": ""
  318. }
  319. ],
  320. "series": [
  321. {
  322. "smooth": true,
  323. "name": "门急诊疾病情况",
  324. "type": "bar",
  325. "itemStyle": {
  326. "normal": {
  327. "lineStyle": {
  328. "shadowColor": "rgba(0,0,0,0.4)"
  329. }
  330. }
  331. },
  332. "data": [
  333. "2741",
  334. "2435",
  335. "1102",
  336. "544",
  337. "520",
  338. "446",
  339. "408",
  340. "315",
  341. "225",
  342. "101"
  343. ]
  344. },
  345. {
  346. "smooth": true,
  347. "name": "住院疾病情况",
  348. "type": "bar",
  349. "itemStyle": {
  350. "normal": {
  351. "lineStyle": {
  352. "shadowColor": "rgba(0,0,0,0.4)"
  353. }
  354. }
  355. },
  356. "data": [
  357. "3741",
  358. "3435",
  359. "1302",
  360. "684",
  361. "600",
  362. "546",
  363. "521",
  364. "463",
  365. "325",
  366. "301"
  367. ]
  368. }
  369. ]
  370. },
  371. "本季": {
  372. "title": {
  373. "text": "全部",
  374. "x": "center"
  375. },
  376. "tooltip": {
  377. "trigger": "axis"
  378. },
  379. "grid": {
  380. "x2": "80px",
  381. "y2": "50px",
  382. "x": "50px",
  383. "y": "40px"
  384. },
  385. "xAxis": [
  386. {
  387. "type": "category",
  388. "name": "",
  389. "data": [
  390. "大肠杆菌性肠炎",
  391. "感染性腹泻",
  392. "胃肠炎",
  393. "糖尿病",
  394. "高血压病",
  395. "脑结核瘤",
  396. "骨结核",
  397. "肾结核",
  398. "心脏病",
  399. "急性脑膜炎球菌血症"
  400. ]
  401. }
  402. ],
  403. "yAxis": [
  404. {
  405. "type": "value",
  406. "name": ""
  407. }
  408. ],
  409. "series": [
  410. {
  411. "smooth": true,
  412. "name": "门急诊疾病情况",
  413. "type": "bar",
  414. "itemStyle": {
  415. "normal": {
  416. "lineStyle": {
  417. "shadowColor": "rgba(0,0,0,0.4)"
  418. }
  419. }
  420. },
  421. "data": [
  422. "7214",
  423. "6235",
  424. "4210",
  425. "1524",
  426. "1378",
  427. "1215",
  428. "635",
  429. "417",
  430. "365",
  431. "285"
  432. ]
  433. },
  434. {
  435. "smooth": true,
  436. "name": "住院疾病情况",
  437. "type": "bar",
  438. "itemStyle": {
  439. "normal": {
  440. "lineStyle": {
  441. "shadowColor": "rgba(0,0,0,0.4)"
  442. }
  443. }
  444. },
  445. "data": [
  446. "9214",
  447. "8725",
  448. "3605",
  449. "2136",
  450. "1934",
  451. "1732",
  452. "1278",
  453. "1362",
  454. "954",
  455. "874"
  456. ]
  457. }
  458. ]
  459. },
  460. "本年": {
  461. "title": {
  462. "text": "本年疾病情况",
  463. "x": "center"
  464. },
  465. "tooltip": {
  466. "trigger": "axis"
  467. },
  468. "grid": {
  469. "x2": "80px",
  470. "y2": "50px",
  471. "x": "50px",
  472. "y": "40px"
  473. },
  474. "xAxis": [
  475. {
  476. "type": "category",
  477. "name": "",
  478. "data": [
  479. "大肠杆菌性肠炎",
  480. "感染性腹泻",
  481. "胃肠炎",
  482. "糖尿病",
  483. "高血压病",
  484. "脑结核瘤",
  485. "骨结核",
  486. "肾结核",
  487. "心脏病",
  488. "急性脑膜炎球菌血症"
  489. ]
  490. }
  491. ],
  492. "yAxis": [
  493. {
  494. "type": "value",
  495. "name": ""
  496. }
  497. ],
  498. "series": [
  499. {
  500. "smooth": true,
  501. "name": "门急诊疾病情况",
  502. "type": "bar",
  503. "itemStyle": {
  504. "normal": {
  505. "lineStyle": {
  506. "shadowColor": "rgba(0,0,0,0.4)"
  507. }
  508. }
  509. },
  510. "data": [
  511. "27410",
  512. "24350",
  513. "11020",
  514. "5440",
  515. "5200",
  516. "4460",
  517. "4080",
  518. "3150",
  519. "2250",
  520. "1010"
  521. ]
  522. },
  523. {
  524. "smooth": true,
  525. "name": "住院疾病情况",
  526. "type": "bar",
  527. "itemStyle": {
  528. "normal": {
  529. "lineStyle": {
  530. "shadowColor": "rgba(0,0,0,0.4)"
  531. }
  532. }
  533. },
  534. "data": [
  535. "37410",
  536. "34350",
  537. "13020",
  538. "6840",
  539. "6000",
  540. "5460",
  541. "5210",
  542. "4630",
  543. "3250",
  544. "3010"
  545. ]
  546. }
  547. ]
  548. }
  549. },
  550. "住院": [
  551. {
  552. "本月": {
  553. "title": {
  554. "text": "住院",
  555. "x": "center"
  556. },
  557. "tooltip": {
  558. "trigger": "axis"
  559. },
  560. "grid": {
  561. "x2": "80px",
  562. "y2": "50px",
  563. "x": "50px",
  564. "y": "40px"
  565. },
  566. "xAxis": [
  567. {
  568. "type": "category",
  569. "name": "",
  570. "data": [
  571. "大肠杆菌性肠炎",
  572. "感染性腹泻",
  573. "胃肠炎",
  574. "糖尿病",
  575. "高血压病",
  576. "脑结核瘤",
  577. "骨结核",
  578. "肾结核",
  579. "心脏病",
  580. "急性脑膜炎球菌血症"
  581. ]
  582. }
  583. ],
  584. "yAxis": [
  585. {
  586. "type": "value",
  587. "name": ""
  588. }
  589. ],
  590. "series": [
  591. {
  592. "smooth": true,
  593. "name": "住院疾病情况",
  594. "type": "bar",
  595. "itemStyle": {
  596. "normal": {
  597. "lineStyle": {
  598. "shadowColor": "rgba(0,0,0,0.4)"
  599. }
  600. }
  601. },
  602. "data": [
  603. "3741",
  604. "3435",
  605. "1302",
  606. "684",
  607. "600",
  608. "546",
  609. "521",
  610. "463",
  611. "325",
  612. "301"
  613. ]
  614. }
  615. ]
  616. }
  617. },
  618. {
  619. "本季": {
  620. "title": {
  621. "text": "住院",
  622. "x": "center"
  623. },
  624. "tooltip": {
  625. "trigger": "axis"
  626. },
  627. "grid": {
  628. "x2": "80px",
  629. "y2": "50px",
  630. "x": "50px",
  631. "y": "40px"
  632. },
  633. "xAxis": [
  634. {
  635. "type": "category",
  636. "name": "",
  637. "data": [
  638. "大肠杆菌性肠炎",
  639. "感染性腹泻",
  640. "胃肠炎",
  641. "糖尿病",
  642. "高血压病",
  643. "脑结核瘤",
  644. "骨结核",
  645. "肾结核",
  646. "心脏病",
  647. "急性脑膜炎球菌血症"
  648. ]
  649. }
  650. ],
  651. "yAxis": [
  652. {
  653. "type": "value",
  654. "name": ""
  655. }
  656. ],
  657. "series": [
  658. {
  659. "smooth": true,
  660. "name": "住院疾病情况",
  661. "type": "bar",
  662. "itemStyle": {
  663. "normal": {
  664. "lineStyle": {
  665. "shadowColor": "rgba(0,0,0,0.4)"
  666. }
  667. }
  668. },
  669. "data": [
  670. "9214",
  671. "8725",
  672. "3605",
  673. "2136",
  674. "1934",
  675. "1732",
  676. "1278",
  677. "1362",
  678. "954",
  679. "874"
  680. ]
  681. }
  682. ]
  683. }
  684. },
  685. {
  686. "本年": {
  687. "title": {
  688. "text": "住院",
  689. "x": "center"
  690. },
  691. "tooltip": {
  692. "trigger": "axis"
  693. },
  694. "grid": {
  695. "x2": "80px",
  696. "y2": "50px",
  697. "x": "50px",
  698. "y": "40px"
  699. },
  700. "xAxis": [
  701. {
  702. "type": "category",
  703. "name": "",
  704. "data": [
  705. "大肠杆菌性肠炎",
  706. "感染性腹泻",
  707. "胃肠炎",
  708. "糖尿病",
  709. "高血压病",
  710. "脑结核瘤",
  711. "骨结核",
  712. "肾结核",
  713. "心脏病",
  714. "急性脑膜炎球菌血症"
  715. ]
  716. }
  717. ],
  718. "yAxis": [
  719. {
  720. "type": "value",
  721. "name": ""
  722. }
  723. ],
  724. "series": [
  725. {
  726. "smooth": true,
  727. "name": "住院疾病情况",
  728. "type": "bar",
  729. "itemStyle": {
  730. "normal": {
  731. "lineStyle": {
  732. "shadowColor": "rgba(0,0,0,0.4)"
  733. }
  734. }
  735. },
  736. "data": [
  737. "37410",
  738. "34350",
  739. "13020",
  740. "6840",
  741. "6000",
  742. "5460",
  743. "5210",
  744. "4630",
  745. "3250",
  746. "3010"
  747. ]
  748. }
  749. ]
  750. }
  751. }
  752. ],
  753. "门诊": [
  754. {
  755. "本月": {
  756. "title": {
  757. "text": "门诊",
  758. "x": "center"
  759. },
  760. "tooltip": {
  761. "trigger": "axis"
  762. },
  763. "grid": {
  764. "x2": "80px",
  765. "y2": "50px",
  766. "x": "50px",
  767. "y": "40px"
  768. },
  769. "xAxis": [
  770. {
  771. "type": "category",
  772. "name": "",
  773. "data": [
  774. "大肠杆菌性肠炎",
  775. "感染性腹泻",
  776. "胃肠炎",
  777. "糖尿病",
  778. "高血压病",
  779. "脑结核瘤",
  780. "骨结核",
  781. "肾结核",
  782. "心脏病",
  783. "急性脑膜炎球菌血症"
  784. ]
  785. }
  786. ],
  787. "yAxis": [
  788. {
  789. "type": "value",
  790. "name": ""
  791. }
  792. ],
  793. "series": [
  794. {
  795. "smooth": true,
  796. "name": "门急诊疾病情况",
  797. "type": "bar",
  798. "itemStyle": {
  799. "normal": {
  800. "lineStyle": {
  801. "shadowColor": "rgba(0,0,0,0.4)"
  802. }
  803. }
  804. },
  805. "data": [
  806. "2741",
  807. "2435",
  808. "1102",
  809. "544",
  810. "520",
  811. "446",
  812. "408",
  813. "315",
  814. "225",
  815. "101"
  816. ]
  817. }
  818. ]
  819. }
  820. },
  821. {
  822. "本季": {
  823. "title": {
  824. "text": "门诊",
  825. "x": "center"
  826. },
  827. "tooltip": {
  828. "trigger": "axis"
  829. },
  830. "grid": {
  831. "x2": "80px",
  832. "y2": "50px",
  833. "x": "50px",
  834. "y": "40px"
  835. },
  836. "xAxis": [
  837. {
  838. "type": "category",
  839. "name": "",
  840. "data": [
  841. "大肠杆菌性肠炎",
  842. "感染性腹泻",
  843. "胃肠炎",
  844. "糖尿病",
  845. "高血压病",
  846. "脑结核瘤",
  847. "骨结核",
  848. "肾结核",
  849. "心脏病",
  850. "急性脑膜炎球菌血症"
  851. ]
  852. }
  853. ],
  854. "yAxis": [
  855. {
  856. "type": "value",
  857. "name": ""
  858. }
  859. ],
  860. "series": [
  861. {
  862. "smooth": true,
  863. "name": "门急诊疾病情况",
  864. "type": "bar",
  865. "itemStyle": {
  866. "normal": {
  867. "lineStyle": {
  868. "shadowColor": "rgba(0,0,0,0.4)"
  869. }
  870. }
  871. },
  872. "data": [
  873. "7214",
  874. "6235",
  875. "4210",
  876. "1524",
  877. "1378",
  878. "1215",
  879. "635",
  880. "417",
  881. "365",
  882. "285"
  883. ]
  884. }
  885. ]
  886. }
  887. },
  888. {
  889. "本年": {
  890. "title": {
  891. "text": "门诊",
  892. "x": "center"
  893. },
  894. "tooltip": {
  895. "trigger": "axis"
  896. },
  897. "grid": {
  898. "x2": "80px",
  899. "y2": "50px",
  900. "x": "50px",
  901. "y": "40px"
  902. },
  903. "xAxis": [
  904. {
  905. "type": "category",
  906. "name": "",
  907. "data": [
  908. "大肠杆菌性肠炎",
  909. "感染性腹泻",
  910. "胃肠炎",
  911. "糖尿病",
  912. "高血压病",
  913. "脑结核瘤",
  914. "骨结核",
  915. "肾结核",
  916. "心脏病",
  917. "急性脑膜炎球菌血症"
  918. ]
  919. }
  920. ],
  921. "yAxis": [
  922. {
  923. "type": "value",
  924. "name": ""
  925. }
  926. ],
  927. "series": [
  928. {
  929. "smooth": true,
  930. "name": "门急诊疾病情况",
  931. "type": "bar",
  932. "itemStyle": {
  933. "normal": {
  934. "lineStyle": {
  935. "shadowColor": "rgba(0,0,0,0.4)"
  936. }
  937. }
  938. },
  939. "data": [
  940. "27410",
  941. "24350",
  942. "11020",
  943. "5440",
  944. "5200",
  945. "4460",
  946. "4080",
  947. "3150",
  948. "2250",
  949. "1010"
  950. ]
  951. }
  952. ]
  953. }
  954. }
  955. ]
  956. },
  957. "死亡原因": {
  958. "title": {
  959. "text": "性别分布",
  960. "subtext": "性别分布",
  961. "x": "center"
  962. },
  963. "tooltip": {
  964. "trigger": "item"
  965. },
  966. "series": [
  967. {
  968. "center": [
  969. "50%",
  970. "50%"
  971. ],
  972. "radius": "40%",
  973. "name": "",
  974. "type": "pie",
  975. "itemStyle": {
  976. "normal": {
  977. "label": {
  978. "show": false
  979. },
  980. "labelLine": {
  981. "show": false
  982. }
  983. }
  984. },
  985. "data": [
  986. {
  987. "name": "恶性肿瘤",
  988. "value": "436"
  989. },
  990. {
  991. "name": "脑血管疾病",
  992. "value": "218"
  993. },
  994. {
  995. "name": "心脏病",
  996. "value": "389"
  997. },
  998. {
  999. "name": "呼吸系统疾病",
  1000. "value": "255"
  1001. },
  1002. {
  1003. "name": "损伤和中毒",
  1004. "value": "367"
  1005. },
  1006. {
  1007. "name": "消化系统疾病",
  1008. "value": "485"
  1009. },
  1010. {
  1011. "name": "内分泌、营养和代谢疾病",
  1012. "value": "217"
  1013. },
  1014. {
  1015. "name": "必尿生殖系统疾病",
  1016. "value": "198"
  1017. },
  1018. {
  1019. "name": "其他疾病",
  1020. "value": "355"
  1021. }
  1022. ]
  1023. }
  1024. ]
  1025. }
  1026. }