🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers
Go to file
Tadgh c2f30502b0
Rel 5 6 3 mergeback (#3519)
* 3138 externalized binary packages (#3139)

* Add test and impl

* Add changelog

* Fix test

* Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_6_0/3138-support-externalized-binaries.yaml

* add beans to test configs

* Typo

* Update hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/binstore/IBinaryStorageSvc.java

Co-authored-by: michaelabuckley <michaelabuckley@gmail.com>

* Update hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/binstore/NullBinaryStorageSvcImpl.java

Co-authored-by: michaelabuckley <michaelabuckley@gmail.com>

Co-authored-by: Kevin Dougan SmileCDR <72025369+KevinDougan-SmileCDR@users.noreply.github.com>
Co-authored-by: michaelabuckley <michaelabuckley@gmail.com>

* 3131 - Added support for the lookup operation in the Remote Terminology code (#3134)

* Remove leading underscores from identifiers (#3146)

* Version bump

* License files

* version.yaml

* Add executeRawSql() method to Migrator (#3183)

* Add implementation, add test

* Add javadoc

* Add another helper function

* Bump version

* 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155)

* 3153 updating the unknowncodesystemwarningvalidationsupport class

* 3153 updating version for smile

* 3153 update broken tests

* 3153 adding log

* 3153 cleanup

* 3153 cleanup

Co-authored-by: leif stawnyczy <leifstawnyczy@leifs-MacBook-Pro.local>

* Add backport info

* Avoid creating ResourcePersistentId for placeholder resources with null ID (#3158)

* Add check before mapping storage ID to resource ID in TransactionDetails.

* Add change log.

* Changed to instead prevent creation of ResourcePersistentId with null ID value.

* Changed to instead prevent ResourcePersistentId being created with null resource ID.

Co-authored-by: ianmarshall <ian@simpatico.ai>

* Fix bug loading packages in non-database mode (#3199)

* Add implementation

* Add changelog

* Add backports

* 3164 updating code review points (#3165)

* 3164 updating code review points

* 3164 updating code review points

Co-authored-by: leif stawnyczy <leifstawnyczy@leifs-MacBook-Pro.local>

* Add executeRawSqlStub (#3203)

Co-authored-by: Joanne Mendoza <joanne@smilecdr.com>

* Add new version

* begin with failing test

* fix bug

* change log

* change log

* Add backport informationm

* begin with failing test

* fix issue

* change log

* code review

* Add backport info. Add folder

* fixed

* Add test

* Update test

* Add backport info

* Bump minor version

* 3170 language portion of language code is case insensitive (#3171)

* 3170 language portion of language code is case insensitive

* 3170 adding changelog

* 3170 house keeping

Co-authored-by: leif stawnyczy <leifstawnyczy@leifs-MacBook-Pro.local>

* Add backport info:

* Add version enum

* Bump hapi version to 5.6.3

* Add version enum

* Add changelog folder and version.yaml

* Patch vulnerability, add changelog

* Add new version

* Remove test

Co-authored-by: Kevin Dougan SmileCDR <72025369+KevinDougan-SmileCDR@users.noreply.github.com>
Co-authored-by: michaelabuckley <michaelabuckley@gmail.com>
Co-authored-by: TipzCM <leif.stawnyczy@gmail.com>
Co-authored-by: leif stawnyczy <leifstawnyczy@leifs-MacBook-Pro.local>
Co-authored-by: IanMMarshall <49525404+IanMMarshall@users.noreply.github.com>
Co-authored-by: ianmarshall <ian@simpatico.ai>
Co-authored-by: Joanne Mendoza <joannemmendoza@gmail.com>
Co-authored-by: Joanne Mendoza <joanne@smilecdr.com>
Co-authored-by: Ken Stevens <khstevens@gmail.com>
Co-authored-by: katie_smilecdr <katie@smilecdr.com>
2022-04-04 11:29:42 -04:00
.github bump compiler settings. JDK 11 for prod, JDK 17 for tests (#3435) 2022-02-28 21:51:32 +00:00
.mvn/wrapper Update and fix maven wrapper (#2847) 2021-11-03 11:21:49 -04:00
.mvn_/wrapper Bump core to latest versions (#2154) 2020-11-03 15:43:37 -05:00
hapi-deployable-pom Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-android Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-android-realm Work on JPA 2017-02-02 06:23:28 -05:00
hapi-fhir-base Rel 5 6 3 mergeback (#3519) 2022-04-04 11:29:42 -04:00
hapi-fhir-batch Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-bom Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-checkstyle Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-cli Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-client Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-client-okhttp Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-converter Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-dist Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-docs Rel 5 6 3 mergeback (#3519) 2022-04-04 11:29:42 -04:00
hapi-fhir-jacoco Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-jaxrsserver-base Add test, add changelog, fix bug (#3494) 2022-03-26 20:34:43 -04:00
hapi-fhir-jpa Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-jpaserver-base Add tests. pull some inner classes out as package private classes. (#3516) 2022-04-02 20:34:26 +00:00
hapi-fhir-jpaserver-cql Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-jpaserver-mdm Update docs (#3499) 2022-03-29 08:35:38 -04:00
hapi-fhir-jpaserver-model Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-jpaserver-searchparam Fix for path parsing in STU3 SPs (#3503) 2022-03-30 08:40:17 -07:00
hapi-fhir-jpaserver-subscription Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-jpaserver-test-utilities Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-jpaserver-uhnfhirtest Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-server Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-server-mdm Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-server-openapi Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-spring-boot Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-sql-migrate Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-storage Move non-DB modes to storage 2022-03-27 16:51:35 -07:00
hapi-fhir-storage-batch2 Add tests. pull some inner classes out as package private classes. (#3516) 2022-04-02 20:34:26 +00:00
hapi-fhir-storage-batch2-jobs Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-structures-dstu2 Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-structures-dstu2.1 Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-structures-dstu3 Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-structures-hl7org-dstu2 Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-structures-r4 re-add release prop 2022-03-28 20:22:00 -07:00
hapi-fhir-structures-r5 Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-test-utilities Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-testpage-overlay Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-validation Fixing ValueSet expansion not supporting canonical url. (#3501) 2022-03-31 18:47:15 +00:00
hapi-fhir-validation-resources-dstu2 Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-validation-resources-dstu2.1 Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-validation-resources-dstu3 Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-validation-resources-r4 Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-fhir-validation-resources-r5 Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-tinder-plugin Package move-around (#3488) 2022-03-26 22:43:41 +00:00
hapi-tinder-test Package move-around (#3488) 2022-03-26 22:43:41 +00:00
osgi encode narratives of contained resources (#3402) 2022-02-17 18:54:03 +00:00
src Add error codes to all exceptions (#3278) 2022-01-31 13:10:15 -08:00
tests Package move-around (#3488) 2022-03-26 22:43:41 +00:00
vagrant Bump dependencies for CVES (#3359) 2022-02-07 07:56:25 -05:00
.editorconfig Add framework for Bulk Import (#2538) 2021-04-14 17:41:32 -04:00
.gitignore Merge CQL Initial Implementation Into master (#2330) 2021-01-29 16:35:38 -05:00
.whitesource Add .whitesource configuration file 2021-04-29 13:42:31 +00: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 batch2 error handling (#3482) 2022-03-26 17:40:12 -04:00
azure-pipelines.yml Add error codes to all exceptions (#3278) 2022-01-31 13:10:15 -08:00
check_for_maven_updates.sh Fix up examples 2014-09-03 18:03:44 -04:00
lgtm.yml Search Narrowing by Code Tweaks (#3453) 2022-03-07 20:27:21 -05:00
list_releases.sh Implement handleException on the server interceptor framework, as well 2014-11-07 14:26:59 -05:00
mvnw Update and fix maven wrapper (#2847) 2021-11-03 11:21:49 -04:00
mvnw.cmd Update and fix maven wrapper (#2847) 2021-11-03 11:21:49 -04:00
pom.xml Minor version bump for a CVE 2022-04-03 16:59:21 -07:00
snapshot-pipeline.yml Bump compiler plugin (#3313) 2022-01-19 10:09:21 -05: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_ri5.sh Bump core to latest versions (#2154) 2020-11-03 15:43:37 -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

License

CI/CD

CI Status (master) SNAPSHOT Pipeline Current Release
Build Status Build Status Release Artifacts

Coverage and Quality

codecov Language grade: Java

Documentation and wiki

Complete project documentation is available here: http://hapifhir.io

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.