View source: R/fhir_xpath_expression.R
fhir_xpath_expression | R Documentation |
This function takes a character vector, checks whether it contains valid XPath (1.0) expressions
and returns it as an fhir_xpath_expression object. These objects are used in fhir_parameters
objects.
fhir_xpath_expression(expression)
expression |
A character vector of the XPath expressions |
A XPath expression object
fhir_xpath_expression(c("//Patient", "name/given"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.