🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers
Go to file
Ken Stevens 2bf680509b
DeleteConflict hook, SearchableHashMapResourceProvider, and in-memory searching (#1341)
* Make IBundle list interface more flexible

* Make matchResourceLinks visible

* Make matchResourceLinks visible

* Pull in-memory matching functionality out of subscription module into dedicated classes in searchparam module

* Added more accessors to version independent resource classes

* improved forcedid matching (needs to be verified by James)
filter out nulls from HashMapProvider.searchAll() (hopefully no tests depend on this)

* add AnyComposition

* cleanup of Any classes

* create searchparam config so people can use that module without using subscriptions

* create searchparam config so people can use that module without using subscriptions

* fix broken test

* added derivedFrom

* renamed daoRegistry.getResourceDaoIfExists to getResourceDaoOrNull
also added method to add a new dao to the registry and retrieve registered types

* TokenParam.equals

* add error check to searchable hashmap resource provider

* added support for R4

* add successor to measure

* delete conflict hook
start with failing test

* test passes.
hook is called.

* added delete conflict hook
all delete conflict tests pass

* added javadoc

* Performance test

* test bad interceptor case

* typo

* rename criteria matcher

* added support for multiple topics

* fix method name

* add effective period

* Temporarily excluding StressTest from build to try to get Travis under time limit

* change log

* review feedback

* review feedback

* review feedback
2019-06-13 13:59:51 -04:00
.github/ISSUE_TEMPLATE Update issue templates 2019-03-13 15:41:14 -04:00
.mvn/wrapper Add maven wrapper for easier and more coherent builds https://www.baeldung.com/maven-wrapper 2018-11-15 15:36:57 +02:00
example-projects Roll back derby upgrade 2019-06-08 09:27:28 -04:00
examples Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-deployable-pom Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-android Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-android-realm Work on JPA 2017-02-02 06:23:28 -05:00
hapi-fhir-base DeleteConflict hook, SearchableHashMapResourceProvider, and in-memory searching (#1341) 2019-06-13 13:59:51 -04:00
hapi-fhir-cli Roll back derby upgrade 2019-06-08 09:27:28 -04:00
hapi-fhir-client Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-client-okhttp Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-converter Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-dist Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-igpacks Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-jacoco Fix bad dependency 2019-06-09 21:11:13 -04:00
hapi-fhir-jaxrsserver-base Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-jaxrsserver-example Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-jpaserver-base DeleteConflict hook, SearchableHashMapResourceProvider, and in-memory searching (#1341) 2019-06-13 13:59:51 -04:00
hapi-fhir-jpaserver-elasticsearch Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-jpaserver-example Fix broken build 2019-03-12 13:13:13 -04:00
hapi-fhir-jpaserver-migrate Roll back derby upgrade 2019-06-08 09:27:28 -04:00
hapi-fhir-jpaserver-model DeleteConflict hook, SearchableHashMapResourceProvider, and in-memory searching (#1341) 2019-06-13 13:59:51 -04:00
hapi-fhir-jpaserver-searchparam DeleteConflict hook, SearchableHashMapResourceProvider, and in-memory searching (#1341) 2019-06-13 13:59:51 -04:00
hapi-fhir-jpaserver-subscription DeleteConflict hook, SearchableHashMapResourceProvider, and in-memory searching (#1341) 2019-06-13 13:59:51 -04:00
hapi-fhir-jpaserver-uhnfhirtest Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-narrativegenerator Make JPA searches more efficient by prefetching a much smaller number of 2018-10-01 21:36:10 -04:00
hapi-fhir-oauth2 remove .settings .project .classpath file of eclipse 2017-01-28 17:13:47 +01:00
hapi-fhir-osgi-core Replace phloc with ph for #775 (#930) 2018-05-14 17:38:40 -04:00
hapi-fhir-server DeleteConflict hook, SearchableHashMapResourceProvider, and in-memory searching (#1341) 2019-06-13 13:59:51 -04:00
hapi-fhir-spring-boot Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-structures-dstu Remove dynamic mode 2018-08-19 17:35:08 -04:00
hapi-fhir-structures-dstu2 Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-structures-dstu2.1 Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-structures-dstu3 Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-structures-hl7org-dstu2 Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-structures-r4 Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-testpage-interceptor remove .settings .project .classpath file of eclipse 2017-01-28 17:13:47 +01:00
hapi-fhir-testpage-overlay Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-tutorial Interceptor framework refactoring (#1287) 2019-04-24 14:32:30 -04:00
hapi-fhir-utilities Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-validation Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-validation-resources-dstu2 Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-validation-resources-dstu2.1 Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-validation-resources-dstu3 Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-fhir-validation-resources-r4 Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-tinder-plugin Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
hapi-tinder-test Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
osgi Fix hapi-fhir Karaf feature 2019-06-11 18:11:21 +02:00
restful-server-example Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
src DeleteConflict hook, SearchableHashMapResourceProvider, and in-memory searching (#1341) 2019-06-13 13:59:51 -04:00
tests Version bump to 4.0.0-SNAPSHOT 2019-05-30 17:13:03 -04:00
vagrant Update old removed Chef syntax in Vagrant provision 2019-01-31 05:17:22 -05:00
.editorconfig More work on perf 2017-04-06 22:23:20 -04:00
.gitignore Add Spring Boot Starter 2017-09-30 11:20:00 -04:00
.travis.yml Websocket cleanup (#1275) 2019-04-17 15:03:35 -04:00
HELPWANTED.md Work on custom params 2017-02-02 20:37:58 -05:00
LICENSE.txt Add license and notice files 2015-03-25 22:32:32 -04:00
LOINC_NOTES.txt More work on loinc 2018-03-19 08:51:02 -04:00
NOTICE.txt Add license and notice files 2015-03-25 22:32:32 -04:00
README.md Improve readme 2018-07-19 09:08:52 -04:00
appveyor.yml Fewer tests on CI 2018-05-31 17:07:17 -04:00
check_for_maven_updates.sh Fix up examples 2014-09-03 18:03:44 -04:00
list_releases.sh Implement handleException on the server interceptor framework, as well 2014-11-07 14:26:59 -05:00
mvnw Add maven wrapper for easier and more coherent builds https://www.baeldung.com/maven-wrapper 2018-11-15 15:36:57 +02:00
mvnw.cmd Use windows line-endings in mvnw.cmd 2019-01-11 17:11:53 +02:00
pom.xml DeleteConflict hook, SearchableHashMapResourceProvider, and in-memory searching (#1341) 2019-06-13 13:59:51 -04:00
sync.sh Update resource defs 2015-12-01 18:35:24 -05:00
sync_dstu3.sh Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-07-01 14:31:25 -04:00
sync_ri.sh Bump to 1.0.2 FHIR definitions 2015-11-15 12:22:56 -05:00
sync_ri3.fish Bring DSTU3 structs up to FHIR R3 2017-04-18 07:48:38 -04:00
sync_ri3.sh Syn RI - Build still failing :( 2016-05-28 12:53:59 -04:00
sync_ri4.sh Squashed commit of the following: 2018-12-27 17:58:47 -05:00
sync_ri21.sh Update model and definitions to latest definitions 2016-01-30 11:08:16 -05:00
update_version.sh Force another travis build 2015-08-05 10:38:38 -04:00

README.md

HAPI FHIR

HAPI FHIR - Java API for HL7 FHIR Clients and Servers

Coverage Status Maven Central License

  • Linux Build: Build Status
  • Windows Build:

Complete project documentation is available here: http://jamesagnew.github.io/hapi-fhir/

A demonstration of this project is available here: http://hapi.fhir.org/

This project is Open Source, licensed under the Apache Software License 2.0.

Please see this wiki page for information on where to get help with HAPI FHIR. Please see Smile CDR for information on commercial support.