-
Notifications
You must be signed in to change notification settings - Fork 84
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
Adding custom translations to code systems #637
Comments
This postman collection is the currently the best documentation for the Snowstorm FHIR API capabilities. SNOMED CT CodeSystems must be created via SNOMED API. Other CodeSystems can be created via other package import types. It's not possible to add supplements at this time. When a SNOMED CT edition is imported all preferred and acceptable terms are imported. These will be presented as designations when using CodeSystem/$lookup. If there are multiple dialects within the SNOMED edition one can be selected for display using the displayLanguage parameter.
|
Thank you @kaicode. If I understood correctly, there's no way to update existing concepts in Snomed/Loinc code systems through FHIR API (or any other API for that matter), right? |
Correct. If you want to add terms to SNOMED CT that would have to happen via a SNOMED RF2 extension. Some FHIR terminology servers allow adding terms to existing codes via a CodeSystem supplement, but Snowstorm does not support that yet. |
Is there any plan to support adding terms to existing codes in Snowstorm through FHIR API? If not, would you be willing to accept contributions toward that? Thank you |
Adding terms to existing codes must be happen using a CodeSystem supplement. There is no current plan to implement this functionality. We would accept contributions that implement adding terms using that method. Although the method outlined in the slides requires the FHIR R5 parameter We would not accept PRs that allow modifying the imported CodeSystem directly because making changes like would break the terminology ecosystem. |
I have setup a Snowstorm instance and have loaded SNOMED CT International, SNOMED CT Austrian edition as well as LOINC. I'm able to read the data using FHIR API, but so far have been unable to make any kind of update. In my scenario, I would like to use the support for translations (https://build.fhir.org/languages.html#term) in order to add custom translations to both SNOMED and LOINC. However any kind of PUT/PATCH/POST request is returning a message similar to
Invalid request: The FHIR endpoint on this server does not know how to handle POST operation[CodeSystem] with parameters [[]]
Looking at /metadata end-point, for code systems I get the following, so no create/update operations
Are update operations on code systems supported in Snowstorm FHIR API? If so, is there some documentation for it?
Thank you
The text was updated successfully, but these errors were encountered: