Stream: implementers
Topic: possible bug in JSON bundles for 3.0.2
Jim Steel (Jan 15 2020 at 07:13):
I'm seeing something weird in the Bundle JSONs for the base resources download. Specifically, I'm seeing three occasions where, instead of single quotes, the file includes #39;.
. For example, in profiles-resources.json, in the definition of StructureDefinition, constraint sdf-8 appears as "expression": "(%resource.kind = #39;.logical#39;. or element.first().path = %resource.type) and element.tail().all(path.startsWith(%resource.snapshot.element.first().path&'.'))",
Its not like that in the individual JSON linked through the web page, only in the bundled JSON. Its causing us issues parsing the bundles to load the resources into our server
Lloyd McKenzie (Jan 15 2020 at 14:18):
@Grahame Grieve
Jim Steel (Jan 16 2020 at 03:27):
Hopefully just a syntactic fix, doesn't need a new patch version or anything?
Grahame Grieve (Jan 17 2020 at 00:26):
nup. would need a new version release
Jim Steel (Jan 30 2020 at 04:47):
I guess this needs a ticket?
Grahame Grieve (Jan 30 2020 at 04:48):
yes
Jim Steel (Jan 30 2020 at 04:58):
https://jira.hl7.org/browse/FHIR-25734
Jim Steel (Feb 05 2020 at 03:54):
Is there any likelihood of a FHIR 3.0.3 any time soon (e.g. following the WGM)? I'm not necessarily pushing for one, but if there is one, I'd be keen to get this bug considered for it.
Grahame Grieve (Feb 05 2020 at 04:03):
it took me about 6 weeks of work to get the last technical corrections out. Given that, I'm super in a hurry not to do another one. But there is some pressure to do one
Jim Steel (Feb 05 2020 at 04:06):
OK. In that case, is there anything I need to or should do to make sure this little fix can get in?
Grahame Grieve (Feb 05 2020 at 04:12):
it's on the list for whenever it happens
Jim Steel (Feb 05 2020 at 04:13):
Cool. If I can help by putting in pull requests or anything to minimize the work to put through the fix, just say so and point me to where
Last updated: Apr 12 2022 at 19:14 UTC