PD_x12 1.3.2 → 1.3.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@
4
4
 
5
5
  http://x12parser.rubyforge.org
6
6
 
7
- Copyright (C) 2009 APP Design, Inc.
7
+ Copyright (C) 2012 P & D Technology Solutions, LLC
8
8
 
9
9
  This library is free software; you can redistribute it and/or
10
10
  modify it under the terms of the GNU Lesser General Public
@@ -20,7 +20,7 @@
20
20
  License along with this library; if not, write to the Free Software
21
21
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22
22
 
23
- $Id: 997.xml 85 2009-05-13 19:17:51Z ikk $
23
+
24
24
  -->
25
25
 
26
26
  <!--
@@ -31,6 +31,8 @@
31
31
 
32
32
  <Definition>
33
33
  <Loop name="997" comment="This X12 Transaction Set contains the format and establishes the data contents of the Functional Acknowledgment Transaction Set (997) for use within the context of an Electronic Data Interchange (EDI) environment. The transaction set can be used to define the control structures for a set of acknowledgments to indicate the results of the syntactical analysis of the electronically encoded documents. The encoded documents are the transaction sets, which are grouped in functional groups, used in defining transactions for business data interchange. This standard does not cover the semantic meaning of the information encoded in the transaction sets.">
34
+ <Segment name="ISA" max="1" required="y" />
35
+ <Segment name="GS" max="1" required="y" />
34
36
  <Segment name="ST" max="1">
35
37
  <Field name="TransactionSetIdentifierCode" const="997" min="3" max="3" validation="T143" comment="Code uniquely identifying a Transaction Set"/>
36
38
  <Field name="TransactionSetControlNumber" min="4" max="9" comment="Identifying control number that must be unique within the transaction set functional group assigned by the originator for a transaction set"/>
@@ -46,5 +48,8 @@
46
48
  </Loop>
47
49
  <Segment name="AK9" max="1" required="y"/>
48
50
  <Segment name="SE" max="1" required="y"/>
51
+ <Segment name="GE" max="1" required="y"/>
52
+ <Segment name="IEA" max="1" required="y"/>
49
53
  </Loop>
54
+
50
55
  </Definition>
@@ -0,0 +1,53 @@
1
+ <!--
2
+ This file is part of the X12Parser library that provides tools to
3
+ manipulate X12 messages using Ruby native syntax.
4
+
5
+ http://x12parser.rubyforge.org
6
+
7
+ Copyright (C) 2012 P & D Technology Solutions, LLC.
8
+
9
+ This library is free software; you can redistribute it and/or
10
+ modify it under the terms of the GNU Lesser General Public
11
+ License as published by the Free Software Foundation; either
12
+ version 2.1 of the License, or (at your option) any later version.
13
+
14
+ This library is distributed in the hope that it will be useful,
15
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ Lesser General Public License for more details.
18
+
19
+ You should have received a copy of the GNU Lesser General Public
20
+ License along with this library; if not, write to the Free Software
21
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22
+
23
+ -->
24
+
25
+
26
+ <Definition>
27
+ <Loop name="999" required="y" >
28
+ <Segment name="ISA" max="1" required="y" />
29
+ <Segment name="GS" max="1" required="y" />
30
+ <Segment name="ST" max="1" required="y" >
31
+ <Field name="TransactionSetIdentifierCode" const="999" min="3" max="3" validation="T143" comment="Code uniquely identifying a Transaction Set"/>
32
+ <Field name="TransactionSetControlNumber" min="4" max="9" comment="Identifying control number that must be unique within the transaction set functional group assigned by the originator for a transaction set"/>
33
+ <Field name="ImplementationConventionReference" required="n" min="1" max="35" comment="Reference assigned to identify implementation control" />
34
+ </Segment>
35
+ <Segment name="AK1" required="y" max="1" comment="Functional Group Response"/>
36
+ <Loop name="L1000" max="999999" required="y">
37
+ <Segment name="AK2" max="1" required="n" comment="Transaction Set Response Header"/>
38
+ <Loop name="L1010" max="999999" required="n">
39
+ <Segment name="IK3" max="1" required="n" comment="Error Identification"/>
40
+ <Segment name="CTX" max="10" required="n" comment="Segment Context"/>
41
+ <Loop name="L1020" required="n">
42
+ <Segment name="IK4" max="1" required="n" comment="Implementation Data Element Note"/>
43
+ <Segment name="CTX" max="10" required="n" comment="Element Context"/>
44
+ </Loop>
45
+ </Loop>
46
+ <Segment name="IK5" max="1" required="y" comment="Transaction Set Response Trailer"/>
47
+ </Loop>
48
+ <Segment name="AK9" max="1" required="y"/>
49
+ <Segment name="SE" max="1" required="y"/>
50
+ <Segment name="GE" max="1" required="y"/>
51
+ <Segment name="IEA" max="1" required="y"/>
52
+ </Loop>
53
+ </Definition>
@@ -26,4 +26,5 @@
26
26
  <Segment name="AK1" comment="To start acknowledgment of a functional group">
27
27
  <Field name="FunctionalIdentifierCode" min="2" max="2" validation="T479" comment="Code identifying a group of application related transaction sets"/>
28
28
  <Field name="GroupControlNumber" type="long" min="1" max="9" comment="Assigned number originated and maintained by the sender"/>
29
+ <Field name="VersionReleaseIndustryIdentifierCode" required="n" min="1" max="12" commnet="Code indicating the version, release, subrelease and industry identifierof the EDI standard being used." />
29
30
  </Segment>
@@ -26,4 +26,5 @@
26
26
  <Segment name="AK2" comment="To start acknowledgment of a single transaction set">
27
27
  <Field name="TransactionSetIdentifierCode" required="y" min="3" max="3" validation="T143" comment="Code uniquely identifying a Transaction Set"/>
28
28
  <Field name="TransactionSetControlNumber" required="y" min="4" max="9" comment="Identifying control number that must be unique within the transaction set functional group assigned by the originator for a transaction set"/>
29
+ <Field name="ImplementationConventionReference" required="n" min="1" max="35" comment="Reference assigned to identify implmentation convention" />
29
30
  </Segment>
@@ -0,0 +1,29 @@
1
+ <!--
2
+ This file is part of the X12Parser library that provides tools to
3
+ manipulate X12 messages using Ruby native syntax.
4
+
5
+ http://x12parser.rubyforge.org
6
+
7
+ Copyright (C) 2012 P & D Technology Solutions, LLC.
8
+
9
+ This library is free software; you can redistribute it and/or
10
+ modify it under the terms of the GNU Lesser General Public
11
+ License as published by the Free Software Foundation; either
12
+ version 2.1 of the License, or (at your option) any later version.
13
+
14
+ This library is distributed in the hope that it will be useful,
15
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ Lesser General Public License for more details.
18
+
19
+ You should have received a copy of the GNU Lesser General Public
20
+ License along with this library; if not, write to the Free Software
21
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22
+
23
+ -->
24
+
25
+
26
+ <Composite name="C998" comment="Holds information to identify a context">
27
+ <Field name="ContextName" required="y" min="1" max="35" comment="Holds the name or tag of a context. Always contains the value 'SITUATIONAL TRIGGER'"/>
28
+ <Field name="ContectReference" required="n" min="1" max="2"/>
29
+ </Composite>
@@ -0,0 +1,29 @@
1
+ <!--
2
+ This file is part of the X12Parser library that provides tools to
3
+ manipulate X12 messages using Ruby native syntax.
4
+
5
+ http://x12parser.rubyforge.org
6
+
7
+ Copyright (C) 2012 P & D Technology Solutions, LLC.
8
+
9
+ This library is free software; you can redistribute it and/or
10
+ modify it under the terms of the GNU Lesser General Public
11
+ License as published by the Free Software Foundation; either
12
+ version 2.1 of the License, or (at your option) any later version.
13
+
14
+ This library is distributed in the hope that it will be useful,
15
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ Lesser General Public License for more details.
18
+
19
+ You should have received a copy of the GNU Lesser General Public
20
+ License along with this library; if not, write to the Free Software
21
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22
+
23
+ -->
24
+
25
+
26
+ <Composite name="C999" comment="TO hold the reference number of a data element and optionally a component data element within a composite">
27
+ <Field name="DataElementReferenceNumber" required="y" min="1" max="4" comment="Reference number used to locate the data element in the data element dictionary"/>
28
+ <Field name="DataElementReferenceNumber" required="n" min="1" max="4" comment="Reference number used to locate the data element in the data element dictionary"/>
29
+ </Composite>
@@ -33,16 +33,16 @@
33
33
  <Field name="MedicareAssignmentCode" required="y" min="1" max="1" validation="T1359" comment="Code indicating whether the provider accepts assignment"/>
