Skip to content

Instantly share code, notes, and snippets.

@tgmarinho
Created March 11, 2025 14:45
Show Gist options
  • Save tgmarinho/db18c70f63d3d9d4a1e6c875037b1908 to your computer and use it in GitHub Desktop.
Save tgmarinho/db18c70f63d3d9d4a1e6c875037b1908 to your computer and use it in GitHub Desktop.
{
"_id": {
"$oid": "xxxxxxxxxxx"
},
"eventoId": {
"$oid": "xxxxxxxx"
},
"cpf": "xxxxxx",
"nome": "Arthur xxx xxxx Pano",
"rg": "xxx",
"data_nascimento": {
"$date": "2004-07-06T12:00:00.000Z"
},
"celular": "99999",
"email": "[email protected]",
"cep": "9999",
"rua": "Avenida 1",
"rua_numero": "0",
"bairro": "Parque dos Buritis",
"cidade": "Rio Verde",
"estado": "GO",
"peso": 80,
"altura": 185,
"imc": 23.37472608,
"possui_plano_saude": true,
"nome_plano_saude": "Hapvida",
"possui_alergia": false,
"possui_diabetes": false,
"possui_convulsoes": false,
"possui_desmaios": false,
"possui_problemas_cardiacos": false,
"possui_disturbios_alimentares": false,
"possui_problemas_respiratorios": false,
"cuidados_psiquiatricos": true,
"medicacao_depressao": true,
"possui_problemas_musculoesqueleticos": false,
"medicacoes": "Razapina \nCarbonato de litio\nAttentah",
"ativo": true,
"status": "CONFIRMADA",
"created_at": {
"$date": "2024-07-29T11:22:05.995Z"
},
"updated_at": {
"$date": "2024-09-08T00:54:25.864Z"
},
"checkin": true,
"saude": {
"$numberLong": "4"
},
"saude_obs": "",
"familia": {
"$numberLong": "12"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment