Created
August 5, 2014 12:11
-
-
Save phpfour/876c03bea3e21072af92 to your computer and use it in GitHub Desktop.
MCI Patient JSON
This file contains 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
{ | |
"nid": 1234568930163, | |
"uid": 11111114111, | |
"first_name": "dfdfdf", | |
"middle_name": "Ali", | |
"last_name": "Hosssain", | |
"full_name_bangla": " হোসেন মন্ডল", | |
"fathers_name_bangla": "dfdfdf", | |
"fathers_first_name": "Akhtartest", | |
"fathers_middle_name": "Hossaine", | |
"fathers_last_name": "Mondal", | |
"fathers_uid": 11111111111, | |
"fathers_nid": 1234567890163, | |
"fathers_brn": 12345678901633456, | |
"mothers_name_bangla": "আনোয়ারা খাতুন", | |
"mothers_first_name": "Anowara", | |
"mothers_middle_name": "Khatun", | |
"mothers_last_name": "antora", | |
"mothers_uid": 11111111111, | |
"mothers_nid": 1234567890163, | |
"mothers_brn": 12345678901633456, | |
"place_of_birth": "Dhaka", | |
"marriage_id": "12345678", | |
"spouse_name_bangla": "আখতার", | |
"spouse_name": "Akhtar", | |
"spouse_uid_nid": "1234567890", | |
"date_of_birth": "1983-09-21", | |
"gender": "3", | |
"ethnicity": 11, | |
"marital_status": 5, | |
"religion": 1, | |
"blood_group": 1, | |
"bin_brn": 12345678901633456, | |
"occupation": 11, | |
"edu_level": "01", | |
"nationality": "bangladeshi", | |
"disability": 1, | |
"present_address": { | |
"address_line": "xyz", | |
"division_id": 10, | |
"district_id": 10, | |
"union_id": 14, | |
"upazilla_id": 10, | |
"holding_number": "444444444", | |
"street": "Dhaka", | |
"area_mouja": "111", | |
"village": 13, | |
"post_office": "Dhaka", | |
"post_code": "1207", | |
"ward": 12, | |
"thana": 45, | |
"city_corporation": 12, | |
"country": "050" | |
}, | |
"permanent_address": { | |
"address_line": "xyz", | |
"division_id": 10, | |
"district_id": 10, | |
"union_id": 10, | |
"upazilla_id": 10, | |
"holding_number": "444444444", | |
"street": "Dhaka", | |
"area_mouja": "111", | |
"village": 12, | |
"post_office": "Dhaka", | |
"post_code": "1207", | |
"ward": 13, | |
"thana": 45, | |
"city_corporation": 12, | |
"country": "050" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment