File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -550,6 +550,8 @@ paths:
550550 | 400 | `BAD_REQUEST` | Bad request. | |
551551 | 400 | `MISSING_IDENTIFIER_VALUE` | Missing performer or patient identifier. |
552552 | 400 | `MISSING_IDENTIFIER_SYSTEM` | Missing performer or patient identifier system. |
553+ | 400 | `MISSING_PATIENT` | Missing patient. |
554+ | 400 | `MISSING_PERFORMER` | Missing performer. |
553555 | 400 | `MISSING_STATUS` | Missing status. |
554556 | 400 | `MISSING_SCOPE` | Missing scope. |
555557 | 400 | `MISSING_CATEGORY` | Missing category. |
@@ -562,6 +564,8 @@ paths:
562564 | 409 | `DUPLICATE_RELATIONSHIP` | Conflict with requested proxy role. |
563565 | 422 | `INVALID_IDENTIFIER_VALUE` | Invalid performer or patient identifier value. |
564566 | 422 | `INVALID_IDENTIFIER_SYSTEM` | Invalid performer or patient identifier system. |
567+ | 422 | `INVALID_PATIENT` | Invalid patient. |
568+ | 422 | `INVALID_PERFORMER` | Invalid performer. |
565569 | 422 | `INVALID_STATUS` | Invalid status. |
566570 | 422 | `INVALID_SCOPE` | Invalid scope. |
567571 | 422 | `INVALID_CATEGORY` | Invalid category. |
You can’t perform that action at this time.
0 commit comments