Yuriy Flyud created NIFI-6423:
---------------------------------
Summary: ExtractHL7Attributes processor missing repeating DG1
segments
Key: NIFI-6423
URL: https://issues.apache.org/jira/browse/NIFI-6423
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 1.9.2
Reporter: Yuriy Flyud
Try to parse an HL7 message with two DG1 and PR1 sections using an
ExtractHL7Attributes processor:
{code:java}
MSH|^~\\&|EPIC|DRM-35690||0001|20190111063155|JPORTER|ADT^A01|102927237|P|2.5|||||||||||
DG1|1|ICD-10-CM|A19.0^Gastrointestinal hemorrhage,
unspecified^ICD-10-CM|Gastrointestinal hemorrhage,
unspecified|20180214141542|^F||||||||||||||||||||
DG1|2|ICD-10-CM|N15.0|Hello|20180214141542|^F||||||||||||||||||||
PR1|1|ICD-10-CM|Z115.0|Super nice
description|20180214141542|^F||||||||||||||||||||
PR1|2|ICD-10-CM|K95.4|Super nice
description|20180214141542|^F||||||||||||||||||||
{code}
A result will contain attributes for repeating segments from PR1 (e.g. PR1_1.1,
PR1_2.1), but not for DG1 (DG1).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)