GitHub user johnpoth opened a pull request: https://github.com/apache/camel/pull/2206
[CAMEL-12221] Let's create a camel-fhir component https://issues.apache.org/jira/browse/CAMEL-12221 Let's create a camel-fhir component based on [HAPI-FHIR](http://hapifhir.io/) and in particular itâs RESTful [client](http://hapifhir.io/doc_rest_client.html) and [Data Model](http://hapifhir.io/doc_fhirobjects.html). It also adds two new Camel data formats to parse FHIR objects to/from XML/JSON based on HAPI-FHIRâs [XML](https://github.com/jamesagnew/hapi-fhir/blob/master/hapi-fhir-base/src/main/java/ca/uhn/fhir/parser/XmlParser.java) and [JSON](https://github.com/jamesagnew/hapi-fhir/blob/master/hapi-fhir-base/src/main/java/ca/uhn/fhir/parser/JsonParser.java) parser. A Karaf feature is in the works. Thanks! You can merge this pull request into a Git repository by running: $ git pull https://github.com/johnpoth/camel CAMEL-12221 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2206.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2206 ---- commit 45c4c9f334facf2fb8ebd155819b9d5cd90dc8ed Author: jpoth <poth.john@...> Date: 2018-02-01T19:14:42Z [CAMEL-12221] Let's create a camel-fhir component ---- ---