FHIR Chat · validation against custom IG · hapi

Stream: hapi

Topic: validation against custom IG


view this post on Zulip Robin Bosman (May 19 2020 at 15:02):

I am using some code running locally at my machine using Hapi libraries to test instances against custom profiles.
Using the Hapi FHIR Instance Validator and the validation chaining I manage to add local structureDefinitions, CodeSystems etc. and validate resources against that. I make sure these things are used when I create the IValidationSupport using override (I think an example was present on the old Hapi website)
However, using the HL7 publisher.jar I can point it simply to any IG that is published wherever and it works like magic.
Is there any way to do that using the Hapi validation libraries? - simply point to an IG somewhere and it will fetch all conformance resources from that?

view this post on Zulip James Agnew (May 19 2020 at 19:33):

Not yet- This is scheduled for development this quarter though

view this post on Zulip Robin Bosman (May 20 2020 at 07:12):

James Agnew said:

Not yet- This is scheduled for development this quarter though

That's great news, cool! :+1:


Last updated: Apr 12 2022 at 19:14 UTC