f

fhirpath

A library that can translate FHIRPath expressions into Spark queries.
Files download
File Operation
fhirpath-7.0.0.jar download
fhirpath-7.0.0.pom download
fhirpath-7.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>au.csiro.pathling</groupId>
  <artifactId>fhirpath</artifactId>
  <version>7.0.0</version>
</dependency>
Gradle Groovy
implementation 'au.csiro.pathling:fhirpath:7.0.0'
Gradle Kotlin
implementation("au.csiro.pathling:fhirpath:7.0.0")
Scala SBT
libraryDependencies += "au.csiro.pathling" % "fhirpath" % "7.0.0"
Groovy Grape
@Grapes(
  @Grab(group='au.csiro.pathling', module='fhirpath', version='7.0.0')
)
Apache Ivy
<dependency org="au.csiro.pathling" name="fhirpath" rev="7.0.0" />
Leiningen
[au.csiro.pathling/fhirpath "7.0.0"]
Apache Buildr
'au.csiro.pathling:fhirpath:jar:7.0.0'