tx_member_of: Test membership within a value set

View source: R/udfs.R

tx_member_ofR Documentation

Test membership within a value set

Description

Takes a Coding or array of Codings column as its input. Returns the column which contains a Boolean value, indicating whether any of the input Codings is a member of the specified FHIR ValueSet.

Usage

tx_member_of(codings, value_set_uri)

Arguments

codings

A Column containing a struct representation of a Coding or an array of such structs.

value_set_uri

An identifier for a FHIR ValueSet.

Value

A Column containing the result of the operation.

See Also

Pathling documentation - Value set membership

Other terminology functions: tx_display(), tx_property_of(), tx_subsumed_by(), tx_subsumes(), tx_translate()


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