[
https://issues.apache.org/jira/browse/NIFI-6423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Villard resolved NIFI-6423.
----------------------------------
Resolution: Feedback Received
Apache NiFi 1.x is no longer maintained and no new release is planned on the
1.x release line. Marking as resolved as part of a cleanup operation. Please
open a new one with an updated description if this is still relevant for NiFi
2.x.
> 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
> Priority: Minor
>
> 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
(v8.20.10#820010)