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
Is your feature request related to a problem? Please describe.
I am having trouble debugging an issue with the converter where only the OBR segment of the HL7 gets encoded despite the MSH and PID segments being present.
Describe the solution you'd like
It would be nice to have at least 1 reference FHIR bundle in the repository that has been verified to work with the converter.
Describe alternatives you've considered
Currently have a test FHIR bundle pieced together but it is difficult to tell whether the above issue I'm seeing is an issue with my input or a bug within the converter. Also, synthea is a great tool but doesn't seem to be well-suited for such a small scope.
Additional context
Just to be clear, I'm not asserting that my input is correct, I will be continuing to iterate on it and check it against spec, just would be nice to have something to reference--it's difficult to find suitable test FHIR data to work with.
If I happen to come up with a working bundle, I'd be happy to PR it in so that there is something to work with if you'd be interested!
Is your feature request related to a problem? Please describe.
I am having trouble debugging an issue with the converter where only the OBR segment of the HL7 gets encoded despite the MSH and PID segments being present.
Describe the solution you'd like
It would be nice to have at least 1 reference FHIR bundle in the repository that has been verified to work with the converter.
Describe alternatives you've considered
Currently have a test FHIR bundle pieced together but it is difficult to tell whether the above issue I'm seeing is an issue with my input or a bug within the converter. Also, synthea is a great tool but doesn't seem to be well-suited for such a small scope.
Additional context
Just to be clear, I'm not asserting that my input is correct, I will be continuing to iterate on it and check it against spec, just would be nice to have something to reference--it's difficult to find suitable test FHIR data to work with.
If I happen to come up with a working bundle, I'd be happy to PR it in so that there is something to work with if you'd be interested!
Thanks a bunch :)
Here's the output from
message.encode()
:output from
message.printStructure()
:and here's the test bundle I'm using at time of writing:
The text was updated successfully, but these errors were encountered: