Releases: ycq091044/MedCodeMap
Releases · ycq091044/MedCodeMap
MedCode-v0.1.1
- new features: support adding coding systems later, e.g.,
# the initialization stage
tool = CodeMapping('NDC', 'RXCUI', 'Name', 'SMILES')
tool.load_mapping()
# add the "RxNorm" coding systems later
tool.add_code("RxNorm")
tool.NDC_to_RxNorm['76413-153-06'] # example
MedCode-v0.0.1
First Medication Coding Mapping Tool