FHIR Chat · validation w/ unknown extensions · implementers

Stream: implementers

Topic: validation w/ unknown extensions


view this post on Zulip René Spronk (Oct 03 2018 at 12:14):

If we use $validate, and the resource supplied uses an unknown extension (i.e. the server doesn't know the extension definition), SHOULD/MAY the server generate an error or a warning ? The profile used in this resources does not forbid the use of extensions, i.e. they're all "open" profiles.

view this post on Zulip Simone Heckmann (Oct 03 2018 at 12:24):

IIRC at least Grahames server refuses unknown extensions when validating against core

view this post on Zulip René Spronk (Oct 03 2018 at 12:41):

Vonk does that as well. The general rule is that unknown extensions may be ignored, so I'd personally expect a warning from the server, not an error.

view this post on Zulip Grahame Grieve (Oct 03 2018 at 20:56):

it's a parameter to the validator

view this post on Zulip Grahame Grieve (Oct 03 2018 at 20:57):

my server should not, but I'm still working on the validation framework on my server


Last updated: Apr 12 2022 at 19:14 UTC