Skip to content

Instantly share code, notes, and snippets.

@phpfour
Created August 5, 2014 12:11

Revisions

  1. phpfour created this gist Aug 5, 2014.
    74 changes: 74 additions & 0 deletions patient.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,74 @@
    {
    "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"
    }
    }