GET
/
v1
/
patients
/
{patientId}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
patientId
string

The Sohar ID for the patient

firstName
string

The patient's first name

lastName
string

The patient's last name

dateOfBirth
string

The patient's birth date in MM/DD/YYYY format

state
enum<string>

Two-letter US state code

Available options:
AK,
AL,
AR,
AZ,
CA,
CO,
CT,
DC,
DE,
FL,
GA,
HI,
IA,
ID,
IL,
IN,
KS,
KY,
LA,
MA,
MD,
ME,
MI,
MN,
MO,
MS,
MT,
NC,
ND,
NE,
NH,
NJ,
NM,
NV,
NY,
OH,
OK,
OR,
PA,
RI,
SC,
SD,
TN,
TX,
UT,
VA,
VT,
WA,
WI,
WV,
WY
address
string | null

The patient's address

created
string

An ISO 8601 date and time string describing when the patient was created

updated
string

An ISO 8601 date and time string describing when the patient was last updated