siddhi-io / siddhi-io-hl7

Extension that transmits Health Level 7 International (HL7) messages. This uses the HAPI parser that supports HL7 V 2.x messages, to provide HL7 support.
Apache License 2.0
0 stars 9 forks source link

Initial Implementation for hl7 connector #1

Closed mayuravaani closed 5 years ago

mayuravaani commented 5 years ago

Purpose

Hl7 is an international standard used to exchange medical records between healthcare systems. This connector is used to transmit the hl7 messages among the systems using MLLP protocol.

Goals

This connector allows user to send and receive hl7 type messages.

Approach

Developed this hl7 connector using HL7 Version 2 API

User stories

User story of Hl7 Connector for SP https://docs.google.com/document/d/1uiLAWphNBIytpo5rzSAdq-4pLxJH3XLvAf1uEvfJKFA/edit

Release note

Brief description of the new feature or bug fix as it will appear in the release notes

Documentation

Link(s) to product documentation that addresses the changes of this PR. If no doc impact, enter “N/A” plus brief explanation of why there’s no doc impact

Training

Link to the PR for changes to the training content in https://github.com/wso2/WSO2-Training, if applicable

Certification

Type “Sent” when you have provided new/updated certification questions, plus four answers for each question (correct answer highlighted in bold), based on this change. Certification questions/answers should be sent to certification@wso2.com and NOT pasted in this PR. If there is no impact on certification exams, type “N/A” and explain why.

Marketing

Link to drafts of marketing content that will describe and promote this feature, including product page changes, technical articles, blog posts, videos, etc., if applicable

Automation tests

Security checks

Samples

Provide high-level details about the samples related to this feature

Related PRs

List any other related PRs

Migrations (if applicable)

Describe migration steps and platforms on which migration has been tested

Test environment

JDK versions: JDK 8, operating system: ubuntu 16.04 LTS

Learning

https://hapifhir.github.io/hapi-hl7v2/ https://hapifhir.github.io/hapi-hl7v2/base/apidocs/

grainier commented 5 years ago

@mayuravaani Please fill in the PR template with a few details on what this PR about, Purpose, Approach, User stories, Automation test, etc...