GET
/
patient
/
:id
/
medical-record

This endpoint returns the URL to download the patient’s Medical Record Summary in the PDF or HTML format, if it exists.

To create a Medical Record Summary, you need to use the Start Consolidated Data Query.

The URL will only be valid for 180 seconds before you need to request a new one.

Path Params

id
string
required

The ID of the Patient.

Query Params

conversionType
string
required

The doc type to convert to. Either html or pdf.

This parameter is to indicate how the medical record should be rendered.

Response

If the Medical Record Summary exists, it will return a JSON object containing the downloadable URL. Otherwise, will throw a NotFoundError.

url
string

The downloadable URL.