You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If referencing MSH.9.2 or MSH.9.3, the value for MSH.9.1 is returned. This happens in many cases but we have found one case where it works.
To Reproduce
In Address.yml, change addressee var to MSH.9.2:
Once this bug is complete we should be able to remove MSH from the additional segments of all the message resources. They were added for story 139 because MSH 9.2 and MSH 9.3 were resolving to MSH 9.1. Adding MSH to all the additional segments fixed it but that is essentially just a workaround.
See #160 for files changed
Describe the bug
If referencing MSH.9.2 or MSH.9.3, the value for MSH.9.1 is returned. This happens in many cases but we have found one case where it works.
To Reproduce
In
Address.yml
, change addressee var to MSH.9.2:Run a test patient, such as
Hl7AddressFHIRConversionTest.java
, which has an MSH.9 with multiple values. Example:|VXU^V04^VXU_V04|
The output in the address is:
Expected behavior
MSH.9.2 should return the second value in MSH.9
Additional context
The value returns correctly in this case:
In
MessageHeader.yml
, change id as follows:The text was updated successfully, but these errors were encountered: