mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-02 01:19:14 +00:00
Merge pull request #324 from ahdis/oe_sectionmultipleauthors
validation of bundles: allow multiple authors in section
This commit is contained in:
commit
5b2429081a
@ -140,7 +140,7 @@ public class BundleValidator extends BaseValidator{
|
||||
NodeStack localStack = stack.push(section, i, null, null);
|
||||
|
||||
// technically R4+, but there won't be matches from before that
|
||||
validateDocumentReference(errors, entries, section, stack, fullUrl, id, false, "author", "Section");
|
||||
validateDocumentReference(errors, entries, section, stack, fullUrl, id, true, "author", "Section");
|
||||
validateDocumentReference(errors, entries, section, stack, fullUrl, id, false, "focus", "Section");
|
||||
|
||||
List<Element> sectionEntries = new ArrayList<Element>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user