https://github.com/gitrust/vim-hl7
VIM syntax for HL7 v2
https://github.com/gitrust/vim-hl7
healthcare hl7 hl7v2 syntax-highlighting vim
Last synced: 6 days ago
JSON representation
VIM syntax for HL7 v2
- Host: GitHub
- URL: https://github.com/gitrust/vim-hl7
- Owner: gitrust
- License: mit
- Created: 2019-02-20T12:31:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T14:29:15.000Z (almost 3 years ago)
- Last Synced: 2023-11-01T19:33:10.294Z (about 2 years ago)
- Topics: healthcare, hl7, hl7v2, syntax-highlighting, vim
- Language: Vim Script
- Homepage:
- Size: 59.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-hl7
VIM syntax highlighting configuration for HL7 (Health Level Seven) v2 files.
HL7 v2.x messages use a non-XML encoding syntax based on segments (lines) and one-character delimiters.
I wrote this VIM configuration for a simple syntax highlighting of HL7 files.
See example below.

For an example HL7 file see in the `msg` folder
## Installation
Follow steps below to install VIM configuration in your HOME folder
- Copy filetype detection configuration file from `ftdetect/hl7.vim` to `~/.vim/ftdetect/`
- Copy syntax configuration file from `syntax/hl7.vim` to `~/.vim/syntax/`
## Reference
- https://www.vim.org/
- http://www.hl7.org/implement/standards/product_brief.cfm?product_id=185