How to Install and Uninstall python3-hl7 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 05,2024

1. Install "python3-hl7" package

This is a short guide on how to install python3-hl7 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-hl7

2. Uninstall "python3-hl7" package

Please follow the guidance below to uninstall python3-hl7 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-hl7 $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-hl7 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-hl7
Priority: optional
Section: universe/python
Installed-Size: 76
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: all
Source: python-hl7
Version: 0.3.3-4
Provides: python-hl7
Depends: python3, python3-six, python3:any (>= 3.3.2-2~), python3-pkg-resources
Recommends: python3-mock
Breaks: python-hl7 (<= 0.3.2-1)
Filename: pool/universe/p/python-hl7/python3-hl7_0.3.3-4_all.deb
Size: 18278
MD5sum: 43412aaf2613d15680c4516101502cb9
SHA1: 212d2aa425d83f31381135e99337c6388fb5c542
SHA256: 4b5496854e6f0ea358274df20cc8c6f6a248e5ff37273500d8fed115f33cbd09
Description-en: Python3 library for parsing HL7 messages
HL7 is a communication protocol and message format for health care data.
It is the de-facto standard for transmitting data between clinical
information systems and between clinical devices. The version 2.x series,
which is often is a pipe delimited format is currently the most widely
accepted version of HL7 (version 3.0 is an XML-based format).
python-hl7 currently only parses HL7 version 2.x messages into an easy
to access, list-based, data structure.
.
This package contains the Python3 API.
Description-md5: 5f72a9e83f7233a644ef19f2c0d03682
Homepage: https://github.com/johnpaulett/python-hl7/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu