Create Encounter Attachment

Uploads a file to the encounter. The file will be stored in the encounter's attachments.

Path parameters

encounter_idUUIDRequired

Headers

AuthorizationstringRequired

OAuth authentication of the form <token>.

Request

This endpoint expects a multipart form containing a file.
attachment_filefileRequired
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_typeenumRequired
Allowed values:

Response

This endpoint returns a UUID.