Stream: IG creation
Topic: validation for bundle fragments
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?
Grahame Grieve (Aug 18 2020 at 23:07):
not sure. I'll have to add it to my list
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?
Grahame Grieve (Aug 19 2020 at 01:16):
what's this?
Eric Haas (Aug 19 2020 at 07:44):
like here:
Eric Haas (Aug 19 2020 at 07:44):
source...
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>
Grahame Grieve (Aug 19 2020 at 07:46):
this is in the core build?
Eric Haas (Aug 19 2020 at 07:47):
Yes core buide... I assume the fragment="subscription" attribute triggers it to be validated.
Eric Haas (Aug 19 2020 at 07:48):
is this a future feature in IGs?
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
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
Eric Haas (Aug 19 2020 at 13:59):
this would be a low priority nice to have.
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