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.

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.