FHIR Chat · Unknown extensions · shorthand

Stream: shorthand

Topic: Unknown extensions


view this post on Zulip Nick Goupinets (Mar 31 2021 at 21:09):

Hello, is there an option to override unknown ext. message? "The extension http://myig.com/fhir/ext-location-distance is unknown, and not allowed here". In IG, there are two settings - one for "anyExtensionsAllowed" and "extension-domains". Where do I add them in the fish tank? ig.ini?

view this post on Zulip Chris Moesel (Mar 31 2021 at 22:15):

That message isn't coming from SUSHI, right? It's coming from the IG Publisher? Because I don't think SUSHI issues any errors like that. I'm not familiar with those configuration settings, but it looks like you can set them using Implementation Guide Parameters. If that's the case then you set then in your sushi-config.yaml file. Based on that IG parameters documentation, I believe they'd work out to something like this in sushi-config.yaml:

parameters:
  validation: [allow-any-extensions]
  extension-domain: [http://example.org]

For more information on sushi-config.yaml, see the FSH School SUSHI documentation.

view this post on Zulip Nick Goupinets (Apr 01 2021 at 16:15):

This worked like charm, thank you, Chris!


Last updated: Apr 12 2022 at 19:14 UTC