-
Notifications
You must be signed in to change notification settings - Fork 1
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
Investigate submission of investigational drugs which do not exist in RxNorm #367
Comments
Proposed changes that were implemented in MOH data model as well.
Having generalized fields that are not specific to just RxNorm enable addition of new drug reference databases in the future, should they be required. Similar to RxNorm, we can use an API for PubChem and NCI Thesaurus to validate the submitted "drug_name" and "drug_reference_identifier" fields. To validate drug_name and drug_reference_identifier from PubChem:
Example:
To validate drug_name and drug_reference_identifier from NCI Thesaurus:
Example:
Search "code" column for drug_reference_identifier" and check if "drug_name" matches any of the terms that exist in the "synonym" column. |
Potential subticketsPotentially work for DR11
|
Current discussion:
Eventually:
|
After a bit of investigation, with file:
|
Example: "Dovitinib" and "Celastrol" do not exist in RxNorm.
Investigate:
The text was updated successfully, but these errors were encountered: