Skip to content

Commit

Permalink
Update common.js.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ryma2fhir authored Sep 30, 2024
1 parent c421798 commit c22d1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.js.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ function raiseError(issue: OperationOutcomeIssue) : boolean {
// ignore ods codesystems
if (issue.diagnostics.includes('https://digital.nhs.uk/services/organisation-data-service/CodeSystem/ODS')) return false;

// ignore incorrect error for QuestionnaireReponse
// 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)
if (issue.diagnostics.includes('No response answer')) return false;
}
if (issue.location !== undefined && issue.location.length>0) {
Expand Down

0 comments on commit c22d1b1

Please sign in to comment.