getMappings | R Documentation |
Show mappings from non-standard vocabularies to standard.
getMappings(
candidateCodelist,
cdm = NULL,
nonStandardVocabularies = c("ATC", "ICD10CM", "ICD10PCS", "ICD9CM", "ICD9Proc",
"LOINC", "OPCS4", "Read", "RxNorm", "RxNorm Extension", "SNOMED")
)
candidateCodelist |
Dataframe. |
cdm |
A cdm reference via CDMConnector. |
nonStandardVocabularies |
Character vector. |
Tibble with the information of potential standard to non-standard mappings for the codelist of interest.
cdm <- CodelistGenerator::mockVocabRef()
codes <- CodelistGenerator::getCandidateCodes(
cdm = cdm,
keywords = "osteoarthritis"
)
CodelistGenerator::getMappings(
cdm = cdm,
candidateCodelist = codes,
nonStandardVocabularies = "READ"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.