LinuxForHealth / connect-r-and-d

Linux For Health Connectors for Inbound Data Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mjlorenzo305 opened this issue · comments

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.