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
when setNonExistentCodeSystemSeverity=ERROR and an unknown CodeSystem is used on a FHIR resource, the validation doesn't return an ERROR as expected, it completes with no issues.
To Reproduce
setNonExistentCodeSystemSeverity=ERROR in UnknownCodeSystemWarningValidationSupport
Try to validate the following Medication resource, which contains an unknown codesystem, using the Medication/$validate operation.