You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(issue.diagnostics.includes('incorrect type for element')){
258
259
returntrue;
259
260
}
261
+
// unauthorised requests
260
262
if(issue.diagnostics.includes('Error HTTP 401')){
261
263
returntrue;
262
264
}
263
265
264
266
// THESE WARNINGS SHOULD ALWAYS BE SILENTLY IGNORED
265
267
//if (issue.diagnostics.includes('Code system https://dmd.nhs.uk/ could not be resolved.')) return false
268
+
// Issue with hapi giving incorrect error when one code is from the valueset, but another is not. See https://github.com/hapifhir/hapi-fhir/issues/4152
// Issue with hapi giving incorrect error when one code is from the valueset, but another is not. See https://github.com/hapifhir/hapi-fhir/issues/4152
0 commit comments