Stream: implementers
Topic: validator version vs HAPI version
Hans van Amstel (Jan 17 2020 at 13:45):
If I am correct the same code that is in the validator is also used in the HAPI library, for validation.
To be able to compare results I would like to know which version of the validator is used in which HAPI version.
Is there such a mapping somewhere available that shows me this?
Jens Villadsen (Jan 17 2020 at 14:16):
I believe you can trawl your way through using maven. eg- see https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/org.hl7.fhir.validation
Grahame Grieve (Jan 17 2020 at 19:57):
the way the validator gets it's own version should work for you in HAPI too : org.hl7.fhir.r5.validation.VersionUtil
Last updated: Apr 12 2022 at 19:14 UTC