tx_member_of | R Documentation |
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)
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. |
A Column containing the result of the operation.
Pathling documentation - Value set membership
Other terminology functions:
tx_display()
,
tx_property_of()
,
tx_subsumed_by()
,
tx_subsumes()
,
tx_translate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.