Update export template script: FHIR_QUERY to FHIR_PATH

This commit is contained in:
juarez 2023-10-10 15:48:11 +02:00
parent c9b19a9368
commit 9eaaeb5064
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Full Excel Export # Full Excel Export
curl --location --request POST 'https://${HOST}/ccp-exporter/request?query=Patient&query-format=FHIR_QUERY&template-id=ccp&output-format=EXCEL' \ curl --location --request POST 'https://${HOST}/ccp-exporter/request?query=Patient&query-format=FHIR_PATH&template-id=ccp&output-format=EXCEL' \
--header 'x-api-key: ${EXPORT_API_KEY}' --header 'x-api-key: ${EXPORT_API_KEY}'
# QB # QB