getRefset {Rdiagnosislist}R Documentation

Retrieves a Refset from the REFSET table

Description

Retrieves a Refset from the REFSET table

Usage

getRefset(conceptIds, SNOMED = getSNOMED())

Arguments

conceptIds

character or integer64 vector of Refset SNOMED concept IDs, or something that can be coerced to a SNOMEDconcept

SNOMED

environment containing a SNOMED dictionary

Value

a SNOMEDconcept vector of conceptIds of members of the selected refset(s)

Examples

SNOMED <- sampleSNOMED()

getRefset(c('Renal clinical finding simple reference set',
  'Care planning activities simple reference set'))

[Package Rdiagnosislist version 1.2 Index]