You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/validated-relationships-service-api.yaml
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -435,7 +435,9 @@ paths:
435
435
summary: Get proxy roles
436
436
description: |
437
437
## Overview
438
-
Use this endpoint to get the details about proxy roles, including current status, based on a provided proxy's NHS Number.
438
+
Use this endpoint to get the details about proxy roles, including current status, based on a provided NHS Number.
439
+
440
+
Either `performer:identifier` or `patient:identifier` request parameters must be provided. `performer:identifier` and `patient:identifier` can be used together.
439
441
440
442
You can (optionally) include `status={status}` request parameter to filter the limit the response to records with a given status bound to the http://hl7.org/fhir/consent-state-codes CodeSystem e.g. `status=active`.
441
443
@@ -529,7 +531,6 @@ paths:
529
531
| 404 | `GP_PRACTICE_NOT_FOUND` | GP Practice not found. |
530
532
| 405 | `METHOD_NOT_ALLOWED` | The method is not allowed. |
531
533
| 408 | `TIMEOUT` | Request timed out. |
532
-
| 422 | `MULTIPLE_IDENTIFIER_PARAMETERS` | Both performer:identifier and patient:identifier parameters supplied which isn't supported. |
0 commit comments