GET
Get Patient

Authorizations

Authorization
string
header
required

An EESI API key (sk-eesi-...) or a Clerk session token.

Headers

authorization
string | null
X-API-Key
string | null

Path Parameters

patient_uuid
string
required

Response

Successful Response

patient_uuid
string
required
name
string
required
preferred_name
string | null
required
phone_number
string
required
timezone
string
required
language
string
required
notes
string | null
required
companion_config
Companion Config · object
required
care_profile
Care Profile · object
required
status
enum<string>
required
Available options:
active,
paused,
archived
created_at
string<date-time>
required
updated_at
string<date-time>
required
schedules
CareScheduleResponse · object[]
required
latest_call
CareCallResponse · object | null
required
open_alert_count
integer
required
recent_observations
CareObservationResponse · object[]
required