List Documents
Lists all Documents that can be retrieved for a Patient.
This endpoint returns the document references available at Metriport which are associated with the given Patient and match the provided filters, if any.
To start a new document query, see the Start Document Query endpoint.
Query Params
The ID of the Patient for which to list available Documents.
The start date (inclusive) for which to filter document references - formatted YYYY-MM-DD
as per
ISO 8601. If not provided, no start date filter will be applied.
The end date (inclusive) for which to filter document references - formatted YYYY-MM-DD
as per
ISO 8601. If not provided, no end date filter will be applied.
Value to search within the document reference and the actual contents of the document (minimum 3 chars). For more details see the “search syntax” section below.
Response
An array of the DocumentReference available for the Patient matching the provided filters, if any.
See FHIR DocumentReference.