Skip to content

Releases: ycq091044/MedCodeMap

MedCode-v0.1.1

07 Jul 18:26
Compare
Choose a tag to compare
  • 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

06 Jun 08:07
Compare
Choose a tag to compare

First Medication Coding Mapping Tool