Last active
April 16, 2022 09:16
-
-
Save paulobunga/88193ca9b67e314d494599684e054924 to your computer and use it in GitHub Desktop.
Dataset
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
{ | |
"identity": { | |
"HWID": "", | |
"uhwr": { | |
"nationalID": { | |
"nin": "", | |
"cardNo": "", | |
"expiryDate": "" | |
}, | |
"passport": { | |
"passportNo": "", | |
"expiryDate": "" | |
}, | |
"driverLicense": { | |
"regNo": "", | |
"expiryDate": "" | |
}, | |
"employeeIPPS": "" | |
} | |
}, | |
"surname": "", | |
"firstname": "", | |
"othername": "", | |
"gender": "", | |
"maritalStatus": "", | |
"photo": "", | |
"birthDate": "", | |
"countryOfOrigin": "", | |
"citizenship": [ | |
{ | |
"country": "" | |
} | |
], | |
"district": "", | |
"subCounty": "", | |
"parish": "", | |
"nextOfKin": [ | |
{ | |
"name": "", | |
"type": "" | |
} | |
], | |
"language": [ | |
{ | |
"name": "", | |
"proficiency": "" | |
} | |
], | |
"contact": [ | |
{ | |
"phone1": "", | |
"phone2": "", | |
"phone3": "", | |
"email1": "", | |
"email2": "", | |
"emergencyContact": { | |
"name": "", | |
"phone": "" | |
} | |
} | |
], | |
"education": [ | |
{ | |
"primary": "", | |
"seconndary": { | |
"upper": "", | |
"ordinary": "" | |
}, | |
"tertiary": "", | |
"other": "", | |
"speciality": "" | |
} | |
], | |
"professionalLicense": { | |
"professionalCouncil": "", | |
"dateOfIssue": "", | |
"dateOfExpiry": "", | |
"attachment": "", | |
"licenseNo": "" | |
}, | |
"professionalRegistration": { | |
"professionalCouncil": "", | |
"dateOfRegistration": "", | |
"registrationNo": "" | |
}, | |
"professionalGazzette": { | |
"registrationNo": "", | |
"startDate": "", | |
"endDate": "" | |
}, | |
"positionInformation": [ | |
{ | |
"position": "", | |
"startDate": "", | |
"endDate": "", | |
"dateOfFirst": "", | |
"positionStatus": "", | |
"facility": { | |
"type": "", | |
"instituteCategory": "", | |
"instituteType": "", | |
"district": "", | |
"subCounty": "", | |
"dhis2Id": "", | |
"ihrisId": "", | |
"facilityRegId": "" | |
}, | |
"cadre": "", | |
"workingHours": "" | |
} | |
], | |
"submittingEntities": { | |
"name": "", | |
"date": "", | |
"externalRef": "" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment