Support Questions

Find answers, ask questions, and share your expertise

Is it possible to parse CCDA messages using NIFI

avatar
Rising Star

@Bryan Bende @jfrazee

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?

1 ACCEPTED SOLUTION

avatar
Contributor

@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

View solution in original post

2 REPLIES 2

avatar
Contributor

@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

avatar
Rising Star

Thanks for the update.