Skip to content

Commit

Permalink
feat: Update patient header phone number and clinic information
Browse files Browse the repository at this point in the history
  • Loading branch information
TanookiVerde committed Aug 8, 2024
1 parent aab5581 commit e793a3c
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions app/routers/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,19 @@ async def get_patient_header(
"birth_date": "1972-08-01",
"gender": "masculino",
"race": "parda",
"phone": "(21) 99999-9999",
"family_clinic": {"cnes": "1234567", "name": "Clinica da Familia XXX"},
"family_health_team": {"ine_code": "1234567", "name": "Equipe Roxo"},
"medical_responsible": "Roberta dos Santos",
"nursing_responsible": "Pedro da Nobrega",
"phone": "(21) 99999-0000",
"family_clinic": {
"cnes": "1234567",
"name": "Clinica da Familia XXX",
"phone": "(21) 95555-0001",
},
"family_health_team": [{
"ine_code": "1234567",
"name": "Equipe Roxo",
"phone": "(21) 95555-0001"
}],
"medical_responsible": [{"name": "Roberta dos Santos", "registry": "XXXXXXX"}],
"nursing_responsible": [{"name": "Pedro da Nobrega", "registry": "XXXXXXX"}],
"validated": True,
}

Expand Down

0 comments on commit e793a3c

Please sign in to comment.