Start consolidated query
metriport_start_consolidated_queryStarts a consolidated-data (FHIR) query for the patient. Returns a requestId; the bundle is delivered asynchronously (webhook). Medical API: POST /medical/v1/patient/{id}/consolidated/query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The Metriport Patient ID. | |
| dateTo | No | Inclusive end date yyyy-mm-dd. | |
| dateFrom | No | Inclusive start date yyyy-mm-dd. | |
| metadata | No | Optional custom string key-value pairs returned in the webhook. | |
| resources | No | Comma-separated, case-sensitive list of FHIR resource types. Omit for all. | |
| conversionType | No | Output format: json, pdf, or html. |