R/ConceptSet.R
resolveConceptSet.Rd
Resolve a concept set to the included standard concept IDs
resolveConceptSet(conceptSetDefinition, baseUrl, vocabularySourceKey = NULL)
A concept set definition, for example as obtained through the getConceptSetDefinition
function,
or taken from a cohort definition.
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".
The source key of the Vocabulary. By default, the priority Vocabulary is used.
A vector of standard concept ids.
Resolve a concept set to the included standard concept IDs
if (FALSE) {
conceptSetDefinition <- getConceptSetDefinition(conceptSetId = 282,
baseUrl = "http://server.org:80/WebAPI")
conceptIds <- resolveConceptSet(conceptSetDefinition = conceptSetDefinition,
baseUrl = "http://server.org:80/WebAPI")
}