f

fhirpath

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