Created 11-09-2016 11:09 AM
We have one use case where we want to parse both HL7 and CCDA messages. Is there any way by which we can parse CCDA messages as well?
Created 06-18-2017 04:16 AM
@Ankit Jain ExtractCCDAAttributes has been introduced in NiFi 1.3.0. Extracts information from an Consolidated CDA formatted FlowFile and provides individual attributes as FlowFile attributes. Please refer https://nifi.apache.org/docs.html
Created 06-18-2017 04:16 AM
@Ankit Jain ExtractCCDAAttributes has been introduced in NiFi 1.3.0. Extracts information from an Consolidated CDA formatted FlowFile and provides individual attributes as FlowFile attributes. Please refer https://nifi.apache.org/docs.html
Created 06-20-2017 09:14 AM
Thanks for the update.