Legacy Endpoints
Get Patient
This API is still available but no longer supported and is planned for deprecation in a future release.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
A patient
The Sohar ID for the patient
Example:
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
The patient's first name
Example:
"John"
The patient's last name
Example:
"Doe"
The patient's birth date in MM/DD/YYYY format
Example:
"09/20/2023"
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
Example:
"CA"
The patient's address
Example:
"1 BROADWAY, LOS ANGELES, CA 90210"
An ISO 8601 date and time string describing when the patient was created
Example:
"2024-01-01T12:00:00.000Z"
An ISO 8601 date and time string describing when the patient was last updated
Example:
"2024-01-01T12:00:00.000Z"