From cc2afca156e388345e741610cdc7e5ecf2f094ef Mon Sep 17 00:00:00 2001 From: Dan Gottlieb Date: Tue, 29 Oct 2024 09:28:31 -0400 Subject: [PATCH] Add FlatQuack to implementations.json --- test_report/public/implementations.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test_report/public/implementations.json b/test_report/public/implementations.json index c8732a8..ab1e3e8 100644 --- a/test_report/public/implementations.json +++ b/test_report/public/implementations.json @@ -45,5 +45,11 @@ "url": "https://github.com/kayyagari/safhire", "description": "Safhire is a standalone analytics engine for Healthcare data in FHIR format", "testResultsUrl": "https://raw.githubusercontent.com/kayyagari/safhire/master/test_report.json" + }, + { + "name": "FlatQuack", + "url": "https://flatquack.org", + "description": "FHIR resources to SQL tables with DuckDB", + "testResultsUrl": "https://raw.githubusercontent.com/gotdan/flatquack/master/flatquack_test_output.json" } ]