h

hapi-fhir

An open-source implementation of the FHIR specification in Java.
https://hapifhir.io
Apache Software License 2.0
University Health Network
James Agnew Grahame Grieve Diederik Muylwyk Ken Stevens Dmitri Sotnikov Lisa Wong Josh Mandel Laura MacDougall Sookraj Neal Acharya David Hay James Butler Suranga Nath Kasthurirathne Doug Martin Alexander Kley Preston Lee Joe Athman Petro Mykhailyshyn Tahura Chaudhry Bill de Beaubien Tom Wilson Esteban Aliverti Mohammad Jafari Joel Costigliola Chin Huang Bryce Van Dyk Thomas Andersen Sam Lanfranchi Jens Kristian Villadsen C. Mike Bylund Nick Peterson Peter Van Houte Sebastien Riviere Karl M. Davis Matt Blanchette Petro Mykhaylyshyn Adam Carbone Joel Schneider Phillip Warner Subhro Carlo Mion Matt Clarke Filip Domazet Bill Denton Hannes Venter Vadim Peretokin Michael Lawley CarthageKing Gijsbert van den Brink James Ren Robbert van Waveren Jenny Syed sekaijin Hugo Soares Sebastien Riviere jodue Joel Schneider Ben Spencer maclema Christian Ohr Eugene Lubarsky Saren Currie dconlan Pascal Brandt Clayton Bodendein Rob Hausam Patrick Werner Malcolm McRoberts Mathieu Ouellet Jiajing Liang James Daily Kyle Meadows Gaetano Gallo sjanic Chris Schuler Jeff Chung Anoush Mouradian Łukasz Dywicki Anthony Sute John Poth Andreas Keil David Gileadi Ruth Alkema Gaetano Gallo Jason Owen Heinz-Dieter Conradi Kai Liu Roman Doboni Frank Tao Ana Maria Radu Alin Leonard Volker Schmidt Magnus Watn Stig Døssing Ari Ruotsalainen Steve Lewis Ricardo Estevez Anders Havn Gary Graham Drew Mitchell Stig Døssing Gary Teichrow Seth Rylan Gainey Raul Estrada Anthony Sute Nick Robison Andrew Fitzgerald David Maplesden Jafer Khan Shamshad Long Nguyen Tuomo Ala-Vannesluoma Jelmer ter Wal Dazhi Jiao Tue Toft Nørgård
Files download
File Operation
hapi-fhir-4.2.0.pom download
Apache Maven
<dependency>
  <groupId>ca.uhn.hapi.fhir</groupId>
  <artifactId>hapi-fhir</artifactId>
  <version>4.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'ca.uhn.hapi.fhir:hapi-fhir:4.2.0'
Gradle Kotlin
implementation("ca.uhn.hapi.fhir:hapi-fhir:4.2.0")
Scala SBT
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir" % "4.2.0"
Groovy Grape
@Grapes(
  @Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir', version='4.2.0')
)
Apache Ivy
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir" rev="4.2.0" />
Leiningen
[ca.uhn.hapi.fhir/hapi-fhir "4.2.0"]
Apache Buildr
'ca.uhn.hapi.fhir:hapi-fhir:jar:4.2.0'