Giter VIP home page Giter VIP logo

Comments (5)

azoner avatar azoner commented on July 30, 2024

I will review the current adjustment reason codes. This codeset is listed in the file codes.xml.

You can ignore external codesets with the command line flag --exclude_external_codes.

For example:

x12valid.py ---exclude_external_codes adjustment_reason

I haven't worked with 835 recently. What loop in the 835 are you wanting to enumerate? I would do something like:

src = pyx12.x12context.X12ContextReader(param, errh, fd_in)
for datatree in src.iter_segments('2300'): # enumerate 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'))

This is an 837 example. Pick the 835 loop you're wanting to extract data from.

from pyx12.

cwiese avatar cwiese commented on July 30, 2024

yup - I get it now. Thanks for checking on the CARC. Where do you get the update XML from?

Thanks.

from pyx12.

azoner avatar azoner commented on July 30, 2024

The official codeset is published by x12.org

http://www.x12.org/codes/claim-adjustment-reason-codes/

I have been removing some of the less-stable external codesets from pyx12. We really want to validate what's baked into the 5010 implementation guide and will not change without a published addendum.

from pyx12.

azoner avatar azoner commented on July 30, 2024

I'm going to remove this codeset from the specs. There is a constant level of adds and deletions of codes. Any list I build will never be or stay correct,

from pyx12.

azoner avatar azoner commented on July 30, 2024

Removed the codeset.

from pyx12.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.