Skip to contents

Get concepts from a specified domain

Usage

aou_get_concepts(
  ...,
  domain = c("condition", "measurement", "observation", "procedure", "drug", "device")
)

Arguments

...

Arguments passed to specific `aou_get__concepts()` function

domain

A character string specifying the domain to retrieve concepts from. Must be one of: "condition", "measurement", "observation", "procedure", "drug", "device"

Value

A list of concepts from the specified domain

Examples

aou_get_concepts(cohort, c(123, 456), start_date, end_date, domain = "condition")
#> Error in aou_get_concepts(cohort, c(123, 456), start_date, end_date, domain = "condition"): could not find function "aou_get_concepts"