Skip to main content
GET
Get Patient

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string<uuid>
required

Query Parameters

expand[]
enum<string>[] | null

Fields to expand in the response

Allowed expand values for patient endpoints

Available options:
tags,
workflow_stage,
assigned_user,
referrals,
payors,
external_id_values
status
enum<string> | null
default:active

Filter by patient status Filter options for patient status (active/inactive/all)

Available options:
active,
inactive,
all

Response

Successful Response

Patient resource response model.

id
string<uuid>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
first_name
string | null
last_name
string | null
middle_name
string | null
phone_number
string | null
additional_phone_number
string | null
email
string | null
date_of_birth
string<date> | null
gender
enum<string> | null

Gender enum matching Prisma

Available options:
male,
female,
other
address
string | null
address2
string | null
city
string | null
state
enum<string> | null

US States enum matching Prisma @map values

Available options:
alabama,
alaska,
arizona,
arkansas,
california,
colorado,
connecticut,
delaware,
florida,
georgia,
hawaii,
idaho,
illinois,
indiana,
iowa,
kansas,
kentucky,
louisiana,
maine,
maryland,
massachusetts,
michigan,
minnesota,
mississippi,
missouri,
montana,
nebraska,
nevada,
new_hampshire,
new_jersey,
new_mexico,
new_york,
north_carolina,
north_dakota,
ohio,
oklahoma,
oregon,
pennsylvania,
rhode_island,
south_carolina,
south_dakota,
tennessee,
texas,
utah,
vermont,
virginia,
washington,
west_virginia,
wisconsin,
wyoming,
district_of_columbia,
puerto_rico,
virgin_islands,
guam,
northern_mariana_islands,
american_samoa
zip
string | null
workflow_stage_id
string | null
assigned_user_id
string | null
location_id
string | null
organization_id
string | null
created_from
enum<string> | null

Patient creation source enum matching Prisma

Available options:
form,
call,
api,
file,
sms,
fax,
chat_agent,
manual,
bulk_import,
eligibility,
prior_auth
active
boolean
default:true
version
integer
default:1
first_communication_at
string<date-time> | null
has_sync_completed
boolean | null

Whether a completed external-sync event exists. Populated on patient-list items whose expanded current workflow stage runs external sync; null on other patient responses.

custom_fields
Custom Fields · object | null
comments
string | null
tags
Tag · object[] | null
workflow_stage
WorkflowStageSummary · object | null

Lightweight workflow stage for patient expansion responses.

assigned_user
UserSummary · object | null
referrals
ReferralResponse · object[] | null
payors
Payor · object[] | null
external_id_values
ExternalIdValueResponse · object[] | null