Stedi-Demos / bootstrap-archived

A workflow for receiving and sending EDI documents that you can adjust to build your own EDI system.
Apache License 2.0
7 stars 7 forks source link

HIPAA Guides from Stedi Do Not Match TransactionSet from Bootstrap #69

Closed russellpekala closed 1 year ago

russellpekala commented 1 year ago

I cloned a HIPAA guide directly from Stedi, and tried to use it in a bootstrap flow.

The "transactionSet" of the cloned guide is "837-Q1". The bootstrap repo has this not matching the transactionSet of just 837, leading to an error in this function (below)

image
russellpekala commented 1 year ago

I cannot figure out how to change the guide.target property

russellpekala commented 1 year ago

a dumb fix i did locally is this

image
russellpekala commented 1 year ago

Any update on this? It is very frustrating to hardcode a workaround here. Furthermore, when I try to use the same guide to generate EDI from JSON, it requires that I set transactionSet to "837" instead of "837-Q1".

image

russellpekala commented 1 year ago

image

russellpekala commented 1 year ago

too lazy to make PR but the above would fix

dkanter14 commented 1 year ago

As per discussion on Friday 3/24, a fix for this is in and will be merged & deployed Monday 3/27.

nddery commented 1 year ago

There was an issue in the HIPAA guides available in the catalog, where the guide's target had an incorrectly set transaction set ID (per this bug report) - this isn't editable by customers. We've migrated the affected guides and are in the process of reaching out to customers who have one of these guides in their accounts.

Closing this issue as @russellpekala issue should now be fixed. Thank you for reporting the problem!