---
title: "Search patient by name and date of birth"
method: GET
path: "/predictions/people"
tags: ["Patient Management"]
---

# Search patient by name and date of birth

`GET /predictions/people`

## Query parameters

- `first_name` string
- `last_name` string
- `born_at` string

## Response `200`

/predictions/people?first_name=Gonzalo&last_name=Gonzalez&born_at=1995-01-01

- object
  - `people` object[]
    - `id` integer
    - `first_name` string
    - `last_name` string
    - `links` object
      - `consultations` string
      - `consultation_lab_test_results` string
      - `consultation_schedules` string
      - `vital_signs_sets` string
      - `medical_history` string
      - `deffers` string
      - `medical_notes` string
      - `insurance_coverage` string
    - `full_name` string
    - `telephone` unknown
    - `email` unknown
    - `born_at` string, date
    - `gender` string
    - `avatar_url_small` string
    - `avatar_url_medium` string
    - `telephone2` string, utc-millisec
    - `address_state_id` integer
    - `address_city` unknown
    - `address_street` unknown
    - `address_zipcode` unknown
    - `identity_number` unknown
    - `account_id` integer
    - `avatar_url_large` string
    - `notes` unknown
    - `person_attributes` object
    - `phone_country_id` integer
    - `is_migrated` boolean
    - `without_cellphone` boolean
    - `nimbochat_invitation_sent` boolean
    - `medical_record` unknown
  - `meta` object
    - `total_pages` integer

---

[API](https://skmtc.net/ecaresoft/apis/nimbo-api.md) · [All operations](https://skmtc.net/ecaresoft/apis/nimbo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ecaresoft/nimbo-api/revisions/f05c97f9a653/schema)
