Get conceptSets in cohorts

getPlConceptDefinitionSet(cohortIds = getPhenotypeLog()$cohortId)

Arguments

cohortIds

IDs of cohorts to extraction from the library.

Value

Returns a table with one row per concept set for given cohort definitions.

A tibble.

Examples

getPhenotypeLog(cohortIds = c(1, 2))
#> # A tibble: 0 x 80
#> # i 80 variables: cohortId <dbl>, cohortName <chr>, cohortNameAtlas <chr>,
#> #   cohortNameFormatted <chr>, cohortNameLong <chr>, librarian <chr>,
#> #   status <chr>, addedVersion <chr>, logicDescription <chr>, hashTag <chr>,
#> #   isCirceJson <dbl>, contributors <chr>, contributorOrcIds <chr>,
#> #   contributorOrganizations <chr>, peerReviewers <chr>,
#> #   peerReviewerOrcIds <dbl>, recommendedReferentConceptIds <chr>,
#> #   ohdsiForumPost <chr>, createdDate <date>, modifiedDate <date>, ...