Closed ziegm closed 3 months ago
I took a look at it some time ago, the bug is here: https://github.com/hapifhir/org.hl7.fhir.core/blob/master/org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/renderers/BundleRenderer.java#L162
comp.child("author")
should be comp.children("author")
, but the renderDataType method won't accept a list of resources.
Maybe something like:
for (final ResourceWrapper author : comp.children("author")) {
renderDataType(status, p.param("author"), author);
}
could work, but I don't really have time to test it. Is there an open issue/a Zulip discussion on this already?
@qligier could not find anything on zulip. can i assign you for the issue (does not hurry at all)?
Yeah, works again: https://build.fhir.org/ig/hl7ch/ch-emed/branches/master/build.log
Thanks for having a look into it @qligier
@qligier you already had a look into that, right?
As workaround, I commented out the second author in 2-5-Composition.