open-pedigree icon indicating copy to clipboard operation
open-pedigree copied to clipboard

Term suggestion shows error popup

Open buske opened this issue 6 years ago • 4 comments

The term suggestion is broken because of the lack of a configurable terminology server.

When a terminology server is not present, terms should just be added as plaintext, rather than throwing an error.

buske avatar Nov 04 '19 07:11 buske

alternative sources of terminology https://clinicaltables.nlm.nih.gov/ https://bioportal.bioontology.org/ FHIR based server like https://ontoserver.csiro.au/

dconlan avatar Nov 09 '19 02:11 dconlan

I may have capacity to look at this bug in the near future - please let me know if this has any particular requirements from your part :)

AlgyTaylor avatar Jul 27 '21 13:07 AlgyTaylor

Does the fork https://github.com/aehrc/open-pedigree address this? New disorders can be added with their changes, awesome stuff! Perhaps we could ask @dconlan for a pull request or incorporate the changes here

shermanlo77 avatar Jul 01 '22 11:07 shermanlo77

I am working on a a pull request with my changes for terminology fetching. I'm not happy with the forced inclusion of the FHIR specific 'system' which goes along with the code. In the FHIR world, a codeable concept needs a system and a code, where the system tells you the code system the code is from. My GA4GH FHIR format pull included an object specifically for letting the converter know what systems to use, which seemed like a better solution then forcing the code that does the webservice call to fetch the codes to know about a system when its only relevant if they are doing a query on a fhir terminology server.

dconlan avatar Jul 01 '22 13:07 dconlan