Skip to content

Commit e27f1e7

Browse files
author
Cloud Cray
committed
Updates README with 837 parser info. Updates authors.
1 parent cf5774b commit e27f1e7

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,19 @@ a specific partner in the health care payment ecosystem.
55
Version 0.3.4
66
-------------
77

8-
This patch cleans up the X12 271 Service Type Codes to bring them in line with current use.
8+
This patch cleans up the X12 271 Service Type Codes to bring them in line with current use. This patch also includes
9+
parsers for the 5010 versions of Professional (X222A1) and Institutional (X223A1) 837 transactions.
910
* Updates `enums.eligibility.service_type_codes` to include new and missing Service Type Codes
1011
* Adds `enums.eligibility.deprecated_service_type_codes`, a tuple of service type codes that have been deprecated by
1112
X12
13+
* Adds `X12_5010_X222A1` and `X12_5010_X223A1` parsers for 837 5010 messages
14+
* This does NOT add or update any facades related to 837 transactions (existing 837 facades only function for 4010
15+
messages)
1216

13-
Since then, 21 Service Type Codes have been added since `service_type_codes` was last updated in June 2012, 7 of which
14-
have already been deprecated.
17+
The `service_type_codes` dict was last updated in June 2012. Since then, 21 Service Type Codes have been added,
18+
7 of which have already been deprecated.
1519

16-
Including the 7 in this patch, 13 Service Type Codes have been deprecated by X12. All 13 have been
20+
13 Service Type Codes have been deprecated by X12 (including 7 added in this patch). All 13 have been
1721
preserved in `service_type_codes`, as this module may be used to parse existing/old 271 responses. The
1822
`deprecated_service_type_codes` tuple has been added as a helper to identify which codes are considered inactive.
1923

tigershark/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"Steven Buss <[email protected]>",
88
"Steven Lott <[email protected]>",
99
"Dave Peticolas <[email protected]>",
10+
"Cloud Cray <[email protected]>",
1011
]
1112

1213
from collections import namedtuple

0 commit comments

Comments
 (0)