Skip to content

Commit

Permalink
MAT-7802 Update code-system-entry document- vsac stopped returning en…
Browse files Browse the repository at this point in the history
…try.fullUrl so taking it from resource.getUrl
  • Loading branch information
adongare committed Oct 22, 2024
1 parent 192453d commit 9b11049
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,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 9b11049

Please sign in to comment.