LinuxForHealth / FHIR

The LinuxForHealth FHIR® Server and related projects
https://linuxforhealth.github.io/FHIR
Apache License 2.0
328 stars 157 forks source link

Remove (or restore) user-defined schematron feature #285

Closed lmsurpre closed 4 years ago

lmsurpre commented 4 years ago

In DSTU2, we supported a way for admins to configure the server with "user-defined schematron" that would fire under certain conditions (e.g. whenever we get an Observation resource).

In R4, we're trying to do away with the reliance on XML serialization for validation (primarilly for performance reasons) and I think we already removed the XSLT libraries needed for this feature.

I think we should "finish the job" and totally remove all traces of this feature before we have our initial R4 release.

lmsurpre commented 4 years ago

similar to https://github.com/IBM/FHIR/issues/153, but for a different feature

prb112 commented 4 years ago

worked for me