Skip to contents

return domain_id s for concept_id s

Usage

omop_domain(c_id)

Arguments

c_id

concept_id s to get domain_id s for

Examples

omop_domain(c(196523,43807321))
#> # A tibble: 2 × 2
#>   concept_id domain_id
#>        <int> <chr>    
#> 1     196523 Condition
#> 2   43807321 Drug     
#can specify as an integer or not