v1

latestSwagger 2.02026-08-061791731.4 MB
Clinical Notes

{{baseUrl}}/persons/:personId/chart/documents/:documentId/pdf

Gets the full document in pdf format for the given person id and document id.

Response will include PDF encoded binary content:

%PDF ... %EOF)

200 response details show JSON component of response.

get/persons/{personId}/chart/documents/{documentId}/pdf

Path parameters

personIdstring required

(Required) (Required) The id of the person whose document is being retrieved.

documentIdstring required

(Required) (Required) The id of the document being retrieved.

Headers

Acceptstring required

Response

OK

FileBytesstring required
FileNamestring required
MimeTypestring required

Example response

{
  "FileBytes": "<string>",
  "FileName": "<string>",
  "MimeType": "<string>"
}