File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/responses/POST_Consent/errors Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 33openapi : " 3.0.0"
44info :
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"
You can’t perform that action at this time.
0 commit comments