Skip to content

Commit 011450b

Browse files
author
AWS
committed
AWS B2B Data Interchange Update: Adding support for X12 5010 HIPAA EDI version and associated transaction sets.
1 parent c5c7d9b commit 011450b

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS B2B Data Interchange",
4+
"contributor": "",
5+
"description": "Adding support for X12 5010 HIPAA EDI version and associated transaction sets."
6+
}

services/b2bi/src/main/resources/codegen-resources/service-2.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2348,15 +2348,39 @@
23482348
"X12_945",
23492349
"X12_990",
23502350
"X12_997",
2351-
"X12_999"
2351+
"X12_999",
2352+
"X12_270_X279",
2353+
"X12_271_X279",
2354+
"X12_275_X210",
2355+
"X12_275_X211",
2356+
"X12_276_X212",
2357+
"X12_277_X212",
2358+
"X12_277_X214",
2359+
"X12_277_X364",
2360+
"X12_278_X217",
2361+
"X12_820_X218",
2362+
"X12_820_X306",
2363+
"X12_824_X186",
2364+
"X12_834_X220",
2365+
"X12_834_X307",
2366+
"X12_834_X318",
2367+
"X12_835_X221",
2368+
"X12_837_X222",
2369+
"X12_837_X223",
2370+
"X12_837_X224",
2371+
"X12_837_X291",
2372+
"X12_837_X292",
2373+
"X12_837_X298",
2374+
"X12_999_X231"
23522375
]
23532376
},
23542377
"X12Version":{
23552378
"type":"string",
23562379
"enum":[
23572380
"VERSION_4010",
23582381
"VERSION_4030",
2359-
"VERSION_5010"
2382+
"VERSION_5010",
2383+
"VERSION_5010_HIPAA"
23602384
]
23612385
}
23622386
},

0 commit comments

Comments
 (0)