Summary: Previously, uploading documents using APIs was restricted to file types such as PDF and PNG. In this release, additional file types such as JPG, TIFF, BMP, GIF can now be uploaded via APIs. This change brings parity with the athenaNet UI - upload document workflow.
Products: Platform Services
Available: 21.11 Release
Highlights:
Affected API endpoints now support the upload of additional file types for the following document classes:
- Clinical Document
- Imaging Result
- Lab result
- Admin
Overview
Endpoint(s) affected:
-
POST /patients/{patientid}/documents/clinicaldocument
- POST /patients/{patientid}/documents/imagingresult
- POST /patients/{patientid}/documents/labresult
- POST /patients/{patientid}/documents/admin
- POST /patients/{patientid}/documents
Is this a breaking change: No
What is changing
Support to upload additional file types such as JPG, TIFF, BMP, and GIF.
Why we're making the change
Enhance document related APIs to improve metadata availability and bring parity with athenaNet UI.
What will current users of the endpoint need to update in their code
No action needed.
What will happen if users of the endpoint do not update their code
N/A.