mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-09 14:31:17 +00:00
fix
This commit is contained in:
parent
6b1ae35ef3
commit
bb60a338d6
@ -1833,7 +1833,7 @@ public class InstanceValidator extends BaseValidator implements IResourceValidat
|
||||
long t = System.nanoTime();
|
||||
StructureDefinition ex = Utilities.isAbsoluteUrl(u) ? context.fetchResource(StructureDefinition.class, u) : null;
|
||||
if (ex == null) {
|
||||
ex = getXverExt(errors, path, element, u);
|
||||
ex = getXverExt(errors, path, element, url);
|
||||
}
|
||||
if (url.contains("|")) {
|
||||
if (ex == null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user