mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-24 06:16:01 +00:00
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…
x
Reference in New Issue
Block a user