34
34
  <Field name="BenefitsAssignmentCertificationIndicator" required="y" min="1" max="1" validation="T1073" comment="Code indicating a Yes or No condition or response"/>
35
35
  <Field name="ReleaseOfInformationCode" required="y" min="1" max="1" validation="T1363" comment="Code indicating whether the provider has on file a signed statement by the patient authorizing the release of medical data to other organizations"/>
36
- <Field name="PatientSignatureSourceCode" min="1" max="1" validation="T1351" comment="Code indicating how the patient or subscriber authorization signatures were obtained and how they are being retained by the provider"/>
37
- <Field name="RelatedCausesInformation" type="C024" min="0" max="inf" comment="To identify one or more related causes and associated state or country information"/>
38
- <Field name="SpecialProgramCode" min="2" max="3" validation="T1366" comment="Code indicating the Special Program under which the services rendered to the patient were performed"/>
39
- <Field name="YesNoConditionOrResponseCode3" required="y" min="1" max="1" validation="T1073" comment="Code indicating a Yes or No condition or response"/>
40
- <Field name="LevelOfServiceCode" required="y" min="1" max="3" validation="T1338" comment="Code specifying the level of service rendered"/>
41
- <Field name="YesNoConditionOrResponseCode4" required="y" min="1" max="1" validation="T1073" comment="Code indicating a Yes or No condition or response"/>
42
- <Field name="ProviderAgreementCode" required="y" min="1" max="1" validation="T1360" comment="Code indicating the type of agreement under which the provider is submitting this claim"/>
43
- <Field name="ClaimStatusCode" required="y" min="1" max="2" validation="T1029" comment="Code identifying the status of an entire claim as assigned by the payor, claim review organization or repricing organization"/>
44
- <Field name="YesNoConditionOrResponseCode5" required="y" min="1" max="1" validation="T1073" comment="Code indicating a Yes or No condition or response"/>
45
- <Field name="ClaimSubmissionReasonCode" required="y" min="2" max="2" validation="T1383" comment="Code identifying reason for claim submission"/>
46
- <Field name="DelayReasonCode" min="1" max="2" validation="T1514" comment="Code indicating the reason why a request was delayed"/>
36
+ <Field name="PatientSignatureSourceCode" required="n" min="1" max="1" validation="T1351" comment="Code indicating how the patient or subscriber authorization signatures were obtained and how they are being retained by the provider"/>
37
+ <Field name="RelatedCausesInformation" required="n" type="C024" min="0" max="inf" comment="To identify one or more related causes and associated state or country information"/>
38
+ <Field name="SpecialProgramCode" required="n" min="2" max="3" validation="T1366" comment="Code indicating the Special Program under which the services rendered to the patient were performed"/>
39
+ <Field name="YesNoConditionOrResponseCode3" required="n" min="1" max="1" validation="T1073" comment="Code indicating a Yes or No condition or response"/>
40
+ <Field name="LevelOfServiceCode" required="n" min="1" max="3" validation="T1338" comment="Code specifying the level of service rendered"/>
41
+ <Field name="YesNoConditionOrResponseCode4" required="n" min="1" max="1" validation="T1073" comment="Code indicating a Yes or No condition or response"/>
42
+ <Field name="ProviderAgreementCode" required="n" min="1" max="1" validation="T1360" comment="Code indicating the type of agreement under which the provider is submitting this claim"/>
43
+ <Field name="ClaimStatusCode" required="n" min="1" max="2" validation="T1029" comment="Code identifying the status of an entire claim as assigned by the payor, claim review organization or repricing organization"/>
44
+ <Field name="YesNoConditionOrResponseCode5" required="n" min="1" max="1" validation="T1073" comment="Code indicating a Yes or No condition or response"/>
45
+ <Field name="ClaimSubmissionReasonCode" required="n" min="2" max="2" validation="T1383" comment="Code identifying reason for claim submission"/>
46
+ <Field name="DelayReasonCode" required="n" min="1" max="2" validation="T1514" comment="Code indicating the reason why a request was delayed"/>
47
47
  </Segment>
