You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jp...@apache.org on 2019/01/28 11:21:11 UTC

[camel] branch master updated: Polish camel-example-fhir-osgi README.md

This is an automated email from the ASF dual-hosted git repository.

jpoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 96d96d4  Polish camel-example-fhir-osgi README.md
96d96d4 is described below

commit 96d96d4a51824f999eb4e17a4976a35a12f1761f
Author: jpoth <po...@gmail.com>
AuthorDate: Mon Jan 28 12:20:01 2019 +0100

    Polish camel-example-fhir-osgi README.md
---
 examples/camel-example-fhir-osgi/README.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/examples/camel-example-fhir-osgi/README.md b/examples/camel-example-fhir-osgi/README.md
index dc9c84b..59f3223 100644
--- a/examples/camel-example-fhir-osgi/README.md
+++ b/examples/camel-example-fhir-osgi/README.md
@@ -2,8 +2,14 @@
 
 ### Introduction
 
-This is an example application of the `camel-fhir` component that can be executed inside an OSGi container. We will be 
-using Apache Karaf.
+This is an example application of the `camel-fhir` component that can be executed inside an OSGi container. We will be using Apache Karaf.
+
+The example assumes you have a running FHIR server at your disposal.
+You may use [hapi-fhir-jpa-server-example](https://github.com/jamesagnew/hapi-fhir/tree/master/hapi-fhir-jpaserver-example)
+
+By default, the example uses `http://localhost:8080/hapi-fhir-jpaserver-example/baseDstu3` as the FHIR server URL, DSTU3 as the FHIR version and `target/work/fhir/input`
+as the directory to look for HL7V2 patients.
+However, you can edit the `org.apache.camel.example.fhir.osgi.configuration.cfg` file to override the defaults and provide your own configuration.
 
 ### Build