semanticType {Rdiagnosislist} | R Documentation |
Retrieves semantic types using the text 'tag' in the description
semanticType(conceptIds, SNOMED = getSNOMED())
conceptIds |
character or integer64 vector of SNOMED concept IDs |
SNOMED |
environment containing a SNOMED dictionary |
a character vector of semantic tags corresponding to the conceptIDs
SNOMED <- sampleSNOMED()
semanticType(as.SNOMEDconcept(c('Heart failure', 'Is a')))