fix path issue parsing SHC
This commit is contained in:
parent
6bd1354f46
commit
24905a2c16
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue