Last active
April 19, 2018 23:43
-
-
Save aarshtalati/4677a986c8b1e8ff18a8709b8755a505 to your computer and use it in GitHub Desktop.
The amount of infomation being loaded before, just 50 rows like this, would bloat your browser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 1, | |
"username": "cory.rempel", | |
"password": "c705d522bab6e3ba27b3f717062a116f81f7d7ca", | |
"active": true, | |
"personType": "PATIENT", | |
"firstName": "Rafael", | |
"middleName": "Cassandra", | |
"lastName": "Pagac", | |
"contactPhone": "05942567846", | |
"contactEmail": "[email protected]", | |
"contactFax": "1-776-561-7474x2407", | |
"addressLine1": "296 Zemlak Lakes Apt. 213", | |
"addressLine2": null, | |
"city": "Estellfort", | |
"state": "Alabama", | |
"zip": "64442-4566", | |
"birthday": "2015-03-17T04:00:00.000+0000", | |
"age": 3, | |
"visits": [ | |
{ | |
"id": 1, | |
"patientId": 1, | |
"visitDate": "2018-01-01T05:00:00.000+0000", | |
"responses": [ | |
{ | |
"id": 1, | |
"visitId": 1, | |
"question": { | |
"id": 6, | |
"ageGroup": { | |
"id": 2, | |
"minAge": 5, | |
"maxAge": 11, | |
"description": "5-11 yrs of age" | |
}, | |
"questionNumber": 1, | |
"questionText": "Asthma symptoms in previous 2-4 weeks", | |
"domainOfControl": "Impairment", | |
"answerChoices": [ | |
{ | |
"id": 16, | |
"questionId": 6, | |
"answerNumber": 1, | |
"answerText": "<=2 days /week but no more than once on each day" | |
}, | |
{ | |
"id": 17, | |
"questionId": 6, | |
"answerNumber": 2, | |
"answerText": ">2 days/week or multiple times on <=2 days /week" | |
}, | |
{ | |
"id": 18, | |
"questionId": 6, | |
"answerNumber": 3, | |
"answerText": "Throughout the day" | |
} | |
] | |
}, | |
"answer": { | |
"id": 16, | |
"questionId": 6, | |
"answerNumber": 1, | |
"answerText": "<=2 days /week but no more than once on each day" | |
} | |
}, | |
{ | |
"id": 2, | |
"visitId": 1, | |
"question": { | |
"id": 7, | |
"ageGroup": { | |
"id": 2, | |
"minAge": 5, | |
"maxAge": 11, | |
"description": "5-11 yrs of age" | |
}, | |
"questionNumber": 2, | |
"questionText": "Night time awakenings In previous 2-4 weeks", | |
"domainOfControl": "Impairment", | |
"answerChoices": [ | |
{ | |
"id": 19, | |
"questionId": 7, | |
"answerNumber": 1, | |
"answerText": "<= 1x/month" | |
}, | |
{ | |
"id": 20, | |
"questionId": 7, | |
"answerNumber": 2, | |
"answerText": ">= 2x/month" | |
}, | |
{ | |
"id": 21, | |
"questionId": 7, | |
"answerNumber": 3, | |
"answerText": ">= 2x/week" | |
} | |
] | |
}, | |
"answer": { | |
"id": 21, | |
"questionId": 7, | |
"answerNumber": 3, | |
"answerText": ">= 2x/week" | |
} | |
}, | |
{ | |
"id": 3, | |
"visitId": 1, | |
"question": { | |
"id": 8, | |
"ageGroup": { | |
"id": 2, | |
"minAge": 5, | |
"maxAge": 11, | |
"description": "5-11 yrs of age" | |
}, | |
"questionNumber": 3, | |
"questionText": "Interference with normal activity in previous 2-4 weeks", | |
"domainOfControl": "Impairment", | |
"answerChoices": [ | |
{ | |
"id": 22, | |
"questionId": 8, | |
"answerNumber": 1, | |
"answerText": "None" | |
}, | |
{ | |
"id": 23, | |
"questionId": 8, | |
"answerNumber": 2, | |
"answerText": "Some limitation" | |
}, | |
{ | |
"id": 24, | |
"questionId": 8, | |
"answerNumber": 3, | |
"answerText": "Extremely limited" | |
} | |
] | |
}, | |
"answer": { | |
"id": 23, | |
"questionId": 8, | |
"answerNumber": 2, | |
"answerText": "Some limitation" | |
} | |
}, | |
{ | |
"id": 4, | |
"visitId": 1, | |
"question": { | |
"id": 9, | |
"ageGroup": { | |
"id": 2, | |
"minAge": 5, | |
"maxAge": 11, | |
"description": "5-11 yrs of age" | |
}, | |
"questionNumber": 4, | |
"questionText": "Short-acting beta2-agonist use for symptom control in previous 2-4 weeks (not prevention of exercise-induced bronchospasm)", | |
"domainOfControl": "Impairment", | |
"answerChoices": [ | |
{ | |
"id": 25, | |
"questionId": 9, | |
"answerNumber": 1, | |
"answerText": "<= 2 days/week" | |
}, | |
{ | |
"id": 26, | |
"questionId": 9, | |
"answerNumber": 2, | |
"answerText": ">2 days/week" | |
}, | |
{ | |
"id": 27, | |
"questionId": 9, | |
"answerNumber": 3, | |
"answerText": "Several times per day" | |
} | |
] | |
}, | |
"answer": { | |
"id": 26, | |
"questionId": 9, | |
"answerNumber": 2, | |
"answerText": ">2 days/week" | |
} | |
}, | |
{ | |
"id": 5, | |
"visitId": 1, | |
"question": { | |
"id": 10, | |
"ageGroup": { | |
"id": 2, | |
"minAge": 5, | |
"maxAge": 11, | |
"description": "5-11 yrs of age" | |
}, | |
"questionNumber": 5, | |
"questionText": "FEV1or peak flow in previous 2-4 weeks", | |
"domainOfControl": "Impairment", | |
"answerChoices": [ | |
{ | |
"id": 28, | |
"questionId": 10, | |
"answerNumber": 1, | |
"answerText": "> 80% predicted / personal best" | |
}, | |
{ | |
"id": 29, | |
"questionId": 10, | |
"answerNumber": 2, | |
"answerText": "60-80 % predicted/personal best" | |
}, | |
{ | |
"id": 30, | |
"questionId": 10, | |
"answerNumber": 3, | |
"answerText": "< 60 % predicted / personal best" | |
}, | |
{ | |
"id": 31, | |
"questionId": 10, | |
"answerNumber": 4, | |
"answerText": "Not available" | |
} | |
] | |
}, | |
"answer": { | |
"id": 28, | |
"questionId": 10, | |
"answerNumber": 1, | |
"answerText": "> 80% predicted / personal best" | |
} | |
}, | |
{ | |
"id": 6, | |
"visitId": 1, | |
"question": { | |
"id": 11, | |
"ageGroup": { | |
"id": 2, | |
"minAge": 5, | |
"maxAge": 11, | |
"description": "5-11 yrs of age" | |
}, | |
"questionNumber": 6, | |
"questionText": "FEV1 /FVC", | |
"domainOfControl": "Impairment", | |
"answerChoices": [ | |
{ | |
"id": 32, | |
"questionId": 11, | |
"answerNumber": 1, | |
"answerText": ">80%" | |
}, | |
{ | |
"id": 33, | |
"questionId": 11, | |
"answerNumber": 2, | |
"answerText": "75-80%" | |
}, | |
{ | |
"id": 34, | |
"questionId": 11, | |
"answerNumber": 3, | |
"answerText": "<75%" | |
}, | |
{ | |
"id": 35, | |
"questionId": 11, | |
"answerNumber": 4, | |
"answerText": "Not available" | |
} | |
] | |
}, | |
"answer": { | |
"id": 33, | |
"questionId": 11, | |
"answerNumber": 2, | |
"answerText": "75-80%" | |
} | |
}, | |
{ | |
"id": 7, | |
"visitId": 1, | |
"question": { | |
"id": 12, | |
"ageGroup": { | |
"id": 2, | |
"minAge": 5, | |
"maxAge": 11, | |
"description": "5-11 yrs of age" | |
}, | |
"questionNumber": 7, | |
"questionText": "FEV1 /FVC Exacerbations requiring oral systemic corticosteroids", | |
"domainOfControl": "Risk", | |
"answerChoices": [ | |
{ | |
"id": 36, | |
"questionId": 12, | |
"answerNumber": 1, | |
"answerText": "0-1 /year" | |
}, | |
{ | |
"id": 37, | |
"questionId": 12, | |
"answerNumber": 3, | |
"answerText": ">= 2 / year" | |
} | |
] | |
}, | |
"answer": { | |
"id": 36, | |
"questionId": 12, | |
"answerNumber": 1, | |
"answerText": "0-1 /year" | |
} | |
} | |
], | |
"assessments": [] | |
} | |
] | |
}, | |
{ | |
"id": 2, | |
"username": "destinee04", | |
"password": "6f3e7ed83350d98f37eacda698b253ae860f65bf", | |
"active": true, | |
"personType": "PATIENT", | |
"firstName": "Vilma", | |
"middleName": "Kenny", | |
"lastName": "Littel", | |
"contactPhone": "797-097-4004", | |
"contactEmail": "[email protected]", | |
"contactFax": "695-400-3889", | |
"addressLine1": "637 Orlando Villages", | |
"addressLine2": null, | |
"city": "South Shanelle", | |
"state": "Idaho", | |
"zip": "70626", | |
"birthday": "2015-05-22T04:00:00.000+0000", | |
"age": 2, | |
"visits": [ | |
{ | |
"id": 2, | |
"patientId": 2, | |
"visitDate": "2018-02-01T05:00:00.000+0000", | |
"responses": [ | |
{ | |
"id": 8, | |
"visitId": 2, | |
"question": { | |
"id": 1, | |
"ageGroup": { | |
"id": 1, | |
"minAge": 0, | |
"maxAge": 4, | |
"description": "0-4 yrs of age" | |
}, | |
"questionNumber": 1, | |
"questionText": "Asthma symptoms in previous 2-4 weeks", | |
"domainOfControl": "Impairment", | |
"answerChoices": [ | |
{ | |
"id": 1, | |
"questionId": 1, | |
"answerNumber": 1, | |
"answerText": "<=2 days /week" | |
}, | |
{ | |
"id": 2, | |
"questionId": 1, | |
"answerNumber": 2, | |
"answerText": ">2 days/week" | |
}, | |
{ | |
"id": 3, | |
"questionId": 1, | |
"answerNumber": 3, | |
"answerText": "Throughout the day" | |
} | |
] | |
}, | |
"answer": { | |
"id": 1, | |
"questionId": 1, | |
"answerNumber": 1, | |
"answerText": "<=2 days /week" | |
} | |
}, | |
{ | |
"id": 9, | |
"visitId": 2, | |
"question": { | |
"id": 2, | |
"ageGroup": { | |
"id": 1, | |
"minAge": 0, | |
"maxAge": 4, | |
"description": "0-4 yrs of age" | |
}, | |
"questionNumber": 2, | |
"questionText": "Night time awakenings in previous 2-4 weeks", | |
"domainOfControl": "Impairment", | |
"answerChoices": [ | |
{ | |
"id": 4, | |
"questionId": 2, | |
"answerNumber": 1, | |
"answerText": "<= 1x/month" | |
}, | |
{ | |
"id": 5, | |
"questionId": 2, | |
"answerNumber": 2, | |
"answerText": "> 1x/month" | |
}, | |
{ | |
"id": 6, | |
"questionId": 2, | |
"answerNumber": 3, | |
"answerText": ">= 1x/week" | |
} | |
] | |
}, | |
"answer": { | |
"id": 4, | |
"questionId": 2, | |
"answerNumber": 1, | |
"answerText": "<= 1x/month" | |
} | |
}, | |
{ | |
"id": 10, | |
"visitId": 2, | |
"question": { | |
"id": 3, | |
"ageGroup": { | |
"id": 1, | |
"minAge": 0, | |
"maxAge": 4, | |
"description": "0-4 yrs of age" | |
}, | |
"questionNumber": 3, | |
"questionText": "Interference with normal activity in previous 2-4 weeks", | |
"domainOfControl": "Impairment", | |
"answerChoices": [ | |
{ | |
"id": 7, | |
"questionId": 3, | |
"answerNumber": 1, | |
"answerText": "None" | |
}, | |
{ | |
"id": 8, | |
"questionId": 3, | |
"answerNumber": 2, | |
"answerText": "Some limitation" | |
}, | |
{ | |
"id": 9, | |
"questionId": 3, | |
"answerNumber": 3, | |
"answerText": "Extremely limited" | |
} | |
] | |
}, | |
"answer": { | |
"id": 7, | |
"questionId": 3, | |
"answerNumber": 1, | |
"answerText": "None" | |
} | |
}, | |
{ | |
"id": 11, | |
"visitId": 2, | |
"question": { | |
"id": 4, | |
"ageGroup": { | |
"id": 1, | |
"minAge": 0, | |
"maxAge": 4, | |
"description": "0-4 yrs of age" | |
}, | |
"questionNumber": 4, | |
"questionText": "Short-acting beta2-agonist use for symptom control in previous 2-4 weeks (not prevention of exercise-induced bronchospasm)", | |
"domainOfControl": "Impairment", | |
"answerChoices": [ | |
{ | |
"id": 10, | |
"questionId": 4, | |
"answerNumber": 1, | |
"answerText": "<= 2 days/week" | |
}, | |
{ | |
"id": 11, | |
"questionId": 4, | |
"answerNumber": 2, | |
"answerText": " >2 days/week" | |
}, | |
{ | |
"id": 12, | |
"questionId": 4, | |
"answerNumber": 3, | |
"answerText": "Several times per day" | |
} | |
] | |
}, | |
"answer": { | |
"id": 10, | |
"questionId": 4, | |
"answerNumber": 1, | |
"answerText": "<= 2 days/week" | |
} | |
}, | |
{ | |
"id": 12, | |
"visitId": 2, | |
"question": { | |
"id": 5, | |
"ageGroup": { | |
"id": 1, | |
"minAge": 0, | |
"maxAge": 4, | |
"description": "0-4 yrs of age" | |
}, | |
"questionNumber": 5, | |
"questionText": "Exacerbations requiring oral systemic corticosteroids", | |
"domainOfControl": "Risk", | |
"answerChoices": [ | |
{ | |
"id": 13, | |
"questionId": 5, | |
"answerNumber": 1, | |
"answerText": "0-1/ year" | |
}, | |
{ | |
"id": 14, | |
"questionId": 5, | |
"answerNumber": 2, | |
"answerText": "2 - 3 / year" | |
}, | |
{ | |
"id": 15, | |
"questionId": 5, | |
"answerNumber": 3, | |
"answerText": ">3 / year" | |
} | |
] | |
}, | |
"answer": { | |
"id": 13, | |
"questionId": 5, | |
"answerNumber": 1, | |
"answerText": "0-1/ year" | |
} | |
} | |
], | |
"assessments": [] | |
} | |
] | |
}, | |
{ | |
"id": 3, | |
"username": "jayne83", | |
"password": "edbc5c5de12bafb9fc526bc7a07414ed8bca6912", | |
"active": false, | |
"personType": "PATIENT", | |
"firstName": "Germaine", | |
"middleName": "Stefan", | |
"lastName": "O'Connell", | |
"contactPhone": "1-175-844-0894x1179", | |
"contactEmail": "[email protected]", | |
"contactFax": "1-057-191-2477x86919", | |
"addressLine1": "077 Kiana Meadow Apt. 294", | |
"addressLine2": null, | |
"city": "Gennaroview", | |
"state": "Idaho", | |
"zip": "06492-5283", | |
"birthday": "2016-04-15T04:00:00.000+0000", | |
"age": 2, | |
"visits": [] | |
}, | |
{ | |
"id": 4, | |
"username": "max98", | |
"password": "a2b1461da75dfa3626b9e57194a723d97e531d98", | |
"active": false, | |
"personType": "PATIENT", | |
"firstName": "Adele", | |
"middleName": "Louvenia", | |
"lastName": "McGlynn", | |
"contactPhone": "(902)958-2151", | |
"contactEmail": "[email protected]", | |
"contactFax": "1-107-279-0147x7515", | |
"addressLine1": "7836 Karl Light Suite 956", | |
"addressLine2": null, | |
"city": "West Kadinburgh", | |
"state": "Vermont", | |
"zip": "46090-9722", | |
"birthday": "2017-11-30T05:00:00.000+0000", | |
"age": 0, | |
"visits": [] | |
}, | |
{ | |
"id": 5, | |
"username": "goodwin.lilian", | |
"password": "6cab70f14ca8bd66fdcdca0ebe6abd19fa512b02", | |
"active": true, | |
"personType": "PATIENT", | |
"firstName": "Jarrett", | |
"middleName": "Eryn", | |
"lastName": "Monahan", | |
"contactPhone": "786-062-5270x1497", | |
"contactEmail": "[email protected]", | |
"contactFax": "353-641-8594x65082", | |
"addressLine1": "50474 Melissa Extension", | |
"addressLine2": null, | |
"city": "South Rooseveltbury", | |
"state": "Connecticut", | |
"zip": "40059", | |
"birthday": "2018-02-01T05:00:00.000+0000", | |
"age": 0, | |
"visits": [] | |
}, | |
{ | |
"id": 6, | |
"username": "domingo86", | |
"password": "1b8b0e5a41a9801e8d183384d8c8cc39dd65e1cf", | |
"active": true, | |
"personType": "PATIENT", | |
"firstName": "Raina", | |
"middleName": "Ara", | |
"lastName": "Hackett", | |
"contactPhone": "01162819571", | |
"contactEmail": "[email protected]", | |
"contactFax": "(554)535-1305", | |
"addressLine1": "517 Hoeger Corner", | |
"addressLine2": null, | |
"city": "South Danika", | |
"state": "SouthDakota", | |
"zip": "65486", | |
"birthday": "2018-01-01T05:00:00.000+0000", | |
"age": 0, | |
"visits": [] | |
}, | |
{ | |
"id": 7, | |
"username": "jedidiah74", | |
"password": "8917728597287023859a36d85f104b973e78aad8", | |
"active": false, | |
"personType": "DOCTOR", | |
"firstName": "Laurianne", | |
"middleName": "Jordon", | |
"lastName": "Weimann", | |
"contactPhone": "422-049-5812x4040", | |
"contactEmail": "[email protected]", | |
"contactFax": "(152)175-0155x9891", | |
"addressLine1": "68091 Wyman View", | |
"addressLine2": null, | |
"city": "Gislasonville", | |
"state": "Georgia", | |
"zip": "42819", | |
"birthday": "1984-05-22T04:00:00.000+0000", | |
"age": 33, | |
"visits": [] | |
}, | |
{ | |
"id": 8, | |
"username": "hackett.liana", | |
"password": "1d22f3bb84a492443eeb008cdf90ad435bade188", | |
"active": true, | |
"personType": "DOCTOR", | |
"firstName": "Lila", | |
"middleName": "Isaiah", | |
"lastName": "Dach", | |
"contactPhone": "912-201-2612x10631", | |
"contactEmail": "[email protected]", | |
"contactFax": "128-401-4330", | |
"addressLine1": "4918 Powlowski Station", | |
"addressLine2": null, | |
"city": "Port Bonitahaven", | |
"state": "Alabama", | |
"zip": "90443-3715", | |
"birthday": "2005-03-22T05:00:00.000+0000", | |
"age": 13, | |
"visits": [] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment