f

fhirpath

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