The address object contains a record of all addresses that a patient has made.
In this API you can look up the address on an individual patient.
The address object contains a record of all addresses that belong to a patient.
patient_idstring
Required
Unique ID for the patient.
curl "https://api-us-snd.fullscript.io/api/clinic/patients/{patient_id}/addresses" \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer XXXXXXXXXXXXXXXXXXXX'