FHIR Chat · Validator FHIR version support · inferno

Stream: inferno

Topic: Validator FHIR version support


view this post on Zulip Benedktus Olschok (Jan 20 2021 at 13:56):

Hello inferno community.

Is there a validator wrapper version available able to validate STU3 resources?

If not, would it be sufficient to change the fhirSpecVersion and fhirVersion parameters in the validator.java file, similar to the "validator_cli.jar -version" parameter described in https://confluence.hl7.org/display/FHIR/Using+the+FHIR+Validator#UsingtheFHIRValidator-Downloadingthevalidator ?:

final String fhirSpecVersion = "3.0";
final String fhirVersion = "3.0.1";

Thank you,
Benediktus

view this post on Zulip Robert Scanlon (Feb 03 2021 at 21:32):

Sorry for missing this question! That looks about right, but @Michael O'Keefe or @Reece Adamson may be able to answer more definitively. Have you given that a shot?

view this post on Zulip Reece Adamson (Feb 04 2021 at 20:05):

That should work, but I haven't tested it myself to see if anything else would be required. If you were willing to test it out I'd be happy to take it as a PR and help make it configurable via an environment variable, similar to how the port can be set. In the meantime I'll make the team aware and we'll try and tackle it for a future version (barring any unforeseen difficulties)


Last updated: Apr 12 2022 at 19:14 UTC