Stream: IG creation
Topic: mismatch in narrative for transaction Bundle
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.
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?
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
Grahame Grieve (Jul 09 2020 at 20:50):
indeed. whoops
Grahame Grieve (Jul 09 2020 at 20:51):
https://github.com/hapifhir/org.hl7.fhir.core/pull/271
François Macary (Jul 10 2020 at 06:51):
Yes, thanks @Jose Costa Teixeira for taking the triage.
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.
Grahame Grieve (Jul 25 2020 at 20:10):
the code certainly has changed. how do you know that it isn't corrected?
François Macary (Jul 29 2020 at 08:46):
Just rechecked now. All good. :+1:
Last updated: Apr 12 2022 at 19:14 UTC