48
48
 
@@ -0,0 +1,33 @@
1
+ <!--
2
+ This file is part of the X12Parser library that provides tools to
3
+ manipulate X12 messages using Ruby native syntax.
4
+
5
+ http://x12parser.rubyforge.org
6
+
7
+ Copyright (C) 2012 P & D Technology Solutions, LLC.
8
+
9
+ This library is free software; you can redistribute it and/or
10
+ modify it under the terms of the GNU Lesser General Public
11
+ License as published by the Free Software Foundation; either
12
+ version 2.1 of the License, or (at your option) any later version.
13
+
14
+ This library is distributed in the hope that it will be useful,
15
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ Lesser General Public License for more details.
18
+
19
+ You should have received a copy of the GNU Lesser General Public
20
+ License along with this library; if not, write to the Free Software
21
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22
+
23
+ -->
24
+
25
+ <Segment name="CTX" comment="Context Information">
26
+ <Field name="ContextIdentification" type="C998" required="y" comment="Holds information to identify a context"/>
27
+ <Field name="SegmentIdCode" required="n" min="2" max="3" comment="Code defining the segment id of the data segment in error"/>
28
+ <Field name="SegmentPositionInTransactionSet" required="n" min="1" max="10" comment="The numerical position of this data segment from the start of the transaction set."/>
29
+ <Field name="LoopIdentifierCode" required="n" min="1" max="4" comment="The loop id number given on teh transaction set diagram"/>
30
+ <Field name="PositionInSegment" type="C030" required="n" comment="Code indicating the relative segment position of the simple data element or composite data structure in error within a segment."/>
31
+ <Field name="ReferenceInSegment" type="C999" required="n" comment="To hold the reference number of a data element and optionally a component data element within a composite."/>
32
+ </Segment>
33
+
@@ -0,0 +1,30 @@
1
+ <!--
2
+ This file is part of the X12Parser library that provides tools to
3
+ manipulate X12 messages using Ruby native syntax.
4
+
5
+ http://x12parser.rubyforge.org
6
+
7
+ Copyright (C) 2012 P & D Technology Solutions, LLC
8
+
9
+ This library is free software; you can redistribute it and/or
10
+ modify it under the terms of the GNU Lesser General Public
11
+ License as published by the Free Software Foundation; either
12
+ version 2.1 of the License, or (at your option) any later version.
13
+
14
+ This library is distributed in the hope that it will be useful,
15
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ Lesser General Public License for more details.
18
+
19
+ You should have received a copy of the GNU Lesser General Public
20
+ License along with this library; if not, write to the Free Software
21
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22
+
23
+ -->
24
+
25
+ <Segment name="IK3" comment="To report errors in a data segment and identify the location of the data segment">
26
+ <Field name="SegmentIdCode" required="y" min="2" max="3" comment="Code defining the segment ID of the data segment in error (See Appendix A - Number 77)"/>
27
+ <Field name="SegmentPositionInTransactionSet" required="y" min="1" max="10" comment="The numerical count position of this data segment from the start of the transaction set: the transaction set header is count position 1"/>
28
+ <Field name="LoopIdentifierCode" required="n" min="1" max="4" comment="The loop ID number given on the transaction set diagram is the value for this data element in segments LS and LE"/>
29
+ <Field name="SegmentSyntaxErrorCode" required="n" min="1" max="3" validation="T620" comment="Code indicating error found based on the syntax editing of a segment"/>
30
+ </Segment>
@@ -0,0 +1,30 @@
1
+ <!--
2
+ This file is part of the X12Parser library that provides tools to
3
+ manipulate X12 messages using Ruby native syntax.
4
+
5
+ http://x12parser.rubyforge.org
6
+
7
+ Copyright (C) 2012 P & D Technology Solutions, LLC.
8
+
9
+ This library is free software; you can redistribute it and/or
10
+ modify it under the terms of the GNU Lesser General Public
11
+ License as published by the Free Software Foundation; either
12
+ version 2.1 of the License, or (at your option) any later version.
13
+
14
+ This library is distributed in the hope that it will be useful,
15
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ Lesser General Public License for more details.
18
+
19
+ You should have received a copy of the GNU Lesser General Public
20
+ License along with this library; if not, write to the Free Software
21
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22
+
23
+ -->
24
+
25
+ <Segment name="IK4" comment="To report errors in a data element or composite data structure and identify the location of the data element">
26
+ <Field name="PositionInSegment" type="C030" required="y" comment="Code indicating relative position of the simple data element or composite data strucutre in error within a segment."/>
27
+ <Field name="DataElementReferenceNumber" required="n" min="1" max="4" comment="Reference number used to locate element in the data element dictionary"/>
28
+ <Field name="ImplementationDataElementSyntaxErrorCode" required="y" min="1" max="3" validation="T621" comment="Code indicating the implementation error found after syntax edits of a data element"/>
29
+ <Field name="CopyOfBadDataElement" required="n" min="1" max="99" comment="This is a copy of the data element in error"/>
30
+ </Segment>
@@ -0,0 +1,32 @@
1
+ <!--
2
+ This file is part of the X12Parser library that provides tools to
3
+ manipulate X12 messages using Ruby native syntax.
4
+
5
+ http://x12parser.rubyforge.org
6
+
7
+ Copyright (C) 2012 P & D Technology Solutions, LLC.
8
+
9
+ This library is free software; you can redistribute it and/or
10
+ modify it under the terms of the GNU Lesser General Public
11
+ License as published by the Free Software Foundation; either
12
+ version 2.1 of the License, or (at your option) any later version.
13
+
14
+ This library is distributed in the hope that it will be useful,
15
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ Lesser General Public License for more details.
18
+
19
+ You should have received a copy of the GNU Lesser General Public
20
+ License along with this library; if not, write to the Free Software
21
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22
+
23
+ -->
24
+
25
+ <Segment name="IK5" comment="To acknowledge acceptance or rejection and report errors in a transaction set">
26
+ <Field name="TransactionSetAcknowledgmentCode" required="y" min="1" max="1" validation="T717" comment="Code indicating accept or reject condition based on the syntax editing of the transaction set"/>
27
+ <Field name="TransactionSetSyntaxErrorCode1" required="n" min="1" max="3" validation="T618" comment="Code indicating error found based on the syntax editing of a transaction set"/>
28
+ <Field name="TransactionSetSyntaxErrorCode2" required="n" min="1" max="3" validation="T618" comment="Code indicating error found based on the syntax editing of a transaction set"/>
29
+ <Field name="TransactionSetSyntaxErrorCode3" required="n" min="1" max="3" validation="T618" comment="Code indicating error found based on the syntax editing of a transaction set"/>
30
+ <Field name="TransactionSetSyntaxErrorCode4" required="n" min="1" max="3" validation="T618" comment="Code indicating error found based on the syntax editing of a transaction set"/>
31
+ <Field name="TransactionSetSyntaxErrorCode5" required="n" min="1" max="3" validation="T618" comment="Code indicating error found based on the syntax editing of a transaction set"/>
32
+ </Segment>
@@ -24,13 +24,13 @@
24
24
  -->
