Skip to content

Commit ab0e2e0

Browse files
NPA-5357: Update sandbox response examples
1 parent 54b44c4 commit ab0e2e0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ InvalidAccessRequestUUID:
88
code: "invalid"
99
details:
1010
coding:
11-
- system: "https://fhir.nhs.uk/CodeSystem/Spine-ErrorOrWarningCode"
11+
- system: "https://fhir.nhs.uk/STU3/CodeSystem/Spine-ErrorOrWarningCode-1"
1212
code: "INVALID_IDENTIFIER_VALUE"
1313
display: "Invalid identifier value"
1414
diagnostics: "The specified access request UUID is invalid. Access request UUIDs must be a valid UUID."

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ missingAccessRequestUUID:
88
code: "required"
99
details:
1010
coding:
11-
- system: "https://fhir.nhs.uk/CodeSystem/Spine-ErrorOrWarningCode"
11+
- system: "https://fhir.nhs.uk/STU3/CodeSystem/Spine-ErrorOrWarningCode-1"
1212
code: "BAD_REQUEST"
1313
display: "Bad request"
1414
diagnostics: "The access request UUID parameter is required but was not provided."
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
QuestionnaireResponseNotFound:
22
summary: Questionnaire response not found
3-
description: The Questionnaire response could not be found using the provided reference code.
3+
description: The Questionnaire response could not be found using the provided access request UUID.
44
value:
55
resourceType: "OperationOutcome"
66
issue:
77
- severity: "error"
88
code: "not-found"
99
details:
1010
coding:
11-
- system: "https://fhir.nhs.uk/CodeSystem/Spine-ErrorOrWarningCode"
11+
- system: "https://fhir.nhs.uk/STU3/CodeSystem/Spine-ErrorOrWarningCode-1"
1212
code: "QUESTIONNAIRE_RESPONSE_NOT_FOUND"
1313
display: "Questionnaire response not found"
14-
diagnostics: "The Questionnaire response could not be found using the provided reference code."
14+
diagnostics: "The Questionnaire response could not be found using the provided access request UUID."

specification/examples/responses/POST_QuestionnaireResponse/success.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ PostQuestionnaireResponseSuccess:
88
code: informational
99
details:
1010
coding:
11-
- code: "19318ZGLAB"
12-
display: "19318ZGLAB"
11+
- code: "156e1560-e532-4e2a-85ad-5aeff03dc43e"
12+
display: "156e1560-e532-4e2a-85ad-5aeff03dc43e"

0 commit comments

Comments
 (0)