1 Star 0 Fork 1

寒松/camel-spring-boot-examples2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
readme.adoc 2.22 KB
一键复制 编辑 原始数据 按行查看 历史

FHIR Example - Spring Boot

Introduction

This is an example application of the camel-fhir component. We’ll be using camel-spring-boot as well for an easy setup.

The Camel route is located in the MyCamelRouter class.

This example will read HL7V2 patients from a directory and convert them to FHIR dtsu3 patients and upload them to a configured FHIR server.

The example assumes you have a running FHIR server at your disposal. You may use hapi-fhir-jpa-server-example.

By default, the example uses http://localhost:8080/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 application.properties file to override the defaults and provide your own configuration.

There is an example of a test in the MyCamelApplicationTest class, which mocks out the FHIR server, thus can be run without the FHIR server.

Build

You can build this example using:

$ mvn package

Run

You can run this example using:

$ mvn spring-boot:run

When the Camel application runs, you should see a folder created under target/work/fhir/input. Copy the file hl7v2.patient located in the src/main/data folder into it. You should see the following output:

2018-07-24 11:52:51.615  INFO 30666 --- [work/fhir/input] fhir-example: Converting hl7v2.patient
2018-07-24 11:52:52.700  INFO 30666 --- [work/fhir/input] fhir-example: Inserting Patient: {"resourceType":"Patient","id":"100005056","name":[{"family":"Freeman","given":["Vincent"]}]}
2018-07-24 11:52:56.995  INFO 30666 --- [ #2 - CamelFhir] fhir-example: Patient created successfully: ca.uhn.fhir.rest.api.MethodOutcome@270f03f1

The Camel application can be stopped pressing kbd:[Ctrl+c] in the shell.

To get health check

To show a summary of spring boot health check

curl -XGET -s http://localhost:8080/actuator/health

Help and contributions

If you hit any problem using Camel or have some feedback, then please let us know.

We also love contributors, so get involved :-)

The Camel riders!

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qqzahng/camel-spring-boot-examples2.git
git@gitee.com:qqzahng/camel-spring-boot-examples2.git
qqzahng
camel-spring-boot-examples2
camel-spring-boot-examples2
camel-3.4.x

搜索帮助

0d507c66 1850385 C8b1a773 1850385