25
25
 
26
26
  <Segment name="PAT" comment="To supply patient information">
27
- <Field name="IndividualRelationshipCode" required="y" min="2" max="2" validation="T1069" comment="Code indicating the relationship between two individuals or entities"/>
28
- <Field name="PatientLocationCode" required="y" min="1" max="1" validation="T1384" comment="Code identifying the location where patient is receiving medical treatment"/>
29
- <Field name="EmploymentStatusCode" required="y" min="2" max="2" validation="T584" comment="Code showing the general employment status of an employee/claimant"/>
30
- <Field name="StudentStatusCode" required="y" min="1" max="1" validation="T1220" comment="Code indicating the student status of the patient if 19 years of age or older, not handicapped and not the insured"/>
31
- <Field name="DateTimePeriodFormatQualifier" required="y" min="2" max="3" validation="T1250" comment="Code indicating the date format, time format, or date and time format"/>
32
- <Field name="DateTimePeriod" required="y" min="1" max="35" comment="Expression of a date, a time, or range of dates, times or dates and times"/>
33
- <Field name="UnitOrBasisForMeasurementCode" required="y" min="2" max="2" validation="T355" comment="Code specifying the units in which a value is being expressed, or manner in which a measurement has been taken"/>
34
- <Field name="Weight" type="double" required="y" min="1" max="10" comment="Numeric value of weight"/>
35
- <Field name="YesNoConditionOrResponseCode" required="y" min="1" max="1" validation="T1073" comment="Code indicating a Yes or No condition or response"/>
27
+ <Field name="IndividualRelationshipCode" required="y" min="2" max="2" validation="T1069" comment="Code indicating the relationship between two individuals or entities"/>
28
+ <Field name="PatientLocationCode" required="n" min="1" max="1" validation="T1384" comment="Code identifying the location where patient is receiving medical treatment"/>
29
+ <Field name="EmploymentStatusCode" required="n" min="2" max="2" validation="T584" comment="Code showing the general employment status of an employee/claimant"/>
30
+ <Field name="StudentStatusCode" required="n" min="1" max="1" validation="T1220" comment="Code indicating the student status of the patient if 19 years of age or older, not handicapped and not the insured"/>
31
+ <Field name="DateTimePeriodFormatQualifier" required="n" min="2" max="3" validation="T1250" comment="Code indicating the date format, time format, or date and time format"/>
32
+ <Field name="DateTimePeriod" required="n" min="1" max="35" comment="Expression of a date, a time, or range of dates, times or dates and times"/>
33
+ <Field name="UnitOrBasisForMeasurementCode" required="n" min="2" max="2" validation="T355" comment="Code specifying the units in which a value is being expressed, or manner in which a measurement has been taken"/>
34
+ <Field name="Weight" type="double" required="n" min="1" max="10" comment="Numeric value of weight"/>
35
+ <Field name="YesNoConditionOrResponseCode" required="n" min="1" max="1" validation="T1073" comment="Code indicating a Yes or No condition or response"/>
36
36
  </Segment>
