Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#736 remove identifier version generation wh…
Browse files Browse the repository at this point in the history
…en retrieving resources
  • Loading branch information
harpatel1 committed May 3, 2021
1 parent 7885256 commit 27be306
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ public static Optional<Identifier> getIdentifier(String value) {
identifier.setValue(value.replace("sources", CODESYSTEM).replace("collections", VALUESET).trim());
identifier.getType().setText("Accession ID");
identifier.getType().getCodingFirstRep().setSystem(ACSN_SYSTEM).setCode(ACSN).setDisplay("Accession ID");
return validateAccessionId(Optional.of(identifier));
return Optional.of(identifier);
}

public static String oclSystem() {
Expand Down

0 comments on commit 27be306

Please sign in to comment.