Skip to content

Instantly share code, notes, and snippets.

@johnpoth
Last active July 11, 2018 10:10
Show Gist options
  • Save johnpoth/cbe06ef3eb41754d5fe67c100ad7150e to your computer and use it in GitHub Desktop.
Save johnpoth/cbe06ef3eb41754d5fe67c100ad7150e to your computer and use it in GitHub Desktop.
2018-07-04 16:22:52,189 [cdi.Main.main()] INFO DefaultCamelContext - Route: fhir-example started and consuming from: file://target/work/fhir/input
2018-07-04 16:22:52,189 [cdi.Main.main()] INFO DefaultCamelContext - Total 1 routes, of which 1 are started
2018-07-04 16:22:52,190 [cdi.Main.main()] INFO DefaultCamelContext - Apache Camel 2.22.0-SNAPSHOT (CamelContext: camel-example-fhir-cdi) started in 0.636 seconds
2018-07-04 16:22:52,203 [cdi.Main.main()] INFO Bootstrap - WELD-ENV-002003: Weld SE container 357a3776-d8cd-40be-abb4-ad91a43c9755 initialized
2018-07-04 16:22:57,705 [work/fhir/input] INFO fhir-example - Converting hl7v2.patient
2018-07-04 16:22:58,176 [work/fhir/input] INFO fhir-example - Inserting Patient: {"resourceType":"Patient","id":"100005056","name":[{"family":"Freeman","given":["Vincent"]}]}
2018-07-04 16:22:58,669 [ #3 - CamelFhir] INFO fhir-example - Patient creating successfully: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment