You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-enterprise-integration-as2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ For more technical details about this connector, such as actions and limits as d
123
123
124
124
> [!NOTE]
125
125
> For logic apps in an [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md),
126
-
> this connector's original ISE-labeled version uses the [ISE message limits](../logic-apps/logic-apps-limits-and-config.md#message-size-limits) instead.
126
+
> this connector's original ISE-labeled version uses the [ISE message limits](../logic-apps/logic-apps-limits-and-config.md#b2b-protocol-limits) instead.
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-enterprise-integration-x12.md
+27-37Lines changed: 27 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -304,34 +304,45 @@ The **Default** row shows the validation rules that are used for an EDI message
304
304
305
305
<aname="hipaa-schemas"></a>
306
306
307
-
## HIPAA schemas
307
+
## HIPAA message types 277 and 837
308
308
309
-
When you work with HIPAA schemas and set up the validation rules for messages, you can select from these message types:
309
+
When you work with HIPAA schemas and the 277 and 837 message types, you might have to take a few extra steps, based on the [schema document version number (GS8)](#outbound-control-version-number) that you want to use. Otherwise, you get this error message:
310
+
311
+
`"The message has an unknown document type and did not resolve to any of the existing schemas configured in the agreement."`
310
312
311
313
| Message type | Description |
312
314
|--------------|-------------|
313
-
| 274 | Healthcare Provider Information |
314
-
| 275 | Patient Information |
315
-
| 276 | Health Care Claim Status Request |
316
315
| 277 | Health Care Information Status Notification |
317
-
| 278 | Health Care Services Review Information |
318
-
| 835 | Health Care Claim Payment/Advice |
319
316
| 837 | Health Care Claim |
320
-
| 837_P | Health Care Claim Professional |
321
317
| 837_D | Health Care Claim Dental |
322
318
| 837_I | Health Care Claim Institutional |
319
+
| 837_P | Health Care Claim Professional |
323
320
|||
324
321
325
-
If you want to use a [schema document version number (GS8)](#outbound-control-version-number) that has more than 9 characters, add another element to your schema in the `schemaReferences` section:
322
+
If the schema document version number (GS8) that you want to use has more than 9 characters, for example, "005010X222A1", your schema needs to specify the message type that matches the schema document version number.
323
+
324
+
| Message type | Schema document version number (GS8) |
You also have to disable EDI validation because having a document version number that's more than 9 characters is not valid and results in an error that the length is invalid. You can disable validation for each message type or disable validation for all the message types by using the **Default** values.
328
340
329
-
For example, suppose you want to use these schema versions for the 837 and 277 message types:
And your schema specifies the following property values:
345
+
Suppose you want to use "005010X222A1" as the schema document version number for the 837 message type, and your schema has a `schemaReferences` section with these properties and values:
335
346
336
347
```json
337
348
"schemaReferences": [
@@ -343,7 +354,7 @@ And your schema specifies the following property values:
343
354
]
344
355
```
345
356
346
-
You want to use schemas that has these document version numbers "005010X222A1"
357
+
To use "005010X222A1" as the schema document version number, your schema needs to specify "837_P" as the message type by including another element in the `schemaReferences` section:
347
358
348
359
```json
349
360
"schemaReferences": [
@@ -360,34 +371,13 @@ You want to use schemas that has these document version numbers "005010X222A1"
360
371
]
361
372
```
362
373
363
-
You also have to disable EDI validation because having a document version number that's more than 9 characters is not valid and results in an error that the length is invalid. You can disable validation for all the message types by using the **Default** values, or you can disable validation for each message type.
Here are the variants for message types 227 and 837:
368
-
369
-
| Message type | Variant |
370
-
|--------------|---------|
371
-
| 277 | 277+005010X212 |
372
-
| 277_A | 277+005010X214 |
373
-
| 837_D | 837+004010X097A1 |
374
-
| 837_D | 837+005010X224A1 |
375
-
| 837_D | 837+005010X224A2 |
376
-
| 837_I | 837+004010X096A1 |
377
-
| 837_I | 837+005010X223A1 |
378
-
| 837_I | 837+005010X223A2 |
379
-
| 837_P | 837+004010X098A1 |
380
-
| 837_P | 837+005010X222 |
381
-
| 837_P | 837+005010X222A1 |
382
-
|||
383
-
384
374
## Connector reference
385
375
386
376
For additional technical details about this connector, such as actions and limits as described by the connector's Swagger file, see the [connector's reference page](https://docs.microsoft.com/connectors/x12/).
387
377
388
378
> [!NOTE]
389
379
> For logic apps in an [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md),
390
-
> this connector's ISE-labeled version uses the [ISE message limits](../logic-apps/logic-apps-limits-and-config.md#message-size-limits) instead.
380
+
> this connector's ISE-labeled version uses the [ISE message limits](../logic-apps/logic-apps-limits-and-config.md#b2b-protocol-limits) instead.
0 commit comments