Default Pharmacy
The Preferred Pharmacy feature allows the user to view, update or delete the preferred pharmacy associated with a patient.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
Get patient's default pharmacy
GET
/v1/{practiceid}/chart/{patientid}/pharmacies/default
Retrieves the patient's default pharmacy information
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
practiceid
integer
practiceid
patientid
integer
patientid
departmentid
integer
The athenaNet department id.
Output Parameters
Expand all
acceptfax
string
Flag representing if the pharmacy accepts fax
address1
string
Address line 1 of the pharmacy
address2
string
Address line 2 of the pharmacy
city
string
City of the pharmacy
clinicalproviderid
integer
The athenaNet clinical provider ID.
clinicalprovidername
string
The pharmacy name
defaultpharmacy
string
If flagged true, this is the default pharmacy for the patient
faxnumber
string
Fax number of the pharmacy
pharmacytype
string
Type of pharmacy (retail, mailorder)
phonenumber
string
Phone number of the pharmacy
receivertype
string
Receiver type
state
string
State of the pharmacy
zip
string
Zip code of the pharmacy
Example Code
Update patient's default pharmacy
PUT
/v1/{practiceid}/chart/{patientid}/pharmacies/default
Modifies patient's default pharmacy information
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
practiceid
integer
practiceid
patientid
integer
patientid
Content-Type
string
Content type of the payload
❙ Request Body
Expand allOutput Parameters
Expand all
errormessage
string
If the operation failed, this will contain any error messages.
success
string
Whether the operation was successful.
Example Code