Skip to main content
GET
Python

Path Parameters

patient_id
string<uuid>
required

The ID of the patient to retrieve UUID of the patient to retrieve

Example:

"123e4567-e89b-12d3-a456-426614174001"

Response

Patient details retrieved successfully

email
string<email>

Email address of the patient

first_name
string

First name of the patient

Example:

"Jane"

last_name
string

Last name of the patient

Example:

"Doe"

date_of_birth
string<date>

Date in ISO 8601 format (YYYY-MM-DD)

Example:

"1990-01-01"

phone_number
string

The phone number in E.164 format (e.g., +15555555555)

Pattern: ^\+[1-9]\d{1,14}$
Example:

"+15555555555"

address
object
primary_care_provider
object
insurance
object
id
string<uuid>

UUID of the patient

Example:

"123e4567-e89b-12d3-a456-426614174001"

project_id
string<uuid>

UUID of the project this patient belongs to

Example:

"123e4567-e89b-12d3-a456-426614174000"

created_at
string<date-time>

Timestamp when the patient was created

updated_at
string<date-time>

Timestamp when the patient was last updated