mirror of https://github.com/samply/bridgehead.git
Update export template script: FHIR_QUERY to FHIR_PATH
This commit is contained in:
parent
c9b19a9368
commit
9eaaeb5064
|
@ -1,5 +1,5 @@
|
|||
# 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}'
|
||||
|
||||
# QB
|
||||
|
|
Loading…
Reference in New Issue