🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers
Go to file
Kevin Dougan SmileCDR 3c2b4bb397
3136 - Provide RemoteTerminologyServiceValidationSupport Implementation For Operation $validate-code (#3142)
* 3136 - Send validate-code requests to an Instance of IValidationSupport instead of directly to the DAO.

* 3136 - Added support for R4 validate-code calls to a Remote Terminology Server.

* Added more Unit Tests.

* Added NULL checks based on code analysis.

* Adding some cleanup code to the Unit Tests since some other unrelated Unit Tests were failing when running in an Azure Pipeline.

* Adding @Ignore to both of my Unit Test classes to try and see if this is the cause of other unrelated Unit Test failures in the Azure Pipeline.

* Commented out ALL CODE in my Unit Tests to see if this fixes the other Unit Tests.

* Added 1 Unit Tester called RemoteTerminologyServiceResourceProviderR4Test to see if it causes other Unit Test failures.

* Added a Unit Tester called ResourceProviderR4RemoteTerminologyTest with the code that creates a RemoteTerminologyServiceValidationSupport instance commented out for now, just to see if this allows all other Unit Tests to pass.

* Added a Unit test back in to verify how the RemoteTerminologyServiceValidationSupport works when inserted into the front of the IValidation chain. Lets see if this will mess up any other Unit Tests in the Azure Pipeline...

* Added an @AfterEach method to remove the RemoteTerminologyServiceValidationSupport instance from the ValidationSupportChain to see if it allows all the other Unit Tests to work as before.

* Added more Unit tests.

* Added more Unit Tests to increase code coverage.

* Added some NULL checks.

* Added a changelog for this feature add.

* Removed the decision logic in the REST APIs and also the isRemoteTerminologyServiceConfigured() method, and letting the ValidationSupportChain figure out how to perform the validate-code Operation.

* Removed a NULL check that was not needed.

* Reverting the previous change where I tried using the IValidationSupportChain for each and every incoming Operation request. Splitting the implementation between local and remote seems to be required at this time.
2021-11-23 10:39:56 -05:00
.github Add CapabilityStatement customizer (#2387) 2021-02-15 14:58:34 -05: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 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-android 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-android-realm Work on JPA 2017-02-02 06:23:28 -05:00
hapi-fhir-base 3136 - Provide RemoteTerminologyServiceValidationSupport Implementation For Operation $validate-code (#3142) 2021-11-23 10:39:56 -05:00
hapi-fhir-batch Issue 3108 terminology large codesystem deletion takes days to complete (#3160) 2021-11-18 09:49:16 -05:00
hapi-fhir-bom 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-cli 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-client 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-client-okhttp 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-converter 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-dist 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-docs 3136 - Provide RemoteTerminologyServiceValidationSupport Implementation For Operation $validate-code (#3142) 2021-11-23 10:39:56 -05:00
hapi-fhir-jacoco 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-jaxrsserver-base 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-jpa Issue 3108 terminology large codesystem deletion takes days to complete (#3160) 2021-11-18 09:49:16 -05:00
hapi-fhir-jpaserver-base 3136 - Provide RemoteTerminologyServiceValidationSupport Implementation For Operation $validate-code (#3142) 2021-11-23 10:39:56 -05:00
hapi-fhir-jpaserver-cql 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-jpaserver-mdm 3163 refactor some base mdm stuff (#3166) 2021-11-16 10:47:44 -05:00
hapi-fhir-jpaserver-model Release 5.6.0 (#3174) 2021-11-19 15:24:44 +00:00
hapi-fhir-jpaserver-searchparam 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-jpaserver-subscription 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-jpaserver-test-utilities Release 5.6.0 (#3174) 2021-11-19 15:24:44 +00:00
hapi-fhir-jpaserver-uhnfhirtest 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-narrativegenerator Migrate to JUnit5 (#1952) 2020-07-04 18:28:16 -04:00
hapi-fhir-oauth2 Replacing Hibernate Search 5 with Hibernate Search 6 (#2190) 2021-01-05 17:56:59 -05:00
hapi-fhir-server 3168 added some nullcheck (#3169) 2021-11-15 20:30:41 +00:00
hapi-fhir-server-mdm 3163 refactor some base mdm stuff (#3166) 2021-11-16 10:47:44 -05:00
hapi-fhir-server-openapi 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-spring-boot 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-sql-migrate 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-storage Mb share jpa date tests (#3154) 2021-11-10 21:07:36 +00:00
hapi-fhir-structures-dstu Avoid dead SearchParameter links in CapabilityStatement (#2790) 2021-09-11 18:27:18 -04:00
hapi-fhir-structures-dstu2 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-structures-dstu2.1 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-structures-dstu3 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-structures-hl7org-dstu2 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-structures-r4 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-structures-r5 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-test-utilities Issue 3108 terminology large codesystem deletion takes days to complete (#3160) 2021-11-18 09:49:16 -05:00
hapi-fhir-testpage-interceptor remove .settings .project .classpath file of eclipse 2017-01-28 17:13:47 +01:00
hapi-fhir-testpage-overlay 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-validation 3136 - Provide RemoteTerminologyServiceValidationSupport Implementation For Operation $validate-code (#3142) 2021-11-23 10:39:56 -05:00
hapi-fhir-validation-resources-dstu2 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-validation-resources-dstu2.1 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-validation-resources-dstu3 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-validation-resources-r4 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-fhir-validation-resources-r5 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-tinder-plugin 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
hapi-tinder-test 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
osgi 2540 - Upgraded the fhir_core_version from 5.3.0 to 5.3.10 (#2545) 2021-04-29 15:00:37 -04:00
src ValueSet Expansion Should Preserve Order (#2724) 2021-06-16 07:20:59 -04:00
tests 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (#3155) 2021-11-10 16:06:09 -05:00
vagrant Multiple improvements (#2997) 2021-10-28 15:13:16 -04: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 Add CapabilityStatement customizer (#2387) 2021-02-15 14:58:34 -05:00
azure-pipelines.yml Try to avoid codecov fluctuations (#2344) 2021-02-03 09:44:57 -05:00
check_for_maven_updates.sh Fix up examples 2014-09-03 18:03:44 -04:00
lgtm.yml Credit for #2623 2021-05-02 17:20:16 -04: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 Publish test jars during snapshot build (#3162) 2021-11-12 15:40:24 +00:00
snapshot-pipeline.yml Publish test jars during snapshot build (#3162) 2021-11-12 15:40:24 +00: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

Test Coverage

codecov

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.