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
+5-6Lines changed: 5 additions & 6 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. |
Errors will be returned for the first error encountered in the request. An error occurred as follows:
@@ -2336,7 +2335,7 @@ components:
2336
2335
in: query
2337
2336
name: performer:identifier
2338
2337
description: |
2339
-
The performer's (Proxy) NHS number. One of `performer:identifier` or `patient:identifier` is required. For more information on FHIR tokens in general, [see here](https://build.fhir.org/search.html#token).
2338
+
The performer's (Proxy) NHS number. For more information on FHIR tokens in general, [see here](https://build.fhir.org/search.html#token).
2340
2339
required: false
2341
2340
schema:
2342
2341
type: string
@@ -2353,7 +2352,7 @@ components:
2353
2352
in: query
2354
2353
name: patient:identifier
2355
2354
description: |
2356
-
The patient's NHS number. One of `performer:identifier` or `patient:identifier` is required. For more information on FHIR tokens in general, [see here](https://build.fhir.org/search.html#token).
2355
+
The patient's NHS number. For more information on FHIR tokens in general, [see here](https://build.fhir.org/search.html#token).
0 commit comments