We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #43 I see a familiar issue:
The ICD10 ontology intentionally includes ICD9 c_basecodes so that users can query an ICD10 code and also get the equivalent ICD9 code.
FWIW, I just wrote code to handle this by mapping to ICD9 before a certain cut-off and ICD10 after. It's somewhat specific to KUMC, but in case it helps: https://github.com/kumc-bmi/i2p-transform/blob/d15d7cc46070700299cd3c4a37d4e5455240898d/Oracle/PCORNetLoader_ora.sql#L1012-L1039
p.s. lumping 3 issues into #43 adds friction for collaborators such as myself. Please avoid that.
cc @matthewjoss @jklann
The text was updated successfully, but these errors were encountered:
Merge pull request ARCH-commons#45 from njgraham/backup_cdm_4407
f7c8957
Backup CDM tables to a different schema (#4407)
No branches or pull requests
In #43 I see a familiar issue:
FWIW, I just wrote code to handle this by mapping to ICD9 before a certain cut-off and ICD10 after. It's somewhat specific to KUMC, but in case it helps: https://github.com/kumc-bmi/i2p-transform/blob/d15d7cc46070700299cd3c4a37d4e5455240898d/Oracle/PCORNetLoader_ora.sql#L1012-L1039
p.s. lumping 3 issues into #43 adds friction for collaborators such as myself. Please avoid that.
cc @matthewjoss @jklann
The text was updated successfully, but these errors were encountered: