Feature/pilot projects backup (#227)

add pilot projects
This commit is contained in:
Pierre Delpy
2024-09-12 10:04:53 +02:00
committed by GitHub
parent b1de62607f
commit 65359c2ee6
22 changed files with 398 additions and 5 deletions

View File

@ -0,0 +1,6 @@
# Full Excel Export
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
curl --location --request POST 'https://${HOST}/ccp-reporter/generate?template-id=ccp'