POST
/
v1
/
patients

Authorizations

Authorization
string
header
required

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

Body

application/json
dateOfBirth
string
required

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

firstName
string
required

The patient's first name

lastName
string
required

The patient's last name

state
enum<string>
required

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

Response

201 - application/json
patientId
string

The Sohar Health ID for the patient