-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SO-5901: support description languages in generic concept model #1275
SO-5901: support description languages in generic concept model #1275
Conversation
...description's language code and refsetId combinations to represent all possible terms.
...specifying the language part as well
...languagecode + language refset combination so that clients can select the most appropriate one when looking up concept's with their designations.
Concept.alternativeTerms is now deprecated.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 9.x #1275 +/- ##
=========================================
Coverage 48.21% 48.21%
- Complexity 13923 13931 +8
=========================================
Files 1946 1947 +1
Lines 95122 95149 +27
Branches 10985 10985
=========================================
+ Hits 45860 45877 +17
- Misses 46269 46278 +9
- Partials 2993 2994 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR adds support for generic descriptions instead of a List of Strings on the generic Concept model.
The primary use for this is going to be FHIR endpoints where additional (even on the fly generated) designations need to be sent back in the response along with the concept's display.
In case of SNOMED CT Snow Owl now follows the latest spec version which requires designations to be returned for each languageCode + language reference set id combination.