Skip to content

Commit d5351ff

Browse files
committed
rename to questionnaire response not found
1 parent 54ac853 commit d5351ff

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
QuestionnaireResponseNotFound:
2+
summary: Questionnaire response not found
3+
description: The Questionnaire response could not be found using the provided reference code.
4+
value:
5+
resourceType: "OperationOutcome"
6+
issue:
7+
- severity: "error"
8+
code: "not-found"
9+
details:
10+
coding:
11+
- system: "https://fhir.nhs.uk/CodeSystem/Spine-ErrorOrWarningCode"
12+
code: "QUESTIONNAIRE_RESPONSE_NOT_FOUND"
13+
display: "Questionnaire response not found"
14+
diagnostics: "The Questionnaire response could not be found using the provided reference code."

specification/examples/responses/GET_QuestionnaireResponse/errors/reference_code_not_found.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

specification/validated-relationships-service-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ paths:
315315
missingReferenceCode:
316316
$ref: "./examples/responses/GET_QuestionnaireResponse/errors/missing-reference-code.yaml#/MissingReferenceCode"
317317
referenceCodeNotFound:
318-
$ref: "./examples/responses/GET_QuestionnaireResponse/errors/reference-code-not-found.yaml#/ReferenceCodeNotFound"
318+
$ref: "./examples/responses/GET_QuestionnaireResponse/errors/questionnaire-response-not-found.yaml#/QuestionnaireResponseNotFound"
319319
"5XX":
320320
description: Server error
321321
content:

0 commit comments

Comments
 (0)