bridgehead/minimal/modules/export-and-qb.curl-templates

7 lines
326 B
Plaintext
Raw Permalink Normal View History

# Full Excel Export
2024-12-12 14:43:24 +01:00
curl --location --request POST 'https://${HOST}/${PROJECT}-exporter/request?query=Patient&query-format=FHIR_PATH&template-id=${PROJECT}&output-format=EXCEL' \
--header 'x-api-key: ${EXPORT_API_KEY}'
# QB
2024-12-12 14:43:24 +01:00
curl --location --request POST 'https://${HOST}/${PROJECT}-reporter/generate?template-id=${PROJECT}'