Skip to content

Commit

Permalink
Merge pull request #114 from MeasureAuthoringTool/MAT-8054
Browse files Browse the repository at this point in the history
MAT-8054 Code search issue after VSAC changed CodeSyetem fullurls
  • Loading branch information
adongare authored Dec 19, 2024
2 parents 48f63f4 + 59876d5 commit 5e25507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ private void recursiveRetrieveCodeSystems(
codeSystemsPage.add(
CodeSystem.builder()
.id(codeSystem.getTitle() + codeSystem.getVersion())
.fullUrl(entry.getFullUrl())
.fullUrl(codeSystem.getUrl())
.title(codeSystem.getTitle())
.name(codeSystem.getName())
.version(codeSystem.getVersion())
Expand Down

0 comments on commit 5e25507

Please sign in to comment.