tx_member_of {pathling} | R 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()
[Package pathling version 7.0.0 Index]