FHIR
Get Medical Record Summary
Get the Medical Record Summary in PDF or HTML formats.
GET
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
The ID of the Patient.
Query Params
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.
The downloadable URL.