🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers
Go to file
James Agnew bde7c356fe
Implement Jackson parser/serializer (#1733)
* [dev] Integration of a Jackson serializer and deserializer - first stage

* [fix] Fixed some serializing issues
[improve] Improved the processing, removed the loggers

* [clean] Removed the JacksonSerializer class, replaced all the Gson classes with Jackson classes

* [clean] Small cleanup

* [improve] Throw a ConfigurationException if the JsonGenerator cannot be created

* [improve] Use the ObjectMapper's `readTree` instead of `readValue`

* [dev] Latest fixes and improvements

* [dev] Use the Jackson serializer

* [clean] Removed the ObjectMapper configuration, for now

* [fix] Use the GsonStructure also for the parsing of a FHIR resource

* [clean] Removed the LinkedList usage

* Work on preparing for merge of #1673

* Resolve build errors

* Work on parser integration

* Tests passing

* Resolve fixme

* CLeanup

* Fix dependency

Co-authored-by: Bogdan Solga <bogdan.solga@gmail.com>
2020-03-17 17:27:26 -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 Add a gitignore 2019-08-14 11:08:22 -04:00
hapi-deployable-pom Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-android Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-android-realm Work on JPA 2017-02-02 06:23:28 -05:00
hapi-fhir-base Implement Jackson parser/serializer (#1733) 2020-03-17 17:27:26 -04:00
hapi-fhir-bom Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-cli Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-client Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-client-okhttp Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-converter Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-dist Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-docs Merge branch 'master' into bugfix/1752-support-chained-parameters-inside-reverse-chained-parameter 2020-03-17 10:32:43 -07:00
hapi-fhir-igpacks Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-jacoco Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-jaxrsserver-base Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-jaxrsserver-example Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-jpaserver-base Implement Jackson parser/serializer (#1733) 2020-03-17 17:27:26 -04:00
hapi-fhir-jpaserver-example (1) Fixes to address _filter-based _id retrievals not being restricted to the specified resource type 2019-11-06 08:47:53 -05:00
hapi-fhir-jpaserver-migrate Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-jpaserver-model Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-jpaserver-searchparam Merge branch 'master' into bugfix/1752-support-chained-parameters-inside-reverse-chained-parameter 2020-03-17 10:32:43 -07:00
hapi-fhir-jpaserver-subscription Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-jpaserver-uhnfhirtest Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-narrativegenerator Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-oauth2 Issue-1325: Let OS assign random ports to servers during testing, and let tests get the port of the running server once the OS has assigned a port. Delete PortUtil and similar utilities. 2019-06-14 18:34:45 -04:00
hapi-fhir-server Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-spring-boot Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-structures-dstu Some CI surefire improvements (#1602) 2019-11-23 19:51:02 +01:00
hapi-fhir-structures-dstu2 Implement Jackson parser/serializer (#1733) 2020-03-17 17:27:26 -04:00
hapi-fhir-structures-dstu2.1 Implement Jackson parser/serializer (#1733) 2020-03-17 17:27:26 -04:00
hapi-fhir-structures-dstu3 Implement Jackson parser/serializer (#1733) 2020-03-17 17:27:26 -04:00
hapi-fhir-structures-hl7org-dstu2 Implement Jackson parser/serializer (#1733) 2020-03-17 17:27:26 -04:00
hapi-fhir-structures-r4 Implement Jackson parser/serializer (#1733) 2020-03-17 17:27:26 -04:00
hapi-fhir-structures-r5 Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-test-utilities Validation api changes (#1719) 2020-03-17 13:28:59 -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 Implement Jackson parser/serializer (#1733) 2020-03-17 17:27:26 -04:00
hapi-fhir-validation Implement Jackson parser/serializer (#1733) 2020-03-17 17:27:26 -04:00
hapi-fhir-validation-resources-dstu2 Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-validation-resources-dstu2.1 Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-validation-resources-dstu3 Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-validation-resources-r4 Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-fhir-validation-resources-r5 Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-tinder-plugin Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
hapi-tinder-test Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
osgi Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
restful-server-example Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
src Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
tests Validation api changes (#1719) 2020-03-17 13:28:59 -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 Fix failing tests due to race conditions 2019-09-26 16:11:15 -04:00
azure-pipelines.yml Resolve memory leak (#1685) 2020-01-25 17:48:26 -05:00
check_for_maven_updates.sh Fix up examples 2014-09-03 18:03:44 -04:00
lgtm.yml Correct bugs reported by LGTM (#1533) 2019-10-09 19:26:57 -05: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 Validation api changes (#1719) 2020-03-17 13:28:59 -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_ri5.sh Trigger build 2019-10-30 11:35:57 -04:00
sync_ri21.sh Update model and definitions to latest definitions 2016-01-30 11:08:16 -05:00
tmp2.txt Test fix 2019-08-29 21:02:19 -04: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

Build Status codecov Maven Central License

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.