Skip to content

cdgramos/Sublime-Text-3---HL7-Plug-In

Repository files navigation

ST3 - HL7 plug-in and syntax highlighter

HL7 Sublime Text 3 plug-in and syntax highlighter to make the life of those who work in the Health Integration field easier.

Functionalities

Enhanced syntax highlighter

Syntax Highlighter Image

Segment inspector

Gives a description of the segment and parses it.

Segment Inspector Image

Message Cleaner

Cleans an HL7 message from unwanted escape characters such as "^M". It also cleans every unnecessary "|" and "^" to improve readability.

Message Cleaner Image

Segment / Event search

Searches on Caristix web site the given segment (e.g. PID, OBX, ...) or event (e.g. ADT^A01, ADT_A04). Notice that events separated with both ^ and _ are valid searches. Segment Event Searcher Image

Keyword Inspector

On double click shows the description of the message (e.g. ADT_A01) or the segment (e.g. PV1).

Keyword Inspector Image

Status Bar

Quickly know which field you are looking to.

Status Bar Image

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Installation

Manual Install (windows):

  • Clone / copy the whole repository to your machine
  • Extract the folder to a directory similar to this one: C:\Users\<Your.Name>\AppData\Roaming\Sublime Text 3\Packages\User\ (You can also access this directory using the Preferences >> Browse Packages...)
  • Re-start Sublime Text 3

Install with Package Control (see how to install package control here: https://packagecontrol.io/installation):

  • Open the command palette (Win/Linux: ctrl+shift+p, Mac: cmd+shift+p)
  • Package Control: Add Repository
  • Use the following repository URL: https://github.com/cdgramos/Sublime-Text-3---HL7-Plug-In
  • Open the command palette (Win/Linux: ctrl+shift+p, Mac: cmd+shift+p)
  • Package Control: Install Package
  • Search for: Sublime Text 3 HL7 Plug-In

Change Log

  • 04-07-2024 - Fix - Search functionality works again
  • 30-09-2019 - Fix - Key word inspector only shows description if both clicks are on top of the word
  • 08-04-2019 - Initial settings and small fixes on syntax highlighter / HL7 cleaner
  • 24-08-2018 - Status bar now displays the segment and position where the cursor is
  • 23-07-2018 - Repetition character support
  • 22-07-2018 - Keyword inspector
  • 22-04-2018 - Message cleaner
  • 15-04-2018 - Sub-component separator support
  • 01-02-2018 - First version

Acknowledgments

About

Sublime Text 3 Plug-In to work with HL7 messages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages