This commit is contained in:
Grahame Grieve 2024-04-23 08:39:37 +10:00
parent 60bf358bfa
commit befac845ae
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ public class TerminologyClientManager {
if (IGNORE_TX_REGISTRY || getMasterClient() == null || !useEcosystem) { if (IGNORE_TX_REGISTRY || getMasterClient() == null || !useEcosystem) {
return null; return null;
} }
String request = Utilities.pathURL(monitorServiceURL, "resolve?fhirVersion="+factory.getVersion()+"&codeSystem="+Utilities.URLEncode(canonical)); String request = Utilities.pathURL(monitorServiceURL, "resolve?fhirVersion="+factory.getVersion()+"&url="+Utilities.URLEncode(canonical));
if (usage != null) { if (usage != null) {
request = request + "&usage="+usage; request = request + "&usage="+usage;
} }