mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 22:34:42 +00:00
fix r5 to use r5 end-point on tx.fhir.org
This commit is contained in:
parent
c7f747519c
commit
b683b0f778
@ -45,7 +45,7 @@ public class TerminologyClientFactory implements ITerminologyClientFactory {
|
||||
return new TerminologyClientR4(id, checkEndsWith("/r4", url), userAgent).setLogger(logger);
|
||||
}
|
||||
if (VersionUtilities.isR5Plus(v)) {
|
||||
return new TerminologyClientR5(id, checkEndsWith("/r4", url), userAgent).setLogger(logger); // r4 for now, since the terminology is currently the same
|
||||
return new TerminologyClientR5(id, checkEndsWith("/r5", url), userAgent).setLogger(logger); // r4 for now, since the terminology is currently the same
|
||||
}
|
||||
throw new Error("The version " + v + " is not currently supported");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user