Stream: hapi
Topic: InstanceValidator missing setter for extensionDomain var
Ernest Cronin (Jul 12 2017 at 03:32):
Hello,
Our JSON responses receive informational message that our extensions are unknown. We have implemented the FhirInstanceValidator and set isAnyExtensionAllowed() to true. In FhirInstanceValidator.validate(), it instantiates new InstanceValidator. The validator has a List<String> extensionsDomain. We would like to add our extension to this list; however, there is no mutator method. Was this intentional? Is there a work-around?
Thanks!
Grahame Grieve (Jul 20 2017 at 02:19):
you just add to the list...
Last updated: Apr 12 2022 at 19:14 UTC