fix path issue parsing SHC

This commit is contained in:
Grahame Grieve 2023-09-27 09:05:38 +10:00
parent 6bd1354f46
commit 24905a2c16
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ public class SHCParser extends ParserBase {
}
// ok. all checks passed, we can now validate the bundle
bnd.setElement(jsonParser.parse(bnd.getErrors(), cs.getJsonObject("fhirBundle")));
bnd.setElementPath(path);
}
return res;
}