Default Lab
The Default Laboratory feature allows the user to view, update or delete the preferred Lab 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 lab information
GET
/v1/{practiceid}/chart/{patientid}/labs/default
Retrieve preferred laboratory information for a specific patient chart
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 lab accepts fax
address1
string
Address line 1 of the lab
address2
string
Address line 2 of the lab
city
string
City of the lab
clinicalproviderid
integer
The athenaNet clinical provider ID.
clinicalprovidername
string
The lab name
faxnumber
string
Fax number of the lab
phonenumber
string
Phone number of the lab
state
string
State of the lab
zip
string
Zip code of the lab
Example Code
Update patient's default lab information
PUT
/v1/{practiceid}/chart/{patientid}/labs/default
Modifies preferred laboratory for a specific patient chart
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
Output Parameters
Expand all
errormessage
string
If the operation failed, this will contain any error messages.
success
string
Whether the operation was successful.
Example Code
Delete patient's default lab information
DELETE
/v1/{practiceid}/chart/{patientid}/labs/default
Deletes the preferred laboratory facility for a specific patient chart
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
clinicalproviderid
integer
The clinical provider ID that you wish to add.
departmentid
integer
The athenaNet department id.
Output Parameters
Expand all
errormessage
string
If the operation failed, this will contain any error messages.
success
string
Whether the operation was successful.
Example Code