Skip to content

Commit 66b3f3a

Browse files
committed
NPA-5136: JP changes
1 parent bd1f022 commit 66b3f3a

File tree

1 file changed

+23
-26
lines changed

1 file changed

+23
-26
lines changed

specification/validated-relationships-service-api.yaml

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,6 @@ paths:
246246
247247
| HTTP status | Error code | Description |
248248
| ----------- | ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
249-
| 400 | `BAD_REQUEST` | Bad request. |
250-
| 400 | `NOT_SUPPORTED` | The request is not currently supported. |
251249
| 400 | `MISSING_VALUE` | Missing header or parameter. For details, see the `diagnostics` field. |
252250
| 400 | `INVALID_VALUE` | Invalid Parameter or Invalid operation. |
253251
| 401 | `ACCESS_DENIED` | Missing or invalid OAuth 2.0 bearer token in request. |
@@ -272,7 +270,7 @@ paths:
272270
| HTTP status | Error code | Description |
273271
| ----------- | -------------------------- | ------------------------------------------------------------ |
274272
| 500 | `SERVER_ERROR` | An unexpected internal server error has occurred. |
275-
| 502 | `GATEWAY_ERROR` | Connection to the backend service failed. |
273+
| 502 | `BAD_GATEWAY` | Connection to the backend service failed. |
276274
277275
content:
278276
application/fhir+json:
@@ -365,7 +363,7 @@ paths:
365363
| HTTP status | Error code | Description |
366364
| ----------- | -------------------------- | ------------------------------------------------------------ |
367365
| 500 | `SERVER_ERROR` | An unexpected internal server error has occurred. |
368-
| 502 | `GATEWAY_ERROR` | Connection to the backend service failed. |
366+
| 502 | `BAD_GATEWAY` | Connection to the backend service failed. |
369367
370368
content:
371369
application/fhir+json:
@@ -490,7 +488,7 @@ paths:
490488
| HTTP status | Error code | Description |
491489
| ----------- | -------------------------- | ------------------------------------------------------------ |
492490
| 500 | `SERVER_ERROR` | An unexpected internal server error has occurred. |
493-
| 502 | `GATEWAY_ERROR` | Connection to the backend service failed. |
491+
| 502 | `BAD_GATEWAY` | Connection to the backend service failed. |
494492
495493
content:
496494
application/fhir+json:
@@ -607,7 +605,6 @@ paths:
607605
| 400 | `MISSING_VALUE` | Missing header or parameter. For details, see the `diagnostics` field. |
608606
| 400 | `INVALID_VALUE` | Invalid header. For details, see the `diagnostics` field. |
609607
| 400 | `MISSING_IDENTIFIER_VALUE` | Missing performer:identifier or patient:identifier value. |
610-
| 400 | `NOT_SUPPORTED` | The request is not currently supported. |
611608
| 401 | `ACCESS_DENIED` | Missing or invalid OAuth 2.0 bearer token in request. |
612609
| 403 | `FORBIDDEN` | Access denied to resource. |
613610
| 404 | `INVALIDATED_RESOURCE` | Resource that has been marked as invalid was requested - invalid resources cannot be retrieved |
@@ -644,11 +641,11 @@ paths:
644641
description: |
645642
Errors will be returned for the first error encountered in the request. An error occurred as follows:
646643
647-
| HTTP status | Error code | Description |
648-
| ----------- | -------------------------- | ------------------------------------------------------------ |
649-
| 500 | `SERVER_ERROR` | An unexpected internal server error has occurred. |
650-
| 502 | `GATEWAY_ERROR` | Connection to the backend service failed. |
651-
| 503 | `DOWNSTREAM_SERVICE_ERROR` | A downsteam service has failed, request cannot be completed. |
644+
| HTTP status | Error code | Description |
645+
| ----------- | -------------------------- | ------------------------------------------------------------- |
646+
| 500 | `SERVER_ERROR` | An unexpected internal server error has occurred. |
647+
| 502 | `BAD_GATEWAY` | Connection to the backend service failed. |
648+
| 503 | `DOWNSTREAM_SERVICE_ERROR` | A downstream service has failed, request cannot be completed. |
652649
653650
content:
654651
application/fhir+json:
@@ -771,11 +768,11 @@ paths:
771768
description: |
772769
Errors will be returned for the first error encountered in the request. An error occurred as follows:
773770
774-
| HTTP status | Error code | Description |
775-
| ----------- | -------------------------- | ------------------------------------------------------------ |
776-
| 500 | `SERVER_ERROR` | An unexpected internal server error has occurred. |
777-
| 502 | `GATEWAY_ERROR` | Connection to the backend service failed. |
778-
| 503 | `DOWNSTREAM_SERVICE_ERROR` | A downsteam service has failed, request cannot be completed. |
771+
| HTTP status | Error code | Description |
772+
| ----------- | -------------------------- | ------------------------------------------------------------- |
773+
| 500 | `SERVER_ERROR` | An unexpected internal server error has occurred. |
774+
| 502 | `BAD_GATEWAY` | Connection to the backend service failed. |
775+
| 503 | `DOWNSTREAM_SERVICE_ERROR` | A downstream service has failed, request cannot be completed. |
779776
780777
content:
781778
application/fhir+json:
@@ -886,11 +883,11 @@ paths:
886883
description: |
887884
Errors will be returned for the first error encountered in the request. An error occurred as follows:
888885
889-
| HTTP status | Error code | Description |
890-
| ----------- | -------------------------- | ------------------------------------------------------------ |
891-
| 500 | `SERVER_ERROR` | An unexpected internal server error has occurred. |
892-
| 502 | `GATEWAY_ERROR` | Connection to the backend service failed. |
893-
| 503 | `DOWNSTREAM_SERVICE_ERROR` | A downsteam service has failed, request cannot be completed. |
886+
| HTTP status | Error code | Description |
887+
| ----------- | -------------------------- | ------------------------------------------------------------- |
888+
| 500 | `SERVER_ERROR` | An unexpected internal server error has occurred. |
889+
| 502 | `BAD_GATEWAY` | Connection to the backend service failed. |
890+
| 503 | `DOWNSTREAM_SERVICE_ERROR` | A downstream service has failed, request cannot be completed. |
894891
895892
content:
896893
application/fhir+json:
@@ -1033,11 +1030,11 @@ paths:
10331030
description: |
10341031
Errors will be returned for the first error encountered in the request. An error occurred as follows:
10351032
1036-
| HTTP status | Error code | Description |
1037-
| ----------- | -------------------------- | ------------------------------------------------------------ |
1038-
| 500 | `SERVER_ERROR` | An unexpected internal server error has occurred. |
1039-
| 502 | `GATEWAY_ERROR` | Connection to the backend service failed. |
1040-
| 503 | `DOWNSTREAM_SERVICE_ERROR` | A downsteam service has failed, request cannot be completed. |
1033+
| HTTP status | Error code | Description |
1034+
| ----------- | -------------------------- | ------------------------------------------------------------- |
1035+
| 500 | `SERVER_ERROR` | An unexpected internal server error has occurred. |
1036+
| 502 | `BAD_GATEWAY` | Connection to the backend service failed. |
1037+
| 503 | `DOWNSTREAM_SERVICE_ERROR` | A downstream service has failed, request cannot be completed. |
10411038
10421039
content:
10431040
application/fhir+json:

0 commit comments

Comments
 (0)