pd_x12 1.4.5 → 1.4.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +15 -0
  2. data/lib/x12/version.rb +1 -1
  3. data/misc/835oa.xml +83 -0
  4. metadata +6 -7
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NzkzZThjNjExNzNkMTk0NmYxNjI1ZGZiNzg2YTVkNWE3ZTEyNDJhZg==
5
+ data.tar.gz: !binary |-
6
+ MDIyZTY2MWI1ZDkwMzZmNGQ3NmUxZGM5ODg5YjVhZmZjZGZkNmNmZA==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ MzI5NDUxMjhiZDZjZjYzYzc0Yzc0NTU2MDQzZTBkYzE4NzU3ZGZhYTE4YWMz
10
+ YzFiYzQwZTZmYWIyNDM1OTM0OTlhMDE3ZTM0YTAwYzY3ZTRiMTczYWZiNmY2
11
+ YzM2M2ZlMWQ3YTI0ZTdiZjIxODNiM2FmYzFiNGU3NTY1NGI3ZGQ=
12
+ data.tar.gz: !binary |-
13
+ ZmJmZmExN2VhYzIwMTE2OGRiYWExNWI4MDY1YmZlMmJjYzkyZGJmODRiODdl
14
+ YzljOWZjMDY5ZmVhYzA4YTkzZjgzZWFlZDgyYmE5MTBjZDAxNDBlZWNkODY4
15
+ N2E0YTFmZTkyZWRjMjMxOGE4NDMzZjUyNjAwN2VlNzFkZDc0YzA=
data/lib/x12/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module X12
2
- VERSION = "1.4.5"
2
+ VERSION = "1.4.6"
3
3
  end
data/misc/835oa.xml ADDED
@@ -0,0 +1,83 @@
1
+ <!--
2
+ This file is part of the X12Parser library that provides tools to
3
+ manipulate X12 messages using Ruby native syntax.
4
+
5
+ Copyright (C) 2012 P&D Technical Solutions, LLC
6
+
7
+ This library is free software; you can redistribute it and/or
8
+ modify it under the terms of the GNU Lesser General Public
9
+ License as published by the Free Software Foundation; either
10
+ version 2.1 of the License, or (at your option) any later version.
11
+
12
+ This library is distributed in the hope that it will be useful,
13
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
+ Lesser General Public License for more details.
16
+
17
+ You should have received a copy of the GNU Lesser General Public
18
+ License along with this library; if not, write to the Free Software
19
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20
+
21
+ $Id: 835OA.xml 2013-06-08 mjp using version 5010 $
22
+ Non-standard implementation of the 835 transaction
23
+ Allows for multiple ST/SE segments
24
+ -->
25
+
26
+ <Definition>
27
+ <Loop name="835" required="y">
28
+ <Segment name="ISA" max="1" required="y" />
29
+ <Segment name="GS" max="1" required="y" />
30
+ <Loop name="L835" max="5000" comment="This X12 Transaction Set contains the format and establishes the data contents of the Professional Healthcare Claim Transaction Set (837p) for use within the context of an Electronic Data Interchange (EDI) environment.">
31
+ <Segment name="ST" max="1" required="y" />
32
+ <Segment name="BPR" max="1" required="y" comment="Fianancial Information" />
33
+ <Segment name="TRN" max="1" required="y" comment="Re-association Trace Number" />
34
+ <Segment name="CUR" max="1" required="n" />
35
+ <Segment name="REF" max="2" required="n" />
36
+ <Segment name="DTM" max="1" required="n" comment="Production Date" />
37
+ <Loop name="L1000A" max="1" required="y" comment="Payer Identification">
38
+ <Segment name="N1" max="1" required="y" />
39
+ <Segment name="N3" max="1" required="y" />
40
+ <Segment name="N4" max="1" required="y" />
41
+ <Segment name="REF" max="4" required="n" />
42
+ <Segment name="PER" min="1" max="inf" required="y" comment="4010 allows for 1 segment, 5010 allows for more than 1 segment"/>
43
+ </Loop>
44
+ <Loop name="L1000B" max="1" required="y" comment="Payee Identification" >
45
+ <Segment name="N1" max="1" required="y" />
46
+ <Segment name="N3" max="1" required="n" />
47
+ <Segment name="N4" max="1" required="y" />
48
+ <Segment name="REF" max="inf" required="n" />
49
+ <Segment name="RDM" max="1" required="n" />
50
+ </Loop>
51
+ <Loop name="L2000" required="n" comment="Claim Payment Information" >
52
+ <Segment name="LX" max="1" required="n" />
53
+ <Segment name="TS3" max="1" required="n" />
54
+ <Segment name="TS2" max="1" required="n" />
55
+ <Loop name="L2100" min="1" comment="The Loop 2100 CLP Claim Payment Information Segment begins data on each individual claim for a service provider within the 835 Transaction." >
56
+ <Segment name="CLP" max="1" required="y" />
57
+ <Segment name="CAS" max="99" required="n" />
58
+ <Segment name="NM1" min="1" max="7" required="y" />
59
+ <Segment name="MIA" max="1" required="n" />
60
+ <Segment name="MOA" max="1" required="n" />
61
+ <Segment name="REF" max="15" required="n" />
62
+ <Segment name="DTM" max="4" required="n" />
63
+ <Segment name="PER" max="2" required="n" />
64
+ <Segment name="AMT" max="13" required="n" />
65
+ <Segment name="QTY" max="14" required="n" />
66
+ <Loop name="L2110" max="999" required="n" comment="Service Payment Information">
67
+ <Segment name="SVC" max="1" required="n" />
68
+ <Segment name="DTM" max="2" required="n" />
69
+ <Segment name="CAS" max="99" required="n" />
70
+ <Segment name="REF" max="24" required="n" />
71
+ <Segment name="AMT" max="9" required="n" />
72
+ <Segment name="QTY" max="6" required="n" />
73
+ <Segment name="LQ" max="99" required="n" />
74
+ </Loop>
75
+ </Loop>
76
+ </Loop>
77
+ <Segment name="PLB" max="inf" required="n" comment="Provider Level Adjustment" />
78
+ <Segment name="SE" required="y" />
79
+ </Loop>
80
+ <Segment name="GE" max="1" required="y"/>
81
+ <Segment name="IEA" max="1" required="y"/>
82
+ </Loop>
83
+ </Definition>
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pd_x12
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.5
5
- prerelease:
4
+ version: 1.4.6
6
5
  platform: ruby
