semanticType | R Documentation |
Uses the fully specified name in the DESCRIPTION table. If there are multiple fully specified names, the name with the most recent effectiveTime will be used.
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')))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.