Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(routes): add hl7v2-to-json route #1488

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

Fdawgs
Copy link
Owner

@Fdawgs Fdawgs commented May 20, 2023

closes #1403

TODO:

  • Support text/hl7v2 as content-type (see IANA media type)
  • Correct terminology for pipe separated messages? Are they "vertical bar" encoded messages?
  • Unit tests for hl7v2-to-json plugin
  • Tests for hl7v2/json route
  • E2E test for hl7v2/json route in server.test.js
  • Add example route and Insomnia example requests
  • Add mention of route to readme
  • Review custom segment support/configuration

@Fdawgs Fdawgs force-pushed the feat/hl7v2-to-json branch 3 times, most recently from c930e1b to 7dc4436 Compare May 27, 2023 18:14
@Fdawgs Fdawgs added this to the v11.1.0 milestone May 30, 2023
@Fdawgs Fdawgs force-pushed the feat/hl7v2-to-json branch from 7dc4436 to 2a9e333 Compare May 30, 2023 20:12
@Fdawgs Fdawgs modified the milestones: v11.1.0, v11.0.0 May 30, 2023
@Fdawgs Fdawgs force-pushed the feat/hl7v2-to-json branch from 2a9e333 to 64a496e Compare May 31, 2023 18:46
@Fdawgs Fdawgs force-pushed the feat/hl7v2-to-json branch from 64a496e to 6dd3b4b Compare May 31, 2023 19:35
@Fdawgs Fdawgs force-pushed the feat/hl7v2-to-json branch from 6dd3b4b to 7925dc8 Compare June 3, 2023 08:39
@Fdawgs Fdawgs modified the milestones: v11.0.0, v11.1.0 Jun 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add HL7v2 to JSON/XML utility route
1 participant