Stream: hapi
Topic: FhirInstanceValidator in HAPI 3.0.0
Attila Edelenyi (Oct 31 2017 at 06:33):
Hi All,
I'm trying to implement a custom IValidationSupport to validate against our own profiles. I was following the documentation at http://hapifhir.io/doc_validation.html. I started to write the code using HAPI 2.5 but switched to 3.0.0 and got compiler errors straight away.
Turns out FhirInstanceValidator has been removed in the 3.0.0 version of HAPI. That makes the above documentation obsolete.
Before I start to dig into the HAPI source code to find out a new way of using our implementation of IValidationSupport can someone please help me how to do this in HAPI 3.0.0?
Thanks!
Kevin Mayfield (Oct 31 2017 at 10:57):
It's still there? hapi-fhir-validation 3.0.0
Kevin Mayfield (Oct 31 2017 at 10:57):
I'm using a custom validation module.
Jason Walonoski (Oct 31 2017 at 17:41):
Similar question -- is there any way to supply updated schematron files without building the JAR yourself? The invariants for con-4
and obs-7
are broken in the 3.0.0 release.
Attila Edelenyi (Oct 31 2017 at 23:20):
It's still there? hapi-fhir-validation 3.0.0
Thanks Kevin, it is in there. It has been moved out of hapi-fhir-structures-dstu3. The doc needs to change to include this dependency in the Preparation section
Last updated: Apr 12 2022 at 19:14 UTC