FHIR Chat · InstanceValidator no setter function for List extDomains · implementers

Stream: implementers

Topic: InstanceValidator no setter function for List extDomains


view this post on Zulip Ernest Cronin (Jul 11 2017 at 17:58):

Hello,
I am using FhirInstanceValidator. All unknown extensions produce informational message because there is no way to add a list of domain extensions to the class InstanceValidator which gets instantiated in FhirInstanceValidator.validate(). There is a method called InstanceValidator.getExtensionDomains(), but no setter method. Can a setter method be added to InstanceValidator?

view this post on Zulip Lloyd McKenzie (Jul 11 2017 at 18:27):

The general mechanism is that you pass a -ig parameter that points to the igpack.zip file that defines the extensions

view this post on Zulip Grahame Grieve (Jul 11 2017 at 20:49):

is this c# or java?

view this post on Zulip Brian Postlethwaite (Jul 11 2017 at 22:46):

Doesn't look like the c# syntax

view this post on Zulip Grahame Grieve (Jul 11 2017 at 23:36):

doesn't sound like Java classes though. HAPI? which version?


Last updated: Apr 12 2022 at 19:14 UTC