- Introduction - BestRx APIs
- Patient API
- Drug API
- Prescription API
- Refill API
- BestPOS API
- Delivery/Shipping Provider API
- Realtime Data Feed Specification
Add Patient
POST
https://dataservice.bestrxconnect.com/patient/addpatient
INFO
Request
Body Params application/json
allow_duplicate
boolean
optional
Default:
false
relates_to_patient_id
integer | null
optional
Example:
12345
last_name
string
required
Example:
Kennedy
middle_name
string | null
optional
Example:
Fitzgerald
first_name
string
required
Example:
John
name_prefix
string | null
optional
Example:
Mr
name_suffix
string | null
optional
Example:
Jr
dob
string
required
Examples:
1917-05-291917-05-29T00:00:00
gender
enum<string>
required
Allowed values:
MF12
Example:
M
address1
string | null