FHIR Chat · validation for bundle fragments · IG creation

Stream: IG creation

Topic: validation for bundle fragments


view this post on Zulip Eric Haas (Aug 18 2020 at 23:06):

I have examples of bundle fragments that generate a lot of qa error due to aggregation constraints. @Grahame Grieve you mentioned some parameters for the validator to flag this, is there way to use them in ig validator?

view this post on Zulip Grahame Grieve (Aug 18 2020 at 23:07):

not sure. I'll have to add it to my list

view this post on Zulip Eric Haas (Aug 19 2020 at 00:59):

on a similar note the core build validate code snippets. I tested in my test guide and did not work. Is that something on your list as well?

view this post on Zulip Grahame Grieve (Aug 19 2020 at 01:16):

what's this?

view this post on Zulip Eric Haas (Aug 19 2020 at 07:44):

like here:

image.png

view this post on Zulip Eric Haas (Aug 19 2020 at 07:44):

source...

view this post on Zulip Eric Haas (Aug 19 2020 at 07:45):

<pre fragment="Subscription" class="json">{
  "channel": {
    "type": "rest-hook",
    "endpoint": "https://internal.acme.com/research/saturn",
    "payload": "application/fhir+json"
  }
}
</pre>

view this post on Zulip Grahame Grieve (Aug 19 2020 at 07:46):

this is in the core build?

view this post on Zulip Eric Haas (Aug 19 2020 at 07:47):

Yes core buide... I assume the fragment="subscription" attribute triggers it to be validated.

view this post on Zulip Eric Haas (Aug 19 2020 at 07:48):

is this a future feature in IGs?

view this post on Zulip Grahame Grieve (Aug 19 2020 at 07:53):

it's never been requested, and I hadn't considered it. Ok, core build. Let me think

view this post on Zulip Grahame Grieve (Aug 19 2020 at 07:56):

looking at the code in core... the full validator doesn't run on fragments, only the first stage - the element parser

view this post on Zulip Eric Haas (Aug 19 2020 at 13:59):

this would be a low priority nice to have.

view this post on Zulip Jose Costa Teixeira (Aug 19 2020 at 14:02):

should we create an issue? (I'm trying to follow that, which will help us have an impression of the upcoming things)


Last updated: Apr 12 2022 at 19:14 UTC