7
6
  authors:
8
7
  - App Design, Inc.
@@ -12,7 +11,7 @@ authors:
12
11
  autorequire:
13
12
  bindir: bin
14
13
  cert_chain: []
15
- date: 2013-04-15 00:00:00.000000000 Z
14
+ date: 2013-06-15 00:00:00.000000000 Z
16
15
  dependencies: []
17
16
  description: ! 'A gem to handle parsing and generation of ANSI X12 documents. Currently
18
17
  tested with Ruby >= 1.9.2. Gem supports X12 EDI transactions 270, 997, 837p and
@@ -49,6 +48,7 @@ files:
49
48
  - misc/270interchange.xml
50
49
  - misc/271.xml
51
50
  - misc/835.xml
51
+ - misc/835oa.xml
52
52
  - misc/837p.xml
53
53
  - misc/850.xml
54
54
  - misc/850dsd.xml
@@ -1883,27 +1883,26 @@ files:
1883
1883
  homepage: https://github.com/mjpete3/x12
1884
1884
  licenses:
1885
1885
  - GPL-2
1886
+ metadata: {}
1886
1887
  post_install_message:
1887
1888
  rdoc_options: []
1888
1889
  require_paths:
1889
1890
  - lib
1890
1891
  required_ruby_version: !ruby/object:Gem::Requirement
1891
- none: false
1892
1892
  requirements:
1893
1893
  - - ! '>='
1894
1894
  - !ruby/object:Gem::Version
1895
1895
  version: '0'
1896
1896
  required_rubygems_version: !ruby/object:Gem::Requirement
1897
- none: false
1898
1897
  requirements:
1899
1898
  - - ! '>='
1900
1899
  - !ruby/object:Gem::Version
1901
1900
  version: '0'
1902
1901
  requirements: []
1903
1902
  rubyforge_project:
1904
- rubygems_version: 1.8.24
1903
+ rubygems_version: 2.0.2
1905
1904
  signing_key:
1906
- specification_version: 3
1905
+ specification_version: 4
1907
1906
  summary: A gem to handle parsing and generation of ANSI X12 documents
1908
1907
  test_files:
1909
1908
  - test/tc_factory_270.rb