Get Medical Record Summary
FHIR
Get Medical Record Summary
Get the Medical Record Summary in PDF or HTML formats.
GET
Get Medical Record Summary
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.Documentation Index
Fetch the complete documentation index at: https://docs.metriport.com/llms.txt
Use this file to discover all available pages before exploring further.
The URL will only be valid for 600 seconds (10 minutes) 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.