@@ -0,0 +1,50 @@
1
+ <!--
2
+ This file is part of the X12Parser library that provides tools to
3
+ manipulate X12 messages using Ruby native syntax.
4
+
5
+ http://x12parser.rubyforge.org
6
+
7
+ Copyright (C) 2012 P & D Technology Solutions, LLC.
8
+
9
+ This library is free software; you can redistribute it and/or
10
+ modify it under the terms of the GNU Lesser General Public
11
+ License as published by the Free Software Foundation; either
12
+ version 2.1 of the License, or (at your option) any later version.
13
+
14
+ This library is distributed in the hope that it will be useful,
15
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ Lesser General Public License for more details.
18
+
19
+ You should have received a copy of the GNU Lesser General Public
20
+ License along with this library; if not, write to the Free Software
21
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22
+
23
+ -->
24
+
25
+ <Table name="T618">
26
+ <Entry name="1" value="Transaction Set Not Supported"/>
27
+ <Entry name="2" value="Transaction Set Trailer Missing"/>
28
+ <Entry name="3" value="Transaction Set Control Number in Header and Trailer Do Not Match"/>
29
+ <Entry name="4" value="Number of Included Segments Does Not Match Actual Count"/>
30
+ <Entry name="5" value="One or More Segments in Error"/>
31
+ <Entry name="6" value="Missing or Invalid Transaction Set Identifier"/>
32
+ <Entry name="7" value="Missing or Invalid Transaction Set Control Number"/>
33
+ <Entry name="8" value="Authentication Key Name Unknown"/>
34
+ <Entry name="9" value="Encryption Key Name Unknown"/>
35
+ <Entry name="10" value="Requested Service (Authentication or Encrypted) Not Available"/>
36
+ <Entry name="11" value="Unknown Security Recipient"/>
37
+ <Entry name="12" value="Incorrect Message Length (Encryption Only)"/>
38
+ <Entry name="13" value="Message Authentication Code Failed"/>
39
+ <Entry name="15" value="Unknown Security Originator"/>
40
+ <Entry name="16" value="Syntax Error in Decrypted Text"/>
41
+ <Entry name="17" value="Security Not Supported"/>
42
+ <Entry name="18" value="Transaction Set not in Functional Group"/>
43
+ <Entry name="19" value="Invalid Transaction Set Implementation Convention Reference"/>
44
+ <Entry name="23" value="Transaction Set Control Number Not Unique within the Functional Group"/>
45
+ <Entry name="24" value="S3E Security End Segment Missing for S3S Security Start Segment"/>
46
+ <Entry name="25" value="S3S Security Start Segment Missing for S3E Security End Segment"/>
47
+ <Entry name="26" value="S4E Security End Segment Missing for S4S Security Start Segment"/>
48
+ <Entry name="27" value="S4S Security Start Segment Missing for S4E Security End Segment"/>
49
+ <Entry name="I6" value="Implementation convention not supported"/>
50
+ </Table>
@@ -0,0 +1,39 @@
1
+ <!--
2
+ This file is part of the X12Parser library that provides tools to
3
+ manipulate X12 messages using Ruby native syntax.
4
+
5
+ http://x12parser.rubyforge.org
6
+
7
+ Copyright (C) 2012 P & D Technology Solutions, LLC.
8
+
9
+ This library is free software; you can redistribute it and/or
10
+ modify it under the terms of the GNU Lesser General Public
11
+ License as published by the Free Software Foundation; either
12
+ version 2.1 of the License, or (at your option) any later version.
13
+
14
+ This library is distributed in the hope that it will be useful,
15
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ Lesser General Public License for more details.
18
+
19
+ You should have received a copy of the GNU Lesser General Public
20
+ License along with this library; if not, write to the Free Software
21
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22
+
23
+ -->
24
+
25
+ <Table name="T620">
26
+ <Entry name="1" value="Unrecognized segment ID"/>
27
+ <Entry name="2" value="Unexpected segment"/>
28
+ <Entry name="3" value="Mandatory segment missing"/>
29
+ <Entry name="4" value="Loop Occurs Over Maximum Times"/>
30
+ <Entry name="5" value="Segment Exceeds Maximum Use"/>
31
+ <Entry name="6" value="Segment Not in Defined Transaction Set"/>
32
+ <Entry name="7" value="Segment Not in Proper Sequence"/>
33
+ <Entry name="8" value="Segment Has Data Element Errors"/>
34
+ <Entry name="I4" value="Implementation 'not used' segment present"/>
35
+ <Entry name="I6" value="Implementation dependet segment missing"/>
36
+ <Entry name="I7" value="Implementation loop occurs under minimum times"/>
37
+ <Entry name="I8" value="Implementation segment below minimum use"/>
38
+ <Entry name="I9" value="Implementation dependent 'not used' segment present"/>
39
+ </Table>
@@ -0,0 +1,39 @@
1
+ <!--
2
+ This file is part of the X12Parser library that provides tools to
3
+ manipulate X12 messages using Ruby native syntax.
4
+
5
+ http://x12parser.rubyforge.org
6
+
7
+ Copyright (C) 2009 APP Design, Inc.
8
+
9
+ This library is free software; you can redistribute it and/or
10
+ modify it under the terms of the GNU Lesser General Public
11
+ License as published by the Free Software Foundation; either
12
+ version 2.1 of the License, or (at your option) any later version.
13
+
14
+ This library is distributed in the hope that it will be useful,
15
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ Lesser General Public License for more details.
18
+
19
+ You should have received a copy of the GNU Lesser General Public
20
+ License along with this library; if not, write to the Free Software
21
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22
+
23
+ $Id: T723.xml 78 2009-05-12 22:27:26Z ikk $
24
+ -->
25
+
26
+ <Table name="T621">
27
+ <Entry name="1" value="Mandatory data element missing"/>
28
+ <Entry name="2" value="Conditional required data element missing."/>
29
+ <Entry name="3" value="Too many data elements."/>
30
+ <Entry name="4" value="Data element too short."/>
31
+ <Entry name="5" value="Data element too long."/>
32
+ <Entry name="6" value="Invalid character in data element."/>
33
+ <Entry name="7" value="Invalid code value."/>
34
+ <Entry name="8" value="Invalid Date"/>
35
+ <Entry name="9" value="Invalid Time"/>
36
+ <Entry name="10" value="Exclusion Condition Violated"/>
37
+ <Entry name="12" value="Too Many Repetitions"/>
38
+ <Entry name="13" value="Too Many Components"/>
39
+ </Table>