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
| 422 | `INVALID_PARAMETER` | Invalid parameter. For details, see the `diagnostics` field. |
534
535
| 429 | `THROTTLED` | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |
535
536
@@ -2331,8 +2332,25 @@ components:
2331
2332
in: query
2332
2333
name: performer:identifier
2333
2334
description: |
2334
-
The performer's (Proxy) NHS number. For more information on FHIR tokens in general, [see here](https://build.fhir.org/search.html#token).
2335
-
required: true
2335
+
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).
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).
0 commit comments