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.0rc2.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.0rc2-py2.py3-none-any.whl (612.2 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: pyx12-3.1.0rc2.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.0rc2.tar.gz
Algorithm Hash digest
SHA256 5f96baed554b7d2d8c347cf38580f33aa111ad20d779485322cc0fc2291ef08d
MD5 ef2f034278dbc3748fa46ed273c235e5
BLAKE2b-256 fb9b2b39a86904591ab6a6998c5b811a7144b69462c9a9121ca68ca0b534e8be

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyx12-3.1.0rc2.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.0rc2-py2.py3-none-any.whl.

File metadata

  • Download URL: pyx12-3.1.0rc2-py2.py3-none-any.whl
  • Upload date:
  • Size: 612.2 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.0rc2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0d66c674b0f470a6b410e491cebcca1409e15d3eeb9693aa75e790ef2d31ac87
MD5 17135fe9e21e25501dc3163473e2c3e4
BLAKE2b-256 022276a91928aa63d19ad2291cab757065689d4200be9283cfa47a1c1b390407

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyx12-3.1.0rc2-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