Summary
|
The GetLabResults API (analytedatetimestring) now retrieves the date and time when a patient's analyte levels were recorded, displaying the date and time with the result in the patient chart. |
Products |
athenaClinicals |
Roles |
Management/Technical |
Available |
July 27, 2022 |
Highlights |
The update to the GET/chart/{patientId}/labresults API endpoint now retrieves the date and time the analyte observation was recorded instead of the date and time the result was received. |
Is this a breaking change? |
No, this is not a breaking change |
Endpoints affected |
|
Resources |
Refer to the following resources for more information: |
Overview
What is changing
The GetLabResults API (analytedatetimestring) is being updated to retrieve the date and time when a patient's analyte levels were recorded and the date and time are now displayed with the result in the patient chart.
Why we're making the change
We're making this change to enable the API to display the correct information.
What will current users of the endpoint need to update in their code
While the data type will continue to be structured as a datetime, the datetime now populates the datetime of the analyte observation rather than the datetime of the lab result. If you want to see the analyte observation datetime, you may want to update previous results.