Skip to content

Commit 82fd2c0

Browse files
committed
NPA-4514 Update OAS Version
1 parent c1f07e2 commit 82fd2c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

specification/examples/responses/POST_Consent/errors/invalid_performer_identifier_error.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ PostConsentInvalidPerformerIdentifierError:
77
diagnostics: "Not a valid NHS Number provided for the Performer identifier parameter"
88
details:
99
coding:
10-
- "system": "https://fhir.nhs.uk/R4/CodeSystem/ValidatedRelationships-ErrorOrWarningCode"
10+
- system: "https://fhir.nhs.uk/R4/CodeSystem/ValidatedRelationships-ErrorOrWarningCode"
1111
version: "1"
12-
code: "INVALID_IDENTIFIER_VALUE"
12+
code: "INVALID_IDENTIFIER"
1313
display: "Provided value is invalid"
1414
severity: error
1515
resourceType: "OperationOutcome"

specification/validated-relationships-service-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
openapi: "3.0.0"
44
info:
55
title: "Validated Relationships Service API"
6-
version: "1.3.2"
6+
version: "1.3.3"
77
description: |
88
## Overview
99
Use this API to access the Validated Relationships Service - the national electronic database of relationships
@@ -1930,7 +1930,7 @@ components:
19301930
$ref: "#/components/schemas/Reference"
19311931
description: "Individuals or organizations that agreed to the consent."
19321932
provision:
1933-
type: object
1933+
type: array
19341934
maxItems: 1
19351935
items:
19361936
$ref: "#/components/schemas/Provision"

0 commit comments

Comments
 (0)