Create Encounter Attachment
Uploads a file to the encounter. The file will be stored in the encounter’s attachments.
Path parameters
encounter_id
Headers
Authorization
OAuth authentication of the form <token>.
Request
This endpoint expects a multipart form containing a file.
attachment_file
The file for upload. The maximum file size is 25MB. The allowed mime types are:
- application/pdf
- image/png
- image/jpeg
- text/plain
- text/csv
- application/vnd.openxmlformats-officedocument.wordprocessingml.document
- application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
attachment_type
Allowed values:
Response
This endpoint returns a UUID.