Skip to content

Commit

Permalink
Merge pull request google#281 from google/jt/fhir-path
Browse files Browse the repository at this point in the history
Rewrite the indexing code using FHIRPathEngine
  • Loading branch information
jingtang10 committed Mar 9, 2021
2 parents e42e9e9 + ee0d3db commit b5ff819
Show file tree
Hide file tree
Showing 6 changed files with 198 additions and 297 deletions.
3 changes: 3 additions & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ dependencies {

coreLibraryDesugaring deps.desugar

// Needed for use of HAPI's FHIRPathEngine.
// See https://github.com/hapifhir/hapi-fhir/issues/2444.
implementation deps.caffeine
implementation deps.cql_engine.fhir
implementation deps.guava
implementation deps.kotlin.stdlib
Expand Down
Loading

0 comments on commit b5ff819

Please sign in to comment.