This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 146dabf Fix link in readme for fhir (#139)
146dabf is described below
commit 146dabfcb2c7b732751ead3690f298161f05c204
Author: Aurélien Pupier <[email protected]>
AuthorDate: Mon Aug 26 11:15:05 2024 +0200
Fix link in readme for fhir (#139)
it was using Markdown syntax in an asciidoc file
Signed-off-by: Aurélien Pupier <[email protected]>
---
fhir-auth-tx/readme.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fhir-auth-tx/readme.adoc b/fhir-auth-tx/readme.adoc
index 94fecd4..32abd06 100644
--- a/fhir-auth-tx/readme.adoc
+++ b/fhir-auth-tx/readme.adoc
@@ -10,7 +10,7 @@ The Camel route is located in the `MyCamelRouter` class.
This example will read patients stored in csv files from a directory and
convert them to FHIR dtsu3 patients and upload them to a configured FHIR
server. Each file is uploaded in a new transaction.
The example assumes you have a running FHIR server at your disposal, which is
configured for basic authentication.
-You may use
[hapi-fhir-jpa-server-example](https://github.com/rkorytkowski/hapi-fhir/tree/basic-auth/hapi-fhir-jpaserver-example).
You can start it up by running `mvn jetty:run`.
+You may use
https://github.com/rkorytkowski/hapi-fhir/tree/basic-auth/hapi-fhir-jpaserver-example[hapi-fhir-jpa-server-example].
You can start it up by running `mvn jetty:run`.
By default, the example uses
`\http://localhost:8080/hapi-fhir-jpaserver-example/baseDstu3` as the FHIR
server URL, DSTU3 as the FHIR version, BASIC authentication (`admin` as
username and `Admin123` as password) and `target/work/fhir/input`
as the directory to look for csv patients.