Skip to main content

HIPAA X12 validator, parser and converter

Project description

Pyx12

Build Status

Pyx12 is a HIPAA X12 document validator and converter. It parses an ANSI X12N data file and validates it against a representation of the Implementation Guidelines for a HIPAA transaction. By default, it creates a 997 response for 4010 and a 999 response for 5010. It can create an html representation of the X12 document or can translate to and from an XML representation of the data file.

Usage

As a command line tool

x12valid <filename>

To fix common X12 structural errors

x12norm --fix --eol <filename>

Code Examples

Iterate over a loop.  Alter children. Show changes
    src = pyx12.x12context.X12ContextReader(param, errh, fd_in)
    for datatree in src.iter_segments('2300'):
        # do something with a 2300 claim loop
        # we have access to the 2300 loop and all its children
        for loop2400 in datatree.select('2400'):
            print(loop2400.get_value('SV101'))
            # update something
            loop2400.set_value('SV102', 'xx')
            # delete something
            if loop2400.exists('PWK'):
                loop2400.delete('PWK')
        # iterate over all the child segments
        for seg_node in datatree.iterate_segments():
            print(seg_node.format())

Prerequisites

Pyx12 uses some runtime features of setuptools / distribute. If you use pip to install, all is good. If not, install setuptools first.

Get setuptools http://pypi.python.org/pypi/setuptools/

Get pip http://www.pip-installer.org/en/latest/installing.html

Install

Install system-wide

pip install pyx12

Or install in a virtual environment

virtualenv my_env
pip -E my_env install pyx12

Licensing

Pyx12 has a BSD license. The full license text is included with the source code for the package.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyx12-3.1.0rc1.tar.gz (525.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyx12-3.1.0rc1-py2.py3-none-any.whl (612.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file pyx12-3.1.0rc1.tar.gz.

File metadata

  • Download URL: pyx12-3.1.0rc1.tar.gz
  • Upload date:
  • Size: 525.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyx12-3.1.0rc1.tar.gz
Algorithm Hash digest
SHA256 b3091ae613eb5d5c434a28e6160aa8ce7eb873ad9982f17eae7e73d1f56b64f6
MD5 6ae5422a805abdb237163eb06b3c70e9
BLAKE2b-256 53c3832e6e720dfcbee9e187e656ab1668cb805cb07a0e29394f7fd6f951f56f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyx12-3.1.0rc1.tar.gz:

Publisher: release.yml on azoner/pyx12

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyx12-3.1.0rc1-py2.py3-none-any.whl.

File metadata

  • Download URL: pyx12-3.1.0rc1-py2.py3-none-any.whl
  • Upload date:
  • Size: 612.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyx12-3.1.0rc1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 81e766624aab1d57b3e9ea39c2855dea089d9ce588f37ef0943a59ca132b0f36
MD5 b6c382deb59946b58c6fea4ea9e17e7e
BLAKE2b-256 5ef77ff62aa415b2ee7d708d360c4ac5641ef25523b2894ff7026767c8e4e4b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyx12-3.1.0rc1-py2.py3-none-any.whl:

Publisher: release.yml on azoner/pyx12

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page