Skip to content

Commit

Permalink
fix(api): remove deprecated codeSystemUri property from generic concept
Browse files Browse the repository at this point in the history
  • Loading branch information
cmark committed Sep 24, 2023
1 parent d1f0e33 commit 27d45a5
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,6 @@ public ResourceURI getCodeSystem() {
return codeSystemUri;
}

/**
* @return the codeSystem URI this concept is coming from
* @deprecated - since all code systems identifiable via URIs we can simplify the API and say {@link #getCodeSystem()} or in FHIR terms just system, but we don't go that far
*/
public ResourceURI getCodeSystemUri() {
return codeSystemUri;
}

public String getTerm() {
return term;
}
Expand Down

0 comments on commit 27d45a5

Please sign in to comment.