Skip to content

Commit d20e062

Browse files
committed
Clarity edits and update links
1 parent 60e3de3 commit d20e062

File tree

3 files changed

+29
-39
lines changed

3 files changed

+29
-39
lines changed

articles/logic-apps/logic-apps-enterprise-integration-as2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ For more technical details about this connector, such as actions and limits as d
123123

124124
> [!NOTE]
125125
> 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.
127127
128128
## Next steps
129129

articles/logic-apps/logic-apps-enterprise-integration-edifact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ For more technical details about this connector, such as actions and limits as d
283283

284284
> [!NOTE]
285285
> For logic apps in an [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md),
286-
> this connector's ISE-labeled version uses the [ISE message limits](../logic-apps/logic-apps-limits-and-config.md#message-size-limits) instead.
286+
> this connector's ISE-labeled version uses the [ISE message limits](../logic-apps/logic-apps-limits-and-config.md#b2b-protocol-limits) instead.
287287
288288
## Next steps
289289

articles/logic-apps/logic-apps-enterprise-integration-x12.md

Lines changed: 27 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -304,34 +304,45 @@ The **Default** row shows the validation rules that are used for an EDI message
304304

305305
<a name="hipaa-schemas"></a>
306306

307-
## HIPAA schemas
307+
## HIPAA message types 277 and 837
308308

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."`
310312

311313
| Message type | Description |
312314
|--------------|-------------|
313-
| 274 | Healthcare Provider Information |
314-
| 275 | Patient Information |
315-
| 276 | Health Care Claim Status Request |
316315
| 277 | Health Care Information Status Notification |
317-
| 278 | Health Care Services Review Information |
318-
| 835 | Health Care Claim Payment/Advice |
319316
| 837 | Health Care Claim |
320-
| 837_P | Health Care Claim Professional |
321317
| 837_D | Health Care Claim Dental |
322318
| 837_I | Health Care Claim Institutional |
319+
| 837_P | Health Care Claim Professional |
323320
|||
324321

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) |
325+
|--------------|--------------------------------------|
326+
| 277 | 005010X212 |
327+
| 277_A | 005010X214 |
328+
| 837_I | 004010X096A1 |
329+
| 837_I | 005010X223A1 |
330+
| 837_I | 005010X223A2 |
331+
| 837_D | 004010X097A1 |
332+
| 837_D | 005010X224A1 |
333+
| 837_D | 005010X224A2 |
334+
| 837_P | 004010X098A1 |
335+
| 837_P | 005010X222 |
336+
| 837_P | 005010X222A1 |
337+
|||
326338

327-
you have to change your schema as described.
339+
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.
328340

329-
For example, suppose you want to use these schema versions for the 837 and 277 message types:
341+
![Validation properties](./media/logic-apps-enterprise-integration-x12/x12-send-settings-validation.png)
330342

331-
* 837 005010X223A1 & 005010X223A2
332-
* 277 005010X214
343+
*Example*
333344

334-
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:
335346

336347
```json
337348
"schemaReferences": [
@@ -343,7 +354,7 @@ And your schema specifies the following property values:
343354
]
344355
```
345356

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:
347358

348359
```json
349360
"schemaReferences": [
@@ -360,34 +371,13 @@ You want to use schemas that has these document version numbers "005010X222A1"
360371
]
361372
```
362373

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.
364-
365-
![Validation properties](./media/logic-apps-enterprise-integration-x12/x12-send-settings-validation.png)
366-
367-
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-
384374
## Connector reference
385375

386376
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/).
387377

388378
> [!NOTE]
389379
> 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.
391381
392382
## Next steps
393383

0 commit comments

Comments
 (0)