mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-01 17:09:08 +00:00
cli fhirpath #1650
This commit is contained in:
parent
b97065338d
commit
74a2018670
@ -815,7 +815,7 @@ public class ValidationEngine implements IValidatorResourceFetcher, IValidationP
|
||||
FHIRPathEngine fpe = this.getValidator(null).getFHIRPathEngine();
|
||||
Element e = Manager.parseSingle(context, new ByteArrayInputStream(cnt.getFocus().getBytes()), cnt.getCntType());
|
||||
ExpressionNode exp = fpe.parse(expression);
|
||||
return fpe.evaluateToString(new ValidationContext(context, e), e, e, e, exp);
|
||||
return fpe.evaluateToString(new ValidationContext(context), e, e, e, exp);
|
||||
}
|
||||
|
||||
public StructureDefinition snapshot(String source, String version) throws FHIRException, IOException {
|
||||
|
Loading…
x
Reference in New Issue
Block a user