-
Notifications
You must be signed in to change notification settings - Fork 28
/
implementations.json
55 lines (55 loc) · 2.57 KB
/
implementations.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[
{
"name": "Ref.Impl",
"url": "https://github.com/FHIR/sql-on-fhir-v2",
"description": "Official reference implementation in JavaScript",
"testResultsUrl": "http://sql-on-fhir.org/extra/test-results.json"
},
{
"name": "Aidbox",
"url": "https://docs.aidbox.app/storage-1/sql-on-fhir",
"description": "FHIR++ Platform by Health Samurai",
"testResultsUrl": "https://storage.googleapis.com/aidbox-public/aidbox-sof-test-results.json"
},
{
"name": "Pathling",
"url": "https://pathling.csiro.au/docs",
"description": "Pathling WIP SQL on FHIR view runner implementation, see https://github.com/aehrc/pathling/pull/1775",
"testResultsUrl": "https://pathling.csiro.au/test-results/refs/heads/issue/1759/sof-test-results.json"
},
{
"name": "Google (Open Health Stack)",
"url": "https://developers.google.com/open-health-stack/fhir-analytics/data-pipes",
"description": "OHS's fhir-data-pipes offers an option to use ViewDefinitions for creating 'flat tables' from FHIR resources. The actual implementation is in this package: https://github.com/google/fhir-data-pipes/tree/master/pipelines/common/src/main/java/com/google/fhir/analytics/view",
"testResultsUrl": "https://raw.githubusercontent.com/google/fhir-data-pipes/master/pipelines/common/src/test/resources/sql-on-fhir-v2-test-result.json"
},
{
"name": "IG Builder (HL7)",
"url": "TBD",
"description": "TBD"
},
{
"name": "NCQA Fhir Analytics",
"url": "https://github.com/ncqa-org/fhir-analytics/tree/main",
"description": "TBD",
"testResultsUrl": "https://raw.githubusercontent.com/ncqa-org/fhir-analytics/fca5934a937ac399237391d28a2dfeac70be8565/test_results.json"
},
{
"name": "Medplum",
"url": "https://www.medplum.com/",
"description": "Medplum JavaScript/TypeScript SDK includes a WIP SQL on FHIR implementation. The SDK is open source and available at https://github.com/medplum/medplum",
"testResultsUrl": "https://raw.githubusercontent.com/medplum/medplum/main/packages/core/src/sql-on-fhir/test_report.json"
},
{
"name": "Safhire",
"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"
}
]