-
Notifications
You must be signed in to change notification settings - Fork 3
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
Demonstrating postcoordination on SNOWSTORM-X. #9
Comments
Hi Mark. The postcoordination functionality is available within the FHIR API of SnowstormX version 8.3.0 (and later). These operations are the relevant ones:
Once you have created some expressions they can be included in ECL results. To achieve this use an implicit value set url starting with the URI of your CodeSystem Supplement. For example: This will include a mix of precoordinated and postcoordinated codes like this: Notes:
I hope that helps. Let me know how you get on. Please just ask if I have missed something. Kai Kewley |
Thank you for the quick reply Kai! We will try to replicate this over the following days and return with an update. -Mark |
Hi Kai, We now are trying to patch 30 000 items, and it seems to take some time, with no more logs after the following: The server is still running, since other calls still produce logs and sensible responses. Do you have guidelines for running such a bulk? |
This solution has not been tested with a very large total amount of expressions. Check if SnowstormX is memory bound, assigning more memory may help, like:
|
@kaicode, thank you for your quick answer. We will take is as you advise, with small steps, and check how it goes. |
@kaicode : Hei, FYI it went real fast, i.e. on average 1.56 sec/call. Meaning we can now use 32 050 postcoordinated concepts in the terminology binding, where we had 55 precoordinated from before. |
Hello,
We have a SNOWSTORM-X instance running in our environment. (for proof of concept purposes only). We have explored the specialist-API and the FHIR-API extensively and haven’t been able to resolve how to upload postcoordinations through the API’s. Can you point us in a direction on how to do this?
The ideal solution would be if we could create a codesystem, patchable through FHIR API.
Thanks
-Mark
The text was updated successfully, but these errors were encountered: