@@ -547,7 +547,8 @@ paths:
547547
548548 | HTTP status | Error code | Description |
549549 | ----------- | --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
550- | 400 | `MISSING_IDENTIFIER` | Missing performer or patient identifier. For details, see the `diagnostics` field. |
550+ | 400 | `MISSING_IDENTIFIER_VALUE` | Missing performer or patient identifier. For details, see the `diagnostics` field. |
551+ | 400 | `MISSING_IDENTIFIER_SYSTEM` | Missing performer or patient identifier system. For details, see the `diagnostics` field. |
551552 | 400 | `MISSING_STATUS` | Missing status. |
552553 | 400 | `MISSING_SCOPE` | Missing scope. |
553554 | 400 | `MISSING_CATEGORY` | Missing category. |
@@ -558,7 +559,8 @@ paths:
558559 | 405 | `METHOD_NOT_ALLOWED` | The method is not allowed. |
559560 | 408 | `TIMEOUT` | Request timed out. |
560561 | 409 | `DUPLICATE_RELATIONSHIP` | Conflict with requested proxy role. |
561- | 422 | `INVALID_IDENTIFIER` | Invalid performer or patient identifier. For details, see the `diagnostics` field. |
562+ | 422 | `INVALID_IDENTIFIER_VALUE` | Invalid performer or patient identifier value. For details, see the `diagnostics` field. |
563+ | 422 | `INVALID_IDENTIFIER_SYSTEM` | Invalid performer or patient identifier system. For details, see the `diagnostics` field. |
562564 | 422 | `INVALID_STATUS` | Invalid status. |
563565 | 422 | `INVALID_SCOPE` | Invalid scope. |
564566 | 422 | `INVALID_CATEGORY` | Invalid category. |
0 commit comments