Document
Get Document URL
Gets a downloadable URL for downloading the specified document.
GET
/
medical
/
v1
/
document
/
download-url
This endpoint returns a URL which you can use to download the specified document and/or convert using the file name provided from the List Documents endpoint, or from the meta.source
field of the FHIR resource you are interested in.
The URL will only be valid for 60 seconds before you need to request a new one.
Query Params
The file name of the document.
The document type to convert to. Either html
or pdf
.
This parameter should only be used for converting XML/CDA files.
Response
A JSON object containing the URL will be returned.
The downloadable URL.
For patients with a large volume documents, you can use the [Bulk Get Document URL](/medical-api/api-reference/document/download-url-bulk to get all download URLs, instead of doing it one at a time.