mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 06:14:45 +00:00
fix error calling the wrong validation method
This commit is contained in:
parent
5db9b65c21
commit
8c9e54d58f
@ -815,7 +815,7 @@ public abstract class BaseWorkerContext extends I18nBase implements IWorkerConte
|
||||
BundleEntryComponent be = batch.addEntry();
|
||||
be.setResource(pIn);
|
||||
be.getRequest().setMethod(HTTPVerb.POST);
|
||||
be.getRequest().setUrl("ValueSet/$validate-code");
|
||||
be.getRequest().setUrl("CodeSystem/$validate-code");
|
||||
be.setUserData("source", t);
|
||||
systems.add(t.getCoding().getSystem());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user