Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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
New Member

@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
New Member

@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.