tx_to_ecl_value_set: Convert a SNOMED CT ECL expression to a ValueSet URI

View source: R/functions.R

tx_to_ecl_value_setR Documentation

Convert a SNOMED CT ECL expression to a ValueSet URI

Description

Converts a SNOMED CT ECL expression into a FHIR ValueSet URI. It can be used with the 'tx_member_of function.

Usage

tx_to_ecl_value_set(ecl)

Arguments

ecl

The ECL expression.

Value

The ValueSet URI.

See Also

Using SNOMED CT with HL7 Standards - Implicit Value Sets

Other terminology helpers: tx_to_coding(), tx_to_loinc_coding(), tx_to_snomed_coding()

Examples

## Not run: 
# Example usage of tx_to_ecl_value_set function
tx_to_ecl_value_set('<<373265006 |Analgesic (substance)|')

## End(Not run)

pathling documentation built on Sept. 15, 2025, 5:08 p.m.