Stream: implementers
Topic: Batch framework with FHIR mapping-language capabilities
Dimitar Dimitrov (Apr 17 2021 at 09:05):
Hello everyone.
I have an idea to use a Spring Dataflow framewrork with his batch processing capabilities along with the HAPI FHIR server in order to process a large volumes of data. My particular case is to find all the Contract resources which will expire today and set their Contract.status to "terminated". In order to achive the reusability my idea is to create a few separate micro-applications and then connect them trough the Spring DataFlow framework (which is some kind of EIP framework). The first application will search in FHIR Server by externally specified parameters. The result will be routed to the FHIR mapping-language aware micro-application which in turn will set the value of the Contract status. My question is whether this approch for data transformation is applicable for such kind of activity. This can be achived also by using for example XSLT. Is there any other data processing and automation framework specifically bound to FHIR which can be used for simmillar activities.
Grahame Grieve (Apr 18 2021 at 21:58):
well, it sounds applicable, but surely there's lots of other data processing and automation frameworks that can apply
Last updated: Apr 12 2022 at 19:14 UTC