-
Notifications
You must be signed in to change notification settings - Fork 19
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
Linking to Clinicalcodes.org #14
Comments
Have you regretted introducing me to this contraption yet? |
Would be good. May have this as a feature of the website i.e. a search API which I can then link to. |
I've written this R code to automatically download from the site and call into R: https://github.com/rOpenHealth/rClinicalCodes |
And yes... |
An idea would be to write a tool (or R code) where there are predefined keywords at least for common diseases (or for diseases we already have keywords, e.g. diabetes, psoriasis, MI, stroke, etc. etc). The user could have the choice to modify, add or exclude some of them. |
I have something like that in Stata On 25 February 2014 13:20, Rosa [email protected] wrote:
|
Good! I can give you all the keywords I have used for several "common" diseases |
Also, while the list of clinical codes on the website will be outdated in n years time, the keywords search will always be valid and it can be used for different types of coding system (e.g. Read codes, ICD10, etc) |
Another idea or alternative would be a text-driven approach:
Example with two readcodes for stroke (taken from one of the list on the Clinicalcode website):
Keywords will be:
|
Maybe too fancy?? :) |
No, I like this idea! It wouldn't be difficult to implement either. Parsing the strings into words is a simple regex task and there is a package called tm that would do the stopword filtering to get the keywords. |
witchcraft On 27 February 2014 10:51, David A Springate [email protected]:
|
Closing this issue here and relocating to rOpenHealth/rClinicalCodes#1 This is where I am developing the R software to integrate with clinicalcodes... |
Lots of things look like witchcraft to a Stata hacker... :) |
Great!! I don't think it's very difficult to implement. Even better, if you say that there is a package in R which could filter words. |
I've done a basic implementation of this here: |
Great!!! I may try it later! :) |
Thanks for the idea https://github.com/rosap It will definitely need some tightening up but the basics are there. See the instructions in the https://github.com/rOpenHealth/rClinicalCodes/blob/master/README.md |
No problem. I will have a look later on... On Thu, Feb 27, 2014 at 11:50 AM, David A Springate <
|
How cool could it be if you were looking for say 'diabetes' and the software could look up the code lists available on the website and return their, say, ids along with a short description. Then the user could input the code list id to define the cohort on the fly using the info on the website
The text was updated successfully, but these errors were encountered: