Skip to content

Instantly share code, notes, and snippets.

@himitsu-fushigi
Created September 7, 2021 15:23
Show Gist options
  • Save himitsu-fushigi/66f92aae3eabb8f36db54c0a7424b554 to your computer and use it in GitHub Desktop.
Save himitsu-fushigi/66f92aae3eabb8f36db54c0a7424b554 to your computer and use it in GitHub Desktop.
{
"blood_type": "B+ve",
"full_name": {
"first_name": "Himitsu",
"middle_name": "Phinshog",
"last_name": "Fushigi"
},
"contact_details": {
"email": {
"primary": "himitsu.fushigi.07.26@protonmail.com",
"secondary": "zeus.sherpa@gmail.com"
},
"phone": {
"primary": "+9779849092326",
"secondary": "+9779813130596"
}
},
// @info permanent location address is already on a card image
"national_id_card": "https://127.0.0.1/images/card_image.webp",
"health_details": {
// @info any other health details can be added
"is_tattooed": true,
"major_diseases": [
{
"disease_name": "Gastro Intestinal Tuberculosis",
"date": "2019 June 29",
"is_cured": true
},
{
"disease_name": "Typhoid",
"date": "2019 July 27",
"is_cured": true
}
]
},
"last_blood_donated_at": "2020 September 18"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment