Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Support Industry-standard message responses (such as HL7v2 ACK) #344

Open
mjlorenzo305 opened this issue Jan 8, 2021 · 0 comments
Open

Comments

@mjlorenzo305
Copy link
Contributor

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Currently LFH returns a message body that does not comply with some industry standards such as HL7 message protocol. This issue can be broken down to address different protocol in a case-by-case basis.
As an example, HL7v2 requires that messages that are successful (or failed) be returned in HL7 message format such as ACK response. This would allow for better compatibility with existing systems that leverage those responses in order to perform audit or retry logic etc.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Implement protocol responses for each route as appropriate.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
None.
Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant