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 |
cdm_reference via CDMConnector::cdm_from_con() |
nonStandardVocabularies |
Character vector |
tibble
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.