Skip to content

Commit a8f33c8

Browse files
committed
NPA-4513 Add Missing Error Codes for Patient/Performer
1 parent 1061214 commit a8f33c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

specification/validated-relationships-service-api.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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. |

0 commit comments

Comments
 (0)