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
That allows to suppress messages per FHIRPath (Bundle.entry[2].resource/*Patient/1Pat-DM*/.address[0].country.extension[0].value.ofType(Coding)), or validation message id (e.g. Terminology_TX_Binding_NoSource), but not by message itself.
Not without modifying the BaseValidator to change the method suppressMsg calls. Also, we would need to construct the message before that check, instead of after.
So it would not be a better solution than now, in my opinion.
org.hl7.fhir.core introduced the PolicyAdviseryFramework to handle/ignore specific errors, warning.
we should try to use that framework too with matchbox's approach of error handling,.
The text was updated successfully, but these errors were encountered: