Hi, I am trying to process CDA documents with AggregateCdaUMLSProcessor.xml descriptor (clinical-pipeline). The cda document includes sections like problems, medications, allergies, tests etc. In the plain_view, all these section are visible in CVD but all the annotations extracted by AggregateCdaUMLSProcessor are only on last section. i.e. there's no annotation on the medications or problems.
I've looked into CdaCasInitializer output , and it only passes one segment (the last one) so all the other annotators only process on that. In addition to that, every section's id (including last) is assigned null as [start section id="null"] .... [end section id="null"] Do i have to assign section id's myself? Any suggestion would be very helpful. Warm Regards, Sana Riaz