f

fhir-server

A server that exposes Pathling functionality through a FHIR API.
文件下载
文件名 操作
fhir-server-7.0.1.jar 下载
fhir-server-7.0.1.pom 下载
fhir-server-7.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>au.csiro.pathling</groupId>
  <artifactId>fhir-server</artifactId>
  <version>7.0.1</version>
</dependency>
Gradle Groovy
implementation 'au.csiro.pathling:fhir-server:7.0.1'
Gradle Kotlin
implementation("au.csiro.pathling:fhir-server:7.0.1")
Scala SBT
libraryDependencies += "au.csiro.pathling" % "fhir-server" % "7.0.1"
Groovy Grape
@Grapes(
  @Grab(group='au.csiro.pathling', module='fhir-server', version='7.0.1')
)
Apache Ivy
<dependency org="au.csiro.pathling" name="fhir-server" rev="7.0.1" />
Leiningen
[au.csiro.pathling/fhir-server "7.0.1"]
Apache Buildr
'au.csiro.pathling:fhir-server:jar:7.0.1'
本项目依赖
<parent>
  <groupId>au.csiro.pathling</groupId>
  <artifactId>pathling</artifactId>
  <version>7.0.1</version>
</parent>

compile

|-- au.csiro.pathling:terminology

|-- au.csiro.pathling:fhirpath

|-- org.apache.spark:spark-core_${pathling.scalaVersion}

|-- org.apache.spark:spark-sql_${pathling.scalaVersion}

|-- org.apache.spark:spark-kubernetes_${pathling.scalaVersion}

|-- io.delta:delta-spark_${pathling.scalaVersion}

|-- org.apache.hadoop:hadoop-aws

|-- com.fasterxml.jackson.core:jackson-core

|-- javax.servlet:javax.servlet-api

|-- ca.uhn.hapi.fhir:hapi-fhir-base

|-- ca.uhn.hapi.fhir:hapi-fhir-structures-r4

|-- ca.uhn.hapi.fhir:hapi-fhir-server

|-- ca.uhn.hapi.fhir:hapi-fhir-client

|-- com.fasterxml.woodstox:woodstox-core

|-- org.springframework.boot:spring-boot-configuration-processor

|-- org.springframework.boot:spring-boot-starter-aop

|-- org.springframework.boot:spring-boot-starter-security

|-- org.springframework.security:spring-security-oauth2-resource-server

|-- org.springframework.security:spring-security-oauth2-jose

|-- org.springframework.boot:spring-boot-starter-web

|-- org.springframework.boot:spring-boot-starter-jetty

|-- org.springframework.boot:spring-boot-starter-actuator

|-- org.antlr:antlr4

|-- org.slf4j:slf4j-api

|-- com.auth0:java-jwt:4.4.0

|-- com.auth0:jwks-rsa:0.22.1

|-- com.google.code.gson:gson

|-- com.amazonaws:aws-java-sdk-bundle

|-- io.sentry:sentry

|-- org.hibernate.validator:hibernate-validator

|-- com.google.guava:guava

|-- io.micrometer:micrometer-registry-prometheus:1.13.0

|-- org.projectlombok:lombok

|-- com.google.code.findbugs:jsr305

|-- commons-beanutils:commons-beanutils

|-- org.json:json

|-- ch.qos.logback:logback-classic

|-- org.scala-lang:scala-library

test

|-- org.springframework.security:spring-security-test

|-- au.csiro.pathling:utilities

|-- au.csiro.pathling:terminology

|-- au.csiro.pathling:fhirpath

|-- org.springframework.boot:spring-boot-starter-test

|-- com.github.docker-java:docker-java

|-- com.github.docker-java:docker-java-transport-okhttp

|-- com.github.tomakehurst:wiremock-jre8-standalone

|-- org.awaitility:awaitility

|-- org.openjdk.jmh:jmh-core:1.37

|-- org.openjdk.jmh:jmh-generator-annprocess:1.37