FHIR Chat · validator enhancements · committers

Stream: committers

Topic: validator enhancements


view this post on Zulip Lloyd McKenzie (Aug 25 2016 at 05:23):

The validator can now process multiple files rather than just one at a time. (If there are multiples, it will return output as a Bundle with an extension identifying what file it came from). You can list specific files, directories of files or even patterns (e.g. foo*.xml or someresource.*). Because all of the definitions only have to be loaded into memory once, this significantly reduces overall time to validate a bunch of files.

view this post on Zulip Grahame Grieve (Aug 25 2016 at 05:53):

This is just one of a pile of enhancements to the validator over the last few days.

view this post on Zulip Grahame Grieve (Aug 25 2016 at 05:54):

from now on, the validators posted with 1.4.0 and 1.6.0 are no longer supported. The only validator supported is the one on the current build. It will validate against either the may or sep ballot right now


Last updated: Apr 12 2022 at 19:14 UTC