mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-10-31 05:20:18 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			298 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			298 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # 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'
 |