| 1 |
Source: python-hl7
|
| 2 |
Section: python
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
|
| 5 |
Uploaders: John Paulett <john@paulett.org>
|
| 6 |
Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), python-setuptools (>= 0.6b3-1~)
|
| 7 |
Standards-Version: 3.9.2
|
| 8 |
Homepage: https://github.com/johnpaulett/python-hl7/
|
| 9 |
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-hl7/trunk
|
| 10 |
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-hl7/trunk/
|
| 11 |
|
| 12 |
Package: python-hl7
|
| 13 |
Architecture: all
|
| 14 |
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-pkg-resources
|
| 15 |
Provides: ${python:Provides}
|
| 16 |
Description: Python library for parsing HL7 messages
|
| 17 |
HL7 is a communication protocol and message format for health care data.
|
| 18 |
It is the de-facto standard for transmitting data between clinical
|
| 19 |
information systems and between clinical devices. The version 2.x series,
|
| 20 |
which is often is a pipe delimited format is currently the most widely
|
| 21 |
accepted version of HL7 (version 3.0 is an XML-based format).
|
| 22 |
python-hl7 currently only parses HL7 version 2.x messages into an easy
|
| 23 |
to access, list-based, data structure.
|