Guest User

Untitled

a guest
Apr 27th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.01 KB | None | 0 0
  1. {
  2. "id": 1,
  3. "username": "cory.rempel",
  4. "password": "c705d522bab6e3ba27b3f717062a116f81f7d7ca",
  5. "active": true,
  6. "personType": "PATIENT",
  7. "firstName": "Rafael",
  8. "middleName": "Cassandra",
  9. "lastName": "Pagac",
  10. "contactPhone": "05942567846",
  11. "contactEmail": "meagan.borer@example.com",
  12. "contactFax": "1-776-561-7474x2407",
  13. "addressLine1": "296 Zemlak Lakes Apt. 213",
  14. "addressLine2": null,
  15. "city": "Estellfort",
  16. "state": "Alabama",
  17. "zip": "64442-4566",
  18. "birthday": "2015-03-17T04:00:00.000+0000",
  19. "age": 3,
  20. "visits": [
  21. {
  22. "id": 1,
  23. "patientId": 1,
  24. "visitDate": "2018-01-01T05:00:00.000+0000",
  25. "responses": [
  26. {
  27. "id": 1,
  28. "visitId": 1,
  29. "question": {
  30. "id": 6,
  31. "ageGroup": {
  32. "id": 2,
  33. "minAge": 5,
  34. "maxAge": 11,
  35. "description": "5-11 yrs of age"
  36. },
  37. "questionNumber": 1,
  38. "questionText": "Asthma symptoms in previous 2-4 weeks",
  39. "domainOfControl": "Impairment",
  40. "answerChoices": [
  41. {
  42. "id": 16,
  43. "questionId": 6,
  44. "answerNumber": 1,
  45. "answerText": "<=2 days /week but no more than once on each day"
  46. },
  47. {
  48. "id": 17,
  49. "questionId": 6,
  50. "answerNumber": 2,
  51. "answerText": ">2 days/week or multiple times on <=2 days /week"
  52. },
  53. {
  54. "id": 18,
  55. "questionId": 6,
  56. "answerNumber": 3,
  57. "answerText": "Throughout the day"
  58. }
  59. ]
  60. },
  61. "answer": {
  62. "id": 16,
  63. "questionId": 6,
  64. "answerNumber": 1,
  65. "answerText": "<=2 days /week but no more than once on each day"
  66. }
  67. },
  68. {
  69. "id": 2,
  70. "visitId": 1,
  71. "question": {
  72. "id": 7,
  73. "ageGroup": {
  74. "id": 2,
  75. "minAge": 5,
  76. "maxAge": 11,
  77. "description": "5-11 yrs of age"
  78. },
  79. "questionNumber": 2,
  80. "questionText": "Night time awakenings In previous 2-4 weeks",
  81. "domainOfControl": "Impairment",
  82. "answerChoices": [
  83. {
  84. "id": 19,
  85. "questionId": 7,
  86. "answerNumber": 1,
  87. "answerText": "<= 1x/month"
  88. },
  89. {
  90. "id": 20,
  91. "questionId": 7,
  92. "answerNumber": 2,
  93. "answerText": ">= 2x/month"
  94. },
  95. {
  96. "id": 21,
  97. "questionId": 7,
  98. "answerNumber": 3,
  99. "answerText": ">= 2x/week"
  100. }
  101. ]
  102. },
  103. "answer": {
  104. "id": 21,
  105. "questionId": 7,
  106. "answerNumber": 3,
  107. "answerText": ">= 2x/week"
  108. }
  109. },
  110. {
  111. "id": 3,
  112. "visitId": 1,
  113. "question": {
  114. "id": 8,
  115. "ageGroup": {
  116. "id": 2,
  117. "minAge": 5,
  118. "maxAge": 11,
  119. "description": "5-11 yrs of age"
  120. },
  121. "questionNumber": 3,
  122. "questionText": "Interference with normal activity in previous 2-4 weeks",
  123. "domainOfControl": "Impairment",
  124. "answerChoices": [
  125. {
  126. "id": 22,
  127. "questionId": 8,
  128. "answerNumber": 1,
  129. "answerText": "None"
  130. },
  131. {
  132. "id": 23,
  133. "questionId": 8,
  134. "answerNumber": 2,
  135. "answerText": "Some limitation"
  136. },
  137. {
  138. "id": 24,
  139. "questionId": 8,
  140. "answerNumber": 3,
  141. "answerText": "Extremely limited"
  142. }
  143. ]
  144. },
  145. "answer": {
  146. "id": 23,
  147. "questionId": 8,
  148. "answerNumber": 2,
  149. "answerText": "Some limitation"
  150. }
  151. },
  152. {
  153. "id": 4,
  154. "visitId": 1,
  155. "question": {
  156. "id": 9,
  157. "ageGroup": {
  158. "id": 2,
  159. "minAge": 5,
  160. "maxAge": 11,
  161. "description": "5-11 yrs of age"
  162. },
  163. "questionNumber": 4,
  164. "questionText": "Short-acting beta2-agonist use for symptom control in previous 2-4 weeks (not prevention of exercise-induced bronchospasm)",
  165. "domainOfControl": "Impairment",
  166. "answerChoices": [
  167. {
  168. "id": 25,
  169. "questionId": 9,
  170. "answerNumber": 1,
  171. "answerText": "<= 2 days/week"
  172. },
  173. {
  174. "id": 26,
  175. "questionId": 9,
  176. "answerNumber": 2,
  177. "answerText": ">2 days/week"
  178. },
  179. {
  180. "id": 27,
  181. "questionId": 9,
  182. "answerNumber": 3,
  183. "answerText": "Several times per day"
  184. }
  185. ]
  186. },
  187. "answer": {
  188. "id": 26,
  189. "questionId": 9,
  190. "answerNumber": 2,
  191. "answerText": ">2 days/week"
  192. }
  193. },
  194. {
  195. "id": 5,
  196. "visitId": 1,
  197. "question": {
  198. "id": 10,
  199. "ageGroup": {
  200. "id": 2,
  201. "minAge": 5,
  202. "maxAge": 11,
  203. "description": "5-11 yrs of age"
  204. },
  205. "questionNumber": 5,
  206. "questionText": "FEV1or peak flow in previous 2-4 weeks",
  207. "domainOfControl": "Impairment",
  208. "answerChoices": [
  209. {
  210. "id": 28,
  211. "questionId": 10,
  212. "answerNumber": 1,
  213. "answerText": "> 80% predicted / personal best"
  214. },
  215. {
  216. "id": 29,
  217. "questionId": 10,
  218. "answerNumber": 2,
  219. "answerText": "60-80 % predicted/personal best"
  220. },
  221. {
  222. "id": 30,
  223. "questionId": 10,
  224. "answerNumber": 3,
  225. "answerText": "< 60 % predicted / personal best"
  226. },
  227. {
  228. "id": 31,
  229. "questionId": 10,
  230. "answerNumber": 4,
  231. "answerText": "Not available"
  232. }
  233. ]
  234. },
  235. "answer": {
  236. "id": 28,
  237. "questionId": 10,
  238. "answerNumber": 1,
  239. "answerText": "> 80% predicted / personal best"
  240. }
  241. },
  242. {
  243. "id": 6,
  244. "visitId": 1,
  245. "question": {
  246. "id": 11,
  247. "ageGroup": {
  248. "id": 2,
  249. "minAge": 5,
  250. "maxAge": 11,
  251. "description": "5-11 yrs of age"
  252. },
  253. "questionNumber": 6,
  254. "questionText": "FEV1 /FVC",
  255. "domainOfControl": "Impairment",
  256. "answerChoices": [
  257. {
  258. "id": 32,
  259. "questionId": 11,
  260. "answerNumber": 1,
  261. "answerText": ">80%"
  262. },
  263. {
  264. "id": 33,
  265. "questionId": 11,
  266. "answerNumber": 2,
  267. "answerText": "75-80%"
  268. },
  269. {
  270. "id": 34,
  271. "questionId": 11,
  272. "answerNumber": 3,
  273. "answerText": "<75%"
  274. },
  275. {
  276. "id": 35,
  277. "questionId": 11,
  278. "answerNumber": 4,
  279. "answerText": "Not available"
  280. }
  281. ]
  282. },
  283. "answer": {
  284. "id": 33,
  285. "questionId": 11,
  286. "answerNumber": 2,
  287. "answerText": "75-80%"
  288. }
  289. },
  290. {
  291. "id": 7,
  292. "visitId": 1,
  293. "question": {
  294. "id": 12,
  295. "ageGroup": {
  296. "id": 2,
  297. "minAge": 5,
  298. "maxAge": 11,
  299. "description": "5-11 yrs of age"
  300. },
  301. "questionNumber": 7,
  302. "questionText": "FEV1 /FVC Exacerbations requiring oral systemic corticosteroids",
  303. "domainOfControl": "Risk",
  304. "answerChoices": [
  305. {
  306. "id": 36,
  307. "questionId": 12,
  308. "answerNumber": 1,
  309. "answerText": "0-1 /year"
  310. },
  311. {
  312. "id": 37,
  313. "questionId": 12,
  314. "answerNumber": 3,
  315. "answerText": ">= 2 / year"
  316. }
  317. ]
  318. },
  319. "answer": {
  320. "id": 36,
  321. "questionId": 12,
  322. "answerNumber": 1,
  323. "answerText": "0-1 /year"
  324. }
  325. }
  326. ],
  327. "assessments": []
  328. }
  329. ]
  330. },
  331. {
  332. "id": 2,
  333. "username": "destinee04",
  334. "password": "6f3e7ed83350d98f37eacda698b253ae860f65bf",
  335. "active": true,
  336. "personType": "PATIENT",
  337. "firstName": "Vilma",
  338. "middleName": "Kenny",
  339. "lastName": "Littel",
  340. "contactPhone": "797-097-4004",
  341. "contactEmail": "alanna25@example.org",
  342. "contactFax": "695-400-3889",
  343. "addressLine1": "637 Orlando Villages",
  344. "addressLine2": null,
  345. "city": "South Shanelle",
  346. "state": "Idaho",
  347. "zip": "70626",
  348. "birthday": "2015-05-22T04:00:00.000+0000",
  349. "age": 2,
  350. "visits": [
  351. {
  352. "id": 2,
  353. "patientId": 2,
  354. "visitDate": "2018-02-01T05:00:00.000+0000",
  355. "responses": [
  356. {
  357. "id": 8,
  358. "visitId": 2,
  359. "question": {
  360. "id": 1,
  361. "ageGroup": {
  362. "id": 1,
  363. "minAge": 0,
  364. "maxAge": 4,
  365. "description": "0-4 yrs of age"
  366. },
  367. "questionNumber": 1,
  368. "questionText": "Asthma symptoms in previous 2-4 weeks",
  369. "domainOfControl": "Impairment",
  370. "answerChoices": [
  371. {
  372. "id": 1,
  373. "questionId": 1,
  374. "answerNumber": 1,
  375. "answerText": "<=2 days /week"
  376. },
  377. {
  378. "id": 2,
  379. "questionId": 1,
  380. "answerNumber": 2,
  381. "answerText": ">2 days/week"
  382. },
  383. {
  384. "id": 3,
  385. "questionId": 1,
  386. "answerNumber": 3,
  387. "answerText": "Throughout the day"
  388. }
  389. ]
  390. },
  391. "answer": {
  392. "id": 1,
  393. "questionId": 1,
  394. "answerNumber": 1,
  395. "answerText": "<=2 days /week"
  396. }
  397. },
  398. {
  399. "id": 9,
  400. "visitId": 2,
  401. "question": {
  402. "id": 2,
  403. "ageGroup": {
  404. "id": 1,
  405. "minAge": 0,
  406. "maxAge": 4,
  407. "description": "0-4 yrs of age"
  408. },
  409. "questionNumber": 2,
  410. "questionText": "Night time awakenings in previous 2-4 weeks",
  411. "domainOfControl": "Impairment",
  412. "answerChoices": [
  413. {
  414. "id": 4,
  415. "questionId": 2,
  416. "answerNumber": 1,
  417. "answerText": "<= 1x/month"
  418. },
  419. {
  420. "id": 5,
  421. "questionId": 2,
  422. "answerNumber": 2,
  423. "answerText": "> 1x/month"
  424. },
  425. {
  426. "id": 6,
  427. "questionId": 2,
  428. "answerNumber": 3,
  429. "answerText": ">= 1x/week"
  430. }
  431. ]
  432. },
  433. "answer": {
  434. "id": 4,
  435. "questionId": 2,
  436. "answerNumber": 1,
  437. "answerText": "<= 1x/month"
  438. }
  439. },
  440. {
  441. "id": 10,
  442. "visitId": 2,
  443. "question": {
  444. "id": 3,
  445. "ageGroup": {
  446. "id": 1,
  447. "minAge": 0,
  448. "maxAge": 4,
  449. "description": "0-4 yrs of age"
  450. },
  451. "questionNumber": 3,
  452. "questionText": "Interference with normal activity in previous 2-4 weeks",
  453. "domainOfControl": "Impairment",
  454. "answerChoices": [
  455. {
  456. "id": 7,
  457. "questionId": 3,
  458. "answerNumber": 1,
  459. "answerText": "None"
  460. },
  461. {
  462. "id": 8,
  463. "questionId": 3,
  464. "answerNumber": 2,
  465. "answerText": "Some limitation"
  466. },
  467. {
  468. "id": 9,
  469. "questionId": 3,
  470. "answerNumber": 3,
  471. "answerText": "Extremely limited"
  472. }
  473. ]
  474. },
  475. "answer": {
  476. "id": 7,
  477. "questionId": 3,
  478. "answerNumber": 1,
  479. "answerText": "None"
  480. }
  481. },
  482. {
  483. "id": 11,
  484. "visitId": 2,
  485. "question": {
  486. "id": 4,
  487. "ageGroup": {
  488. "id": 1,
  489. "minAge": 0,
  490. "maxAge": 4,
  491. "description": "0-4 yrs of age"
  492. },
  493. "questionNumber": 4,
  494. "questionText": "Short-acting beta2-agonist use for symptom control in previous 2-4 weeks (not prevention of exercise-induced bronchospasm)",
  495. "domainOfControl": "Impairment",
  496. "answerChoices": [
  497. {
  498. "id": 10,
  499. "questionId": 4,
  500. "answerNumber": 1,
  501. "answerText": "<= 2 days/week"
  502. },
  503. {
  504. "id": 11,
  505. "questionId": 4,
  506. "answerNumber": 2,
  507. "answerText": " >2 days/week"
  508. },
  509. {
  510. "id": 12,
  511. "questionId": 4,
  512. "answerNumber": 3,
  513. "answerText": "Several times per day"
  514. }
  515. ]
  516. },
  517. "answer": {
  518. "id": 10,
  519. "questionId": 4,
  520. "answerNumber": 1,
  521. "answerText": "<= 2 days/week"
  522. }
  523. },
  524. {
  525. "id": 12,
  526. "visitId": 2,
  527. "question": {
  528. "id": 5,
  529. "ageGroup": {
  530. "id": 1,
  531. "minAge": 0,
  532. "maxAge": 4,
  533. "description": "0-4 yrs of age"
  534. },
  535. "questionNumber": 5,
  536. "questionText": "Exacerbations requiring oral systemic corticosteroids",
  537. "domainOfControl": "Risk",
  538. "answerChoices": [
  539. {
  540. "id": 13,
  541. "questionId": 5,
  542. "answerNumber": 1,
  543. "answerText": "0-1/ year"
  544. },
  545. {
  546. "id": 14,
  547. "questionId": 5,
  548. "answerNumber": 2,
  549. "answerText": "2 - 3 / year"
  550. },
  551. {
  552. "id": 15,
  553. "questionId": 5,
  554. "answerNumber": 3,
  555. "answerText": ">3 / year"
  556. }
  557. ]
  558. },
  559. "answer": {
  560. "id": 13,
  561. "questionId": 5,
  562. "answerNumber": 1,
  563. "answerText": "0-1/ year"
  564. }
  565. }
  566. ],
  567. "assessments": []
  568. }
  569. ]
  570. },
  571. {
  572. "id": 3,
  573. "username": "jayne83",
  574. "password": "edbc5c5de12bafb9fc526bc7a07414ed8bca6912",
  575. "active": false,
  576. "personType": "PATIENT",
  577. "firstName": "Germaine",
  578. "middleName": "Stefan",
  579. "lastName": "O'Connell",
  580. "contactPhone": "1-175-844-0894x1179",
  581. "contactEmail": "wtowne@example.org",
  582. "contactFax": "1-057-191-2477x86919",
  583. "addressLine1": "077 Kiana Meadow Apt. 294",
  584. "addressLine2": null,
  585. "city": "Gennaroview",
  586. "state": "Idaho",
  587. "zip": "06492-5283",
  588. "birthday": "2016-04-15T04:00:00.000+0000",
  589. "age": 2,
  590. "visits": []
  591. },
  592. {
  593. "id": 4,
  594. "username": "max98",
  595. "password": "a2b1461da75dfa3626b9e57194a723d97e531d98",
  596. "active": false,
  597. "personType": "PATIENT",
  598. "firstName": "Adele",
  599. "middleName": "Louvenia",
  600. "lastName": "McGlynn",
  601. "contactPhone": "(902)958-2151",
  602. "contactEmail": "oswald06@example.org",
  603. "contactFax": "1-107-279-0147x7515",
  604. "addressLine1": "7836 Karl Light Suite 956",
  605. "addressLine2": null,
  606. "city": "West Kadinburgh",
  607. "state": "Vermont",
  608. "zip": "46090-9722",
  609. "birthday": "2017-11-30T05:00:00.000+0000",
  610. "age": 0,
  611. "visits": []
  612. },
  613. {
  614. "id": 5,
  615. "username": "goodwin.lilian",
  616. "password": "6cab70f14ca8bd66fdcdca0ebe6abd19fa512b02",
  617. "active": true,
  618. "personType": "PATIENT",
  619. "firstName": "Jarrett",
  620. "middleName": "Eryn",
  621. "lastName": "Monahan",
  622. "contactPhone": "786-062-5270x1497",
  623. "contactEmail": "ziemann.paris@example.org",
  624. "contactFax": "353-641-8594x65082",
  625. "addressLine1": "50474 Melissa Extension",
  626. "addressLine2": null,
  627. "city": "South Rooseveltbury",
  628. "state": "Connecticut",
  629. "zip": "40059",
  630. "birthday": "2018-02-01T05:00:00.000+0000",
  631. "age": 0,
  632. "visits": []
  633. },
  634. {
  635. "id": 6,
  636. "username": "domingo86",
  637. "password": "1b8b0e5a41a9801e8d183384d8c8cc39dd65e1cf",
  638. "active": true,
  639. "personType": "PATIENT",
  640. "firstName": "Raina",
  641. "middleName": "Ara",
  642. "lastName": "Hackett",
  643. "contactPhone": "01162819571",
  644. "contactEmail": "kaycee.murazik@example.com",
  645. "contactFax": "(554)535-1305",
  646. "addressLine1": "517 Hoeger Corner",
  647. "addressLine2": null,
  648. "city": "South Danika",
  649. "state": "SouthDakota",
  650. "zip": "65486",
  651. "birthday": "2018-01-01T05:00:00.000+0000",
  652. "age": 0,
  653. "visits": []
  654. },
  655. {
  656. "id": 7,
  657. "username": "jedidiah74",
  658. "password": "8917728597287023859a36d85f104b973e78aad8",
  659. "active": false,
  660. "personType": "DOCTOR",
  661. "firstName": "Laurianne",
  662. "middleName": "Jordon",
  663. "lastName": "Weimann",
  664. "contactPhone": "422-049-5812x4040",
  665. "contactEmail": "oswald60@example.org",
  666. "contactFax": "(152)175-0155x9891",
  667. "addressLine1": "68091 Wyman View",
  668. "addressLine2": null,
  669. "city": "Gislasonville",
  670. "state": "Georgia",
  671. "zip": "42819",
  672. "birthday": "1984-05-22T04:00:00.000+0000",
  673. "age": 33,
  674. "visits": []
  675. },
  676. {
  677. "id": 8,
  678. "username": "hackett.liana",
  679. "password": "1d22f3bb84a492443eeb008cdf90ad435bade188",
  680. "active": true,
  681. "personType": "DOCTOR",
  682. "firstName": "Lila",
  683. "middleName": "Isaiah",
  684. "lastName": "Dach",
  685. "contactPhone": "912-201-2612x10631",
  686. "contactEmail": "ben.crist@example.com",
  687. "contactFax": "128-401-4330",
  688. "addressLine1": "4918 Powlowski Station",
  689. "addressLine2": null,
  690. "city": "Port Bonitahaven",
  691. "state": "Alabama",
  692. "zip": "90443-3715",
  693. "birthday": "2005-03-22T05:00:00.000+0000",
  694. "age": 13,
  695. "visits": []
  696. }
  697. ]
Add Comment
Please, Sign In to add comment