ET_3MSETJKJCLB.json 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729
  1. {
  2. "Key": "ET_3MSETJKJCLB",
  3. "Name": "3月龄儿童健康体检表",
  4. "Content": [
  5. {
  6. "label": "体征",
  7. "defaultValue": null,
  8. "span": 24,
  9. "key": "sign",
  10. "type": "title",
  11. "border": null,
  12. "disabledValue": null,
  13. "options": [],
  14. "children": [
  15. {
  16. "label": "体重",
  17. "defaultValue": null,
  18. "span": 24,
  19. "key": "Weight_Evaluate",
  20. "type": "inputAndRadio",
  21. "border": null,
  22. "disabledValue": null,
  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. "children": null,
  38. "append": "kg",
  39. "placeholder": null,
  40. "required": null,
  41. "show-limit": null,
  42. "parentKey": "sign",
  43. "buttonName": null,
  44. "childrenKey": [
  45. "Weight",
  46. "Weight_Evaluate"
  47. ]
  48. },
  49. {
  50. "label": "身长(高)",
  51. "defaultValue": null,
  52. "span": 24,
  53. "key": "Stature_Evaluate",
  54. "type": "inputAndRadio",
  55. "border": null,
  56. "disabledValue": null,
  57. "options": [
  58. {
  59. "label": "上",
  60. "value": "1"
  61. },
  62. {
  63. "label": "中",
  64. "value": "2"
  65. },
  66. {
  67. "label": "下",
  68. "value": "3"
  69. }
  70. ],
  71. "children": null,
  72. "append": "cm",
  73. "placeholder": null,
  74. "required": null,
  75. "show-limit": null,
  76. "parentKey": "sign",
  77. "buttonName": null,
  78. "childrenKey": [
  79. "Stature",
  80. "Stature_Evaluate"
  81. ]
  82. },
  83. {
  84. "label": "头围",
  85. "defaultValue": null,
  86. "span": 12,
  87. "key": "Head_Cir",
  88. "type": "input",
  89. "border": null,
  90. "disabledValue": null,
  91. "options": [],
  92. "children": null,
  93. "append": "cm",
  94. "placeholder": "",
  95. "required": null,
  96. "show-limit": null,
  97. "parentKey": "physique",
  98. "buttonName": null,
  99. "childrenKey": null
  100. }
  101. ],
  102. "append": null,
  103. "placeholder": null,
  104. "required": null,
  105. "show-limit": null,
  106. "parentKey": null,
  107. "buttonName": null,
  108. "childrenKey": null
  109. },
  110. {
  111. "label": "体格检查",
  112. "defaultValue": null,
  113. "span": 24,
  114. "key": "physique",
  115. "type": "title",
  116. "border": null,
  117. "disabledValue": null,
  118. "options": [],
  119. "children": [
  120. {
  121. "label": "面色",
  122. "defaultValue": null,
  123. "span": 12,
  124. "key": "Face",
  125. "type": "radio",
  126. "border": null,
  127. "disabledValue": null,
  128. "options": [
  129. {
  130. "label": "红润",
  131. "value": "1"
  132. },
  133. {
  134. "label": "黄染",
  135. "value": "2"
  136. },
  137. {
  138. "label": "其他",
  139. "value": "3"
  140. }
  141. ],
  142. "children": null,
  143. "append": null,
  144. "placeholder": "",
  145. "required": null,
  146. "show-limit": null,
  147. "parentKey": "physique",
  148. "buttonName": null,
  149. "childrenKey": null
  150. },
  151. {
  152. "label": "皮肤",
  153. "defaultValue": null,
  154. "span": 12,
  155. "key": "Skin",
  156. "type": "radio",
  157. "border": null,
  158. "disabledValue": null,
  159. "options": [
  160. {
  161. "label": "未见异常",
  162. "value": "1"
  163. },
  164. {
  165. "label": "异常",
  166. "value": "2"
  167. }
  168. ],
  169. "children": null,
  170. "append": null,
  171. "placeholder": "",
  172. "required": null,
  173. "show-limit": null,
  174. "parentKey": "physique",
  175. "buttonName": null,
  176. "childrenKey": null
  177. },
  178. {
  179. "label": "前囟",
  180. "defaultValue": null,
  181. "span": 12,
  182. "key": "Fontanel_State",
  183. "type": "anteriorFontanelle",
  184. "border": null,
  185. "disabledValue": null,
  186. "options": [
  187. {
  188. "label": "闭合",
  189. "value": "1"
  190. },
  191. {
  192. "label": "未闭",
  193. "value": "2"
  194. }
  195. ],
  196. "children": null,
  197. "append": null,
  198. "placeholder": "",
  199. "required": null,
  200. "show-limit": null,
  201. "parentKey": "physique",
  202. "buttonName": null,
  203. "childrenKey": null
  204. },
  205. {
  206. "label": "颈部包块",
  207. "defaultValue": null,
  208. "span": 12,
  209. "key": "Neck_Mass",
  210. "type": "radio",
  211. "border": null,
  212. "disabledValue": null,
  213. "options": [
  214. {
  215. "label": "有",
  216. "value": "1"
  217. },
  218. {
  219. "label": "无",
  220. "value": "2"
  221. }
  222. ],
  223. "children": null,
  224. "append": null,
  225. "placeholder": "",
  226. "required": null,
  227. "show-limit": null,
  228. "parentKey": "physique",
  229. "buttonName": null,
  230. "childrenKey": null
  231. },
  232. {
  233. "label": "眼睛",
  234. "defaultValue": null,
  235. "span": 12,
  236. "key": "Eyes_Abnormal",
  237. "type": "radio",
  238. "border": null,
  239. "disabledValue": null,
  240. "options": [
  241. {
  242. "label": "未见异常",
  243. "value": "1"
  244. },
  245. {
  246. "label": "异常",
  247. "value": "2"
  248. }
  249. ],
  250. "children": null,
  251. "append": null,
  252. "placeholder": "",
  253. "required": null,
  254. "show-limit": null,
  255. "parentKey": "physique",
  256. "buttonName": null,
  257. "childrenKey": null
  258. },
  259. {
  260. "label": "耳",
  261. "defaultValue": null,
  262. "span": 12,
  263. "key": "Ear_Abnormal",
  264. "type": "radio",
  265. "border": null,
  266. "disabledValue": null,
  267. "options": [
  268. {
  269. "label": "未见异常",
  270. "value": "1"
  271. },
  272. {
  273. "label": "异常",
  274. "value": "2"
  275. }
  276. ],
  277. "children": null,
  278. "append": null,
  279. "placeholder": "",
  280. "required": null,
  281. "show-limit": null,
  282. "parentKey": "physique",
  283. "buttonName": null,
  284. "childrenKey": null
  285. },
  286. {
  287. "label": "口腔",
  288. "defaultValue": null,
  289. "span": 24,
  290. "key": "Mouth_Abnormal",
  291. "type": "radio",
  292. "border": null,
  293. "disabledValue": null,
  294. "options": [
  295. {
  296. "label": "未见异常",
  297. "value": "1"
  298. },
  299. {
  300. "label": "异常",
  301. "value": "2"
  302. }
  303. ],
  304. "children": null,
  305. "append": null,
  306. "placeholder": "",
  307. "required": null,
  308. "show-limit": null,
  309. "parentKey": "physique",
  310. "buttonName": null,
  311. "childrenKey": null
  312. },
  313. {
  314. "label": "胸部",
  315. "defaultValue": null,
  316. "span": 24,
  317. "key": "Heart_Abnormal",
  318. "type": "radio",
  319. "border": null,
  320. "disabledValue": null,
  321. "options": [
  322. {
  323. "label": "未见异常",
  324. "value": "1"
  325. },
  326. {
  327. "label": "异常",
  328. "value": "2"
  329. }
  330. ],
  331. "children": null,
  332. "append": null,
  333. "placeholder": null,
  334. "required": null,
  335. "show-limit": null,
  336. "parentKey": "physique",
  337. "buttonName": null,
  338. "childrenKey": null
  339. },
  340. {
  341. "label": "腹部",
  342. "defaultValue": null,
  343. "span": 24,
  344. "key": "Abdominal_Abnormal",
  345. "type": "radio",
  346. "border": null,
  347. "disabledValue": null,
  348. "options": [
  349. {
  350. "label": "未见异常",
  351. "value": "1"
  352. },
  353. {
  354. "label": "异常",
  355. "value": "2"
  356. }
  357. ],
  358. "children": null,
  359. "append": null,
  360. "placeholder": null,
  361. "required": null,
  362. "show-limit": null,
  363. "parentKey": "physique",
  364. "buttonName": null,
  365. "childrenKey": null
  366. },
  367. {
  368. "label": "脐部",
  369. "defaultValue": null,
  370. "span": 24,
  371. "key": "Umbilical_Cord_3",
  372. "type": "radio",
  373. "border": null,
  374. "disabledValue": null,
  375. "options": [
  376. {
  377. "label": "未见异常",
  378. "value": "1"
  379. },
  380. {
  381. "label": "异常",
  382. "value": "2"
  383. }
  384. ],
  385. "children": null,
  386. "append": null,
  387. "placeholder": "",
  388. "required": null,
  389. "show-limit": null,
  390. "parentKey": "physique",
  391. "buttonName": null,
  392. "childrenKey": null
  393. },
  394. {
  395. "label": "四肢",
  396. "defaultValue": null,
  397. "span": 24,
  398. "key": "Extremitie_Activity",
  399. "type": "radio",
  400. "border": null,
  401. "disabledValue": null,
  402. "options": [
  403. {
  404. "label": "未见异常",
  405. "value": "1"
  406. },
  407. {
  408. "label": "异常",
  409. "value": "2"
  410. }
  411. ],
  412. "children": null,
  413. "append": null,
  414. "placeholder": null,
  415. "required": null,
  416. "show-limit": null,
  417. "parentKey": "physique",
  418. "buttonName": null,
  419. "childrenKey": null
  420. },
  421. {
  422. "label": "可疑佝偻病症状",
  423. "defaultValue": null,
  424. "span": 24,
  425. "key": "Rickets_Symptom",
  426. "type": "checkbox",
  427. "border": null,
  428. "disabledValue": "1",
  429. "options": [
  430. {
  431. "label": "无",
  432. "value": "1"
  433. },
  434. {
  435. "label": "夜惊",
  436. "value": "2"
  437. },
  438. {
  439. "label": "多汗",
  440. "value": "3"
  441. },
  442. {
  443. "label": "烦躁",
  444. "value": "4"
  445. }
  446. ],
  447. "children": null,
  448. "append": null,
  449. "placeholder": null,
  450. "required": null,
  451. "show-limit": null,
  452. "parentKey": "physique",
  453. "buttonName": null,
  454. "childrenKey": null
  455. },
  456. {
  457. "label": "可疑佝偻病体征",
  458. "defaultValue": null,
  459. "span": 24,
  460. "key": "Rickets_Sign_3",
  461. "type": "radio",
  462. "border": null,
  463. "disabledValue": null,
  464. "options": [
  465. {
  466. "label": "无",
  467. "value": "1"
  468. },
  469. {
  470. "label": "颅骨软化",
  471. "value": "2"
  472. }
  473. ],
  474. "children": null,
  475. "append": null,
  476. "placeholder": null,
  477. "required": null,
  478. "show-limit": null,
  479. "parentKey": "physique",
  480. "buttonName": null,
  481. "childrenKey": null
  482. },
  483. {
  484. "label": "肛门/外生殖器",
  485. "defaultValue": null,
  486. "span": 24,
  487. "key": "Anus_Genitalia",
  488. "type": "radio",
  489. "border": null,
  490. "disabledValue": null,
  491. "options": [
  492. {
  493. "label": "未见异常",
  494. "value": "1"
  495. },
  496. {
  497. "label": "异常",
  498. "value": "2"
  499. }
  500. ],
  501. "children": null,
  502. "append": null,
  503. "placeholder": null,
  504. "required": null,
  505. "show-limit": null,
  506. "parentKey": "lifestyleCoachingAndAssistedExamination",
  507. "buttonName": null,
  508. "childrenKey": null
  509. },
  510. {
  511. "label": "户外活动",
  512. "defaultValue": null,
  513. "span": 12,
  514. "key": "Outdoor_Time",
  515. "type": "input",
  516. "border": null,
  517. "disabledValue": null,
  518. "options": [],
  519. "children": null,
  520. "append": "小时/日",
  521. "placeholder": "",
  522. "required": null,
  523. "show-limit": null,
  524. "parentKey": "physique",
  525. "buttonName": null,
  526. "childrenKey": null
  527. },
  528. {
  529. "label": "服用维生素 D",
  530. "defaultValue": null,
  531. "span": 12,
  532. "key": "Vitamin_D_Name",
  533. "type": "input",
  534. "border": null,
  535. "disabledValue": null,
  536. "options": [],
  537. "children": null,
  538. "append": "IU/日",
  539. "placeholder": "",
  540. "required": null,
  541. "show-limit": null,
  542. "parentKey": "physique",
  543. "buttonName": null,
  544. "childrenKey": null
  545. }
  546. ],
  547. "append": null,
  548. "placeholder": null,
  549. "required": null,
  550. "show-limit": null,
  551. "parentKey": null,
  552. "buttonName": null,
  553. "childrenKey": null
  554. },
  555. {
  556. "label": "评估及指导",
  557. "defaultValue": null,
  558. "span": 24,
  559. "key": "lifestyleCoachingAndAssistedExamination",
  560. "type": "title",
  561. "border": null,
  562. "disabledValue": null,
  563. "options": [],
  564. "children": [
  565. {
  566. "label": "发育评估",
  567. "defaultValue": null,
  568. "span": 24,
  569. "key": "Growth_3",
  570. "type": "checkbox",
  571. "border": null,
  572. "disabledValue": null,
  573. "options": [
  574. {
  575. "label": "对很大声音没有反应",
  576. "value": "1"
  577. },
  578. {
  579. "label": "逗引时不发音或不会微笑",
  580. "value": "2"
  581. },
  582. {
  583. "label": "不注视人脸,不追视移动人或物品",
  584. "value": "3"
  585. },
  586. {
  587. "label": "俯卧时不会抬头",
  588. "value": "4"
  589. }
  590. ],
  591. "children": null,
  592. "append": null,
  593. "placeholder": null,
  594. "required": null,
  595. "show-limit": null,
  596. "parentKey": "lifestyleCoachingAndAssistedExamination",
  597. "buttonName": null,
  598. "childrenKey": null
  599. },
  600. {
  601. "label": "两次随访间患病情况",
  602. "defaultValue": null,
  603. "span": 24,
  604. "key": "Illness_State",
  605. "type": "checkBoxFrequency",
  606. "border": null,
  607. "disabledValue": "1",
  608. "options": [
  609. {
  610. "label": "无",
  611. "value": "1"
  612. },
  613. {
  614. "label": "肺炎",
  615. "value": "2"
  616. },
  617. {
  618. "label": "腹泻",
  619. "value": "3"
  620. },
  621. {
  622. "label": "外伤",
  623. "value": "4"
  624. },
  625. {
  626. "label": "其他",
  627. "value": "5"
  628. }
  629. ],
  630. "children": null,
  631. "append": null,
  632. "placeholder": null,
  633. "required": null,
  634. "show-limit": null,
  635. "parentKey": "lifestyleCoachingAndAssistedExamination",
  636. "buttonName": null,
  637. "childrenKey": [
  638. "Illness_State_Other"
  639. ],
  640. "groupKeys": [
  641. "5"
  642. ]
  643. },
  644. {
  645. "label": "转诊建议",
  646. "defaultValue": null,
  647. "span": 24,
  648. "key": "Referral",
  649. "type": "referral",
  650. "border": null,
  651. "disabledValue": null,
  652. "options": [
  653. {
  654. "label": "无",
  655. "value": "1"
  656. },
  657. {
  658. "label": "有",
  659. "value": "2"
  660. }
  661. ],
  662. "children": null,
  663. "append": null,
  664. "placeholder": null,
  665. "required": null,
  666. "show-limit": null,
  667. "parentKey": "lifestyleCoachingAndAssistedExamination",
  668. "buttonName": null,
  669. "childrenKey": null
  670. },
  671. {
  672. "label": "指导",
  673. "defaultValue": null,
  674. "span": 24,
  675. "key": "Guidance",
  676. "type": "checkBoxIncludeOther",
  677. "border": null,
  678. "disabledValue": null,
  679. "options": [
  680. {
  681. "label": "科学喂养",
  682. "value": "1"
  683. },
  684. {
  685. "label": "生长发育",
  686. "value": "2"
  687. },
  688. {
  689. "label": "疾病预防",
  690. "value": "3"
  691. },
  692. {
  693. "label": "预防伤害",
  694. "value": "4"
  695. },
  696. {
  697. "label": "口腔保健",
  698. "value": "5"
  699. },
  700. {
  701. "label": "其他",
  702. "value": "6"
  703. }
  704. ],
  705. "children": null,
  706. "append": null,
  707. "placeholder": null,
  708. "required": null,
  709. "show-limit": null,
  710. "parentKey": "lifestyleCoachingAndAssistedExamination",
  711. "buttonName": null,
  712. "childrenKey": [
  713. "Guidance_Other"
  714. ],
  715. "groupKeys": [
  716. "6"
  717. ]
  718. }
  719. ],
  720. "append": null,
  721. "placeholder": null,
  722. "required": null,
  723. "show-limit": null,
  724. "parentKey": null,
  725. "buttonName": null,
  726. "childrenKey": null
  727. }
  728. ]
  729. }