[ 
https://issues.apache.org/jira/browse/CAMEL-12677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16554051#comment-16554051
 ] 

ASF GitHub Bot commented on CAMEL-12677:
----------------------------------------

oscerd closed pull request #2438: CAMEL-12677 Added missing sample output
URL: https://github.com/apache/camel/pull/2438
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/examples/camel-example-fhir-spring-boot/readme.adoc 
b/examples/camel-example-fhir-spring-boot/readme.adoc
index d682d9b68e0..a1b33be1972 100644
--- a/examples/camel-example-fhir-spring-boot/readme.adoc
+++ b/examples/camel-example-fhir-spring-boot/readme.adoc
@@ -36,7 +36,9 @@ $ 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</kbd>+<kbd>c</kbd> in 
the shell.


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Create FHIR spring boot quickstart
> ----------------------------------
>
>                 Key: CAMEL-12677
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12677
>             Project: Camel
>          Issue Type: Task
>          Components: examples
>            Reporter: Rafal Korytkowski
>            Assignee: Andrea Cosentino
>            Priority: Major
>             Fix For: 2.23.0
>
>
> Base the example onĀ 
> https://github.com/apache/camel/tree/master/examples/camel-example-fhir



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to