FHIR Chat · mismatch in narrative for transaction Bundle · IG creation

Stream: IG creation

Topic: mismatch in narrative for transaction Bundle


view this post on Zulip François Macary (Jul 09 2020 at 19:26):

The generated narrative of a transaction Bundle resource announces "response" instead of "request" for each atomic operation.
Conversely, the generated narrative of a transaction-response Bundle announces "request" instead of "response" for each atomic operation.
One example here
The symetric example there
I'm guessing that this has something to do with the template. @Jose Costa Teixeira ? Thanks in advance.

view this post on Zulip Jose Costa Teixeira (Jul 09 2020 at 19:54):

I'm almost sure that is not in the template - can I check further tomorrow? this should be simple to find in code but I can do the triage. @François Macary ok?

view this post on Zulip Jose Costa Teixeira (Jul 09 2020 at 20:27):

@Grahame Grieve should those labels be swapped?
https://github.com/hapifhir/org.hl7.fhir.core/blob/f40f012dfb42d6579e8d3eb02c1b9a170642eb0e/org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/renderers/BundleRenderer.java#L188
https://github.com/hapifhir/org.hl7.fhir.core/blob/f40f012dfb42d6579e8d3eb02c1b9a170642eb0e/org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/renderers/BundleRenderer.java#L201

view this post on Zulip Grahame Grieve (Jul 09 2020 at 20:50):

indeed. whoops

view this post on Zulip Grahame Grieve (Jul 09 2020 at 20:51):

https://github.com/hapifhir/org.hl7.fhir.core/pull/271

view this post on Zulip François Macary (Jul 10 2020 at 06:51):

Yes, thanks @Jose Costa Teixeira for taking the triage.

view this post on Zulip François Macary (Jul 25 2020 at 15:44):

Labels "request" and "response" in transaction Bundle instances still awaiting to be swapped. Not corrected with IG Publisher Version 1.1.3 (Git# e08dd3c7a992) of July 18.

view this post on Zulip Grahame Grieve (Jul 25 2020 at 20:10):

the code certainly has changed. how do you know that it isn't corrected?

view this post on Zulip François Macary (Jul 29 2020 at 08:46):

Just rechecked now. All good. :+1:


Last updated: Apr 12 2022 at 19:14 UTC