Skip to content

Commit c22d1b1

Browse files
authored
Update common.js.ts
1 parent c421798 commit c22d1b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common.js.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ function raiseError(issue: OperationOutcomeIssue) : boolean {
304304
// ignore ods codesystems
305305
if (issue.diagnostics.includes('https://digital.nhs.uk/services/organisation-data-service/CodeSystem/ODS')) return false;
306306

307-
// ignore incorrect error for QuestionnaireReponse
307+
// ignore incorrect error for QuestionnaireReponse This relates to a question which isn't enabled (the enableWhen condition is not satisfied so the required condition on the question should not be evaluated)
308308
if (issue.diagnostics.includes('No response answer')) return false;
309309
}
310310
if (issue.location !== undefined && issue.location.length>0) {

0 commit comments

Comments
 (0)