This route extracts values from an XML FHIR Bundle using the XML Value Extractor component and save these values in a simpler XML file.
Route structure
Route Components Description
Bundle in
|
FS Inbound |
Picks up a FHIR Bundle (an XML file with patient data) from the file system. |
XML Value Extractor
|
XML Value Extractor |
Extracts the information on patients. The list of fields to be extracted is defined on the XPath tab of the component's Settings tab. |
Velocity
|
Mock Velocity |
Creates a new XML file using the sample template located at ${XESProfileConfig}/configuration/templates/PatientSimple.tpl. Information about patients is injected into the corresponding template’s placeholders. |
Simple XML out
|
FS Outbound |
Stores the processing results in the file system. |