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 request parameter. For details, see the diagnostics field. |
755
756
| 429 | `THROTTLED` | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |
756
757
@@ -2266,6 +2267,8 @@ components:
2266
2267
$ref: "#/components/schemas/Policy"
2267
2268
provision:
2268
2269
$ref: "#/components/schemas/Provision"
2270
+
extension:
2271
+
$ref: "#/components/schemas/Extension"
2269
2272
2270
2273
Policy:
2271
2274
type: object
@@ -2306,6 +2309,15 @@ components:
2306
2309
role:
2307
2310
$ref: "#/components/schemas/CodeableConcept"
2308
2311
description: "Classification of the role of consent, bound to http://terminology.hl7.org/CodeSystem/v3-RoleCode"
2312
+
2313
+
Extension:
2314
+
type: object
2315
+
properties:
2316
+
url:
2317
+
type: string
2318
+
valueCodeableConcept:
2319
+
$ref: "#/components/schemas/CodeableConcept"
2320
+
description: Classification of the status of consent, bound to http://terminology.hl7.org/CodeSystem/consent-reason.
0 